{% load i18n %} {% templatetag openblock %} load i18n {% templatetag closeblock %} {% for field in model_fields %} {% endfor %}
{% templatetag openblock %} trans "{% trans "Field" %}" {% templatetag closeblock %} {% templatetag openblock %} trans "{% trans "Value" %}" {% templatetag closeblock %}
id {% templatetag openvariable %} object.id|stringformat:".3d" {% templatetag closevariable %}
{{ field }} {% templatetag openvariable %} object.{{ field }} {% templatetag closevariable %}