{% extends "layout.html" %} {% block header %}

{{ model.label }}

{% endblock %} {% block modal %} {% include "modals/loading.html" %} {% include "modals/error.html" %} {% include "modals/actions.html" %} {% endblock %} {% block content %}
{%if model.can_create(request)%} New {{ model.name }} {% endif %}
Show
entries
{% endblock %} {% block head_css %} {% endblock %} {% block script %} {% if 'pdf' in model.export_types%} {% endif %} {% if custom_render_js(request) %} {% endif %} {% endblock %}