{% extends settings.LAYOUT.main_layout %} {% load i18n %} {% load templates %} {% block content %}
{% if list_title %}

{{ list_title }}

{% for view_link, faclass in list_menu %} {% endfor %}
{% endif %} {% if not object_list %} {% trans 'Aucun objet à afficher.' %} {% else %} {% if html %} {% include html %} {% endif %} {% endif %}
{% endblock %}