{% extends base %} {% load cms %} {% block content_class %}list{% endblock %} {% block main_content %} {% block filter %} {% if filter_form %} {% if filter_form.has_changed %} Clear {% endif %} Filter {{ filter_form }} {% endif %} {% endblock %} {% block list %} {% if show_form %}
Cancel