{% extends base_template %} {% load i18n %} {% load form_tags %} {% block content %} {% block actions %} {% if actions %} {% endif %} {% endblock %} {% block filter_form %} {% if filter_form %}
{% form_errors filter_form %} {% for field in filter_form %} {% form_field field %} {% endfor %}
{% endif %} {% endblock %} {% block listing %} {% endblock %} {% endblock %}