{% extends "telemeta/mediaitem_detail.html" %} {% load i18n %} {% load telemeta_utils %} {% block title %} Item : {{ item }} {% endblock %} {% block title_buttons %} {% trans "Cancel" %} {% endblock %} {% block infos %}
{% csrf_token %} {% for field in form %} {% if field.html_name == "copied_from_item" %} {% else %} {% if field.html_name == "collection" %} {% else %} {% endif %} {% endif %} {% endfor %}
{% for error in form.non_field_errors %}
  • {{ error }}
  • {% endfor %}
    {{ field.label_tag.as_hidden }}{{ field.as_hidden }}
    {{ field.errors }}
    {{ field.label_tag }}: {% trans "Title" %} : {{ item.collection.title }}
     {% trans "Code" %} : {{ item.collection.code }}
    {{ field }}
    {{ field }}
    {% trans "Cancel" %} {% trans "Save" %}
    {% endblock infos %} {% block related %} {% endblock %} {% block delete %} {% endblock %}