{% extends 'core/base.html' %} {% load contacts_extras %} {% block content %}

{% block title %} {% endblock %}

{% block list_header %} {% endblock %}
{% for contacts_group in contacts_groups %} {% endfor %}
Nom Dernière mise à jour Action
{{ contacts_group.contacts_count }} {{ contacts_group.name }} {{ contacts_group.updated_at }}
{% with filter=request.GET.filter %} {% if filter %} {% else %} {% endif %} {% endwith %}
{% if is_paginated %}
{% include 'core/partials/pagination.html' %}
{% endif %}
{% endblock content %}