{# Výpis mailových nedoručenek #} {% for dsn in dsns %}
| Čas | {{ dsn.arrived_at|time_and_timedelta }} {% if admin_list %} | ||
|---|---|---|---|
| Pro koho {% if dsn.user is not none %} | Uživatel {{ dsn.user|user_link }}{{ dsn.user|user_flags }}
– {{ dsn.user.email }}
{% if dsn.user.dsn == dsn %} (primární DSN){% endif %}
{% elif dsn.reg_id is not none %}
| Registrace #{{dsn.reg_id}} ({{dsn.reg.type.name}})
{% if dsn.reg.email %}
– {{ dsn.reg.email }}
{% endif %}
{% else %}
| ??? {% endif %} {% endif %} |
| Kód chyby | {{ dsn.status|dsn_status }} | ||
| Chybová zpráva | {{ dsn.diag_code|or_dash }} | ||
| Vzdálený server | {{ dsn.remote_mta|or_dash }} {% if g.user and g.user.is_admin %} | ||
| DSN token | {{ dsn.token|or_dash }} | ||
| DSN Message-ID | {{ dsn.message_id|or_dash }} {% endif %} |