{% extends "base.html" %} {% block title %}{{ mail.subject or '(sans sujet)' }} - {{ account.email }}{% endblock %} {% block content %}
{{ mail.body_content or mail.body_preview or '(pas de contenu)' }}
{% endif %}
Aucune interprétation