{% extends "MiddleDisplayObject.htm" %} {% block content %}

OBJECT MODIFICATION:

{% for field, type_of_attribute in non_modifyable_attributes %} {% ifequal type_of_attribute 'Person' %} {% endifequal %} {% ifequal type_of_attribute 'Date' %} {% endifequal %} {% endfor%} {% for attribute in modification_form %} {% endfor %}
Type{{ object_type }}
{{field}}{{log_in_person}}{{ current_date|date:"l j F Y, G:i" }}
{{attribute.label_tag}}{{attribute}}{{ attribute.errors }}
 
{% endblock %}