{% extends 'core/base.html' %} {% load contacts_extras %} {% block title %} Groupe de contacts - {{ contact_group.name }} {% endblock %} {% block content %}

{{ object.name }}

{% include 'core/partials/flash_messages.html' %}
{% include "contacts/_contacts_table.html" %}
{% if is_paginated %}
{% include 'core/partials/pagination.html' %}
{% endif %}
{% endblock %}