{% extends "sanza/_section.html" %} {% load i18n thumbnail sanza_utils %}{% load url from future %} {% block section_title %}{% trans "More information" %}{% endblock %} {% block section_data %}
{% for f in custom_fields %} {% with instance|custom_field:f.name as cfv %} {% if cfv %} {{f.label}}: {{cfv}} {% endif %} {% endwith %} {% endfor %}
{% endblock %} {% block section_action %} {% trans "Edit" %} {% endblock %}