Dernier mail Outlook
{% if last_outlook_mail %}
{{ last_outlook_mail.subject[:40] }} {{ last_outlook_mail.from_name }} - {{ last_outlook_mail.received_at.strftime('%d/%m %H:%M') if last_outlook_mail.received_at else '' }}
{% else %}
Aucun mail
{% endif %}
Dernier message ENT
{% if last_ent_message %}
{{ last_ent_message.subject[:40] }} {{ last_ent_message.author }} - {{ last_ent_message.received_at.strftime('%d/%m %H:%M') if last_ent_message.received_at else '' }}
{% else %}
Aucun message
{% endif %}