{% extends "admin/change_list.html" %} {% load admin_list i18n proto_tags %} {% block filters %}
{% mostra_vencer %} {% if cl.has_filters %}

{% trans 'Filter' %}

{% for spec in cl.filter_specs %} {% admin_list_filter cl spec %} {% endfor %} {% endif %}
{% endblock %}