{% extends "crud/base.html" %} {% block innercontent %}

{% block title %}{{ title }}{% endblock %}

{% if tablist %}
{% endif %} {% include "crud/filter.html" %} {% block table %} {% endblock %} {% if tablist %}
{% endif %} {% if helptext %}
{{ helptext|linebreaks }}
{% endif %}
{% endblock %}