{% extends "telemeta/mediaitem_detail.html" %} {% load i18n %} {% load telemeta_utils %} {% block extra_javascript %} {% endblock %} {% block title %} item

Item : {{ item }}

{% endblock %} {% block title_buttons %} {% trans "Cancel" %} {% endblock %} {% block content %} {% block infos %}
{% csrf_token %} {{ formset.management_form }} {% for form in formset.forms %} {% for field in form %} {% if not "media_item" in field.html_name %} {% if "id" in field.html_name %} {% else %} {% endif %} {% else %} {% endif %} {% endfor %}
{% trans "Keyword" %} :
{{ field.label_tag.as_hidden }}{{ field.as_hidden }}{{ field.label_tag }}: {{ field }}{{ field.label_tag.as_hidden }}{{ field.as_hidden }}

{% endfor %}
{% trans "Cancel" %} {% trans "Save" %}
{% endblock infos %} {% endblock content %}