{% extends "telemeta/admin.html" %} {% load telemeta_tags %} {% load i18n %} {% block title %}

{% trans "Administration" %} > {% trans "Enumerations" %}

{% endblock %} {% block tabcontents %} {% if enumerations %}
{% csrf_token %} {% for enum in enumerations %} {% if perms.is_superuser %} {% else %} {% endif %} {% endfor %}
  {% trans "Title"%}
{% trans enum.name|capfirst %}

{% if perms.telemeta.is_superuser %} {% trans "Hide selected items" %} {% endif %}
{% else %}

{% trans "No enumerations" %}

{% endif %} {% endblock %}