diff --git a/welco/sources/mail/templates/welco/mail_summary.html b/welco/sources/mail/templates/welco/mail_summary.html index cc1abd2..7ba521a 100644 --- a/welco/sources/mail/templates/welco/mail_summary.html +++ b/welco/sources/mail/templates/welco/mail_summary.html @@ -1,6 +1,10 @@ {% load i18n %} {% if object.post_date %} -

{% trans "Post Date:" %} {{object.post_date}}

+

{% trans "Post Date:" %} {{object.post_date}}

+{% endif %} + +{% if object.registered_mail_number %} +

{% trans "Registered Mail Number:" %} {{object.registered_mail_number}}

{% endif %}