{% load i18n %} {% templatetag openblock %} load i18n {% templatetag closeblock %}
{% templatetag openblock %} trans "{% blocktrans %}Click on the primary key value to access the individual {{ class_name }}'s page.{% endblocktrans %}" {% templatetag closeblock %}
id | {% for field in model_fields %}{{ field }} | {% endfor %}
---|---|
{% templatetag openvariable %} object.id|stringformat:".3d" {% templatetag closevariable %} | {% for field in model_fields %}{% templatetag openvariable %} object.{{ field }} {% templatetag closevariable %} | {% endfor %}