{% load templates %} {% for object in object_list %} {% if object.history_date %} {% include "genviews/history_row.html" %} {% endif %} {% for fieldref, fieldtext in fields %} {% endfor %} {% endfor %}
{% include settings.FIELDMAP %}