{% load i18n %} {% if outer_tag %} {% endif %} {% if show_actions %} {% endif %} {% for field in fields %} {% if forloop.first and show_actions %} {% endif %} {% if field.is_bool %} {% if field.value %} {% else %} {% endif %} {% else %} {% if field.editable %}
{% else %} {% if field.tooltip %} {{ field.value }} {% else %} {{ field.value }} {% endif %} {% endif %} {% endif %} {% if forloop.first and show_actions %}
{% endif %} {% endfor %} {% if show_actions or menu_actions %}
{{ default_action.label }} {% if actions %} {% endif %}
{% endif %} {% if outer_tag %} {% endif %}