{% extends "layout.html" %} {% block page_body %}
{{ _('show') }}
{{ _('entries') }}
{% for filter in filters %}
{{ filter|safe }}
{% endfor %}
{% if model_resource.bulk_actions %} {% endif %}
{% if model_resource.can_create %} {{ _('create') }} {% endif %}
{% if model_resource.bulk_actions %} {% endif %} {% for label in fields_label %} {% endfor %} {% if model_resource.actions %} {% endif %} {% for value in rendered_values %} {% if model_resource.bulk_actions %} {% endif %} {% with outer_index = loop.index0 %} {% for x in value %} {% endfor %} {% endwith %} {% if model_resource.actions %} {% endif %} {% endfor %}
{{ label }}
{{ x|safe }}
{% endblock %}