{% extends settings.LAYOUT.main_layout %} {% load i18n %} {% block content %}

{{ object }}
    {% for label, value in object.get_array_data.items %}
  • {{ label }} : {{ value }}
  • {% endfor %}

{% for href, faclass in detail_menu %} {% endfor %}

{% if html %} {% include html %} {% endif %} {% endblock %}