{% extends "telemeta/admin.html" %} {% load i18n %} {% block head_title %}{% trans "Enumeration" %} : {{ enumeration_name|capfirst }} - {{ block.super }}{% endblock %} {% block title %} {% if perms.telemeta.change_physicalformat %}

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

{% else %}

{% trans "Enumerations" %}

{% endif %} {% endblock %} {% block tabcontents %} {% if perms.telemeta.change_physicalformat %}

{{ enumeration_name|capfirst }}

{% csrf_token %}
{% trans "Add entry" %}
{% endif %} {% if enumeration_values %}
{% csrf_token %} {% for record in enumeration_values %} {% if perms.telemeta.change_physicalformat %} {% else %} {% endif %} {% if enumeration_id == "contextkeyword" %} {% else %} {% if enumeration_support == "Collection" %} {% else %} {% endif %} {% endif %} {% endfor %}
 {% trans "Value"%} nb{{ enumeration_support }}
{{record.value}} {{ enumeration_count.pop }} {{ enumeration_count.pop }} {{ enumeration_count.pop }}

{% if perms.telemeta.change_physicalformat %} {% trans "Remove selected items" %} {% endif %}
{% else %}

{% trans "This enumeration is empty" %}

{% endif %}
{% endblock %}