{% extends "ui/panels/_base.html" %} {% load i18n %} {% block panel_content %} {% for group_name, fields in custom_fields.items %} {% if group_name %} {% endif %} {% for field, value in fields.items %} {% endfor %} {% endfor %}
{{ group_name }}
{{ field }} {% if field.description %} {% endif %} {% customfield_value field value %}
{% endblock panel_content %}