{% extends "base.html" %} {% load i18n plmapp_tags %} {% block extrahead %} {{ modification_form.media }} {% endblock %} {% block content %}

{% trans "OBJECT MODIFICATION:" %}

{% csrf_token %} {% for attribute in modification_form %} {% endfor %}
{% trans "Type" %} {{ object_type }}
{{attribute.label_tag}} {{attribute}}{{ attribute.errors }}
{% endblock %}