{% extends 'base.html.twig' %} {% block title %}Comptes{% endblock %} {% block body %}

Module CRM

Comptes

Nouveau compte
{% if search is not empty %} Effacer {% endif %}
{% for account in accounts %} {% else %} {% endfor %}
Nom Ville Type Contacts
{{ account.name }} {{ account.city ?: '—' }} {{ account.type ?: '—' }} {{ account.contacts|length }} Ouvrir
Aucun compte.
{% endblock %}