{% if request.user.is_staff %}
{{ _("Admin") }}
{% endif %} {% for section in itemdisplay.sections %} {% if section.title %}

{{ section.title | title }}

{% endif %}
{% for pv in section.propvalues %}
{{ pv.name }}
{{ pv.html }}
{% endfor %}
{% endfor %}

Created: {{ item.created }} by {{ item.created_by }} | Updated: {{ item.updated }} by {{ item.updated_by }} | Id: {{ item.id }}