{% extends "telemeta/enumeration_edit.html" %} {% load i18n %} {% block extra_javascript %} {% endblock extra_javascript %} {% block tabcontents %} {% block chat %}
{% if room %} {% with "Notes" as title %} {% include "telemeta/inc/chat_room.html" %} {% endwith %} {% endif %}
{% endblock chat %}

{{ enumeration_name|capfirst }}

{% csrf_token %}
{% trans "Modify an entry" %}

{% csrf_token %}
{% trans "Replace by" %}
{% trans "delete value after replacing" %}


{% endblock %}