{% extends "telemeta/mediaitem_detail.html" %} {% load i18n %} {% load telemeta_utils %} {% block title %} Item : {{ item }} {% endblock %} {% block title_buttons %}
{% trans "Cancel" %} {% if perms.telemeta.change_mediaitem %} {% trans "Save" %} {% endif %}
{% endblock %} {% block infos %}
{% csrf_token %} {% for form in forms %} {% for field in form %} {% if field.html_name == "item-collection" %} {% elif field.html_name == "item-public_access" %} {% else %} {% endif %} {% if form.prefix == "item" and forloop.last %} {% endif %} {% endfor %} {% endfor %}
{% for error in form.non_field_errors %}
  • {{ error }}
  • {% endfor %}

    {{ form.prefix|capitalize }}


    {{ field.errors }}
    {% if field.blank %} {{ field.label_tag }}: {% else %} {{ field.label_tag }}: {% endif %}  {% trans "Title" %} : {{ item.collection.title }}
     {% trans "Code" %} : {{ item.collection.code }}
    {{ field }}
     {% trans "Collection access status" %} : {% trans item.collection.public_access %}
     {% trans "Context access status" %} : {% trans access %}
     {% trans "Item access status" %} :
    {{ field }}
    {{ field }}
    {% trans "Keywords" %}: {% trans "Edit" %} {% trans "keywords" %}
    {% trans "Performance" %}: {% trans "Edit"%} {% trans "performance"%}
    {% trans "Related media" %}: {% trans "Edit"%} {% trans "related media"%}

    {% trans "Cancel" %} {% if perms.telemeta.change_mediaitem %} {% trans "Save" %} {% endif %}
    {% endblock infos %} {% block related %} {% endblock %} {% block delete %} {% endblock %}