{% extends 'base_fullwidth.html' %} {% load i18n staticfiles crispy_forms_tags django_tables2 %} {% block content %}

{{ title | safe }}

{% if filter %}
{% crispy filter.form %}
{% endif %} {% if count %}
{% if export %} {% endif %} {{ counttitle }} : {{ count }}
{% endif %}
{% render_table table %}
{% if filter %} {% endif %} {% endblock %}