{# -*- mode: jinja-html -*- #} {% extends 'base.html' %} {% block styles %} {{super()}} {% endblock %} {% block app_content %}

Liste des contacts

{% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %} Ajouter contact {% endif %} {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %} {% endif %} {% for contact in contacts %} {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %} {% endif %} {% endfor %} {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %} {% endif %}
Date Utilisateur NotesAction
{{ contact.date.strftime('%d/%m/%Y %Hh%M') }} {{ contact.user|get_nomcomplet_by_id }} {{ contact.notes }}
Date Utilisateur NotesAction
{% endblock %}