{% load i18n %} {% load staticfiles %} {% load codenerix_lists %} {% load codenerix_common %} {{ html_head }} {% block angular_app_libraries %} {% endblock %} {% block ini_modal %}{% endblock %} {# if there is an existing title for the form, it is shown #} {% block block_top %}

{{object}}

{# BUTTONS at the top #}
{% block buttons_top %} {% if linkedit %} {% if not cannot_update %} {% endif %} {% endif %} {% block extra_btn_up %} {% endblock %} {% if linkback %} {% endif %} {% if linkdelete %} {% if cannot_delete %} {% else %} {% endif %} {% endif %} {% endblock %}
{% endblock %}
{% with langcode=LANGUAGE_CODE|default:"en" %} {% block details %} {% for item in object_detail %} {% if item.value.0.name %} {# if the current item have several elements in value it is a group #}
{{item.name}}
{% for subitem in item.value %} {% if subitem.value.0.name %}
{{subitem.name}}
{% for subsubitem in subitem.value %} {{ subsubitem.value|cdnx_beauty:subitem.filter }}
{% endfor %}
{% else %} {{ subitem.value|cdnx_beauty:subitem.filter }}
{% endif %} {% endfor %}
{% else %}
{{ item.value|cdnx_beauty }}
{% endif %} {% endfor %} {% endblock %} {% endwith %}
{% block body %} {% if tabs_autorender %}
{% endif %} {% endblock %}
{# BUTTONS at the bottom #} {% block block_bottom %}
{% block buttons_bottom %} {% if linkedit %} {% if not cannot_update %} {% endif %} {% endif %} {% block extra_btn_down %} {% endblock %} {% if linkback %} {% endif %} {% if linkdelete %} {% if cannot_delete %} {% else %} {% endif %} {% endif %} {% endblock %}
{% endblock %}