{% extends 'base.html' %} {% load customfilter %} {% load static %} {% block body %} {% if peut_composer %} {% endif %}
Liste des messagesÉcrire un message
{% if nonvide %}
{% csrf_token %} {% for message,widget in form.fields.message.queryset|tzip:form.message %} {% with message|getLu:user as lu %} {% endwith %} {% endfor %} {% else %}
Aucun message reçu
{% endif %}
Sélectionner{{form.message.errors}} Lire date reçu envoyé lu auteur Destinataires sujet Pièce jointe
{{widget}} Lire {% if not lu.0 %}{% endif %}{{message.date|date:"D d M Y à H:i:s"}}{% if not lu.0 %}{% endif %} {% if lu.1 %} ✓ {% endif %} {% if not lu.1 %} ✓ {% endif %} {% if lu.0 %} ✓ {% endif %} {% if not lu.0 %}{% endif %} {{message.auteur}} {% if not lu.0 %}{% endif %} {% if not lu.0 %}{% endif %} {{message.listedestinataires|truncatechars:200}} {% if not lu.0 %}{% endif %} {% if not lu.0 %}{% endif %} {{message.titre}} {% if not lu.0 %}{% endif %} {% if message.pj %}{% endif %}

Retour
{% endblock %} {% block javascript %} {% endblock %}