Display postage on letter notification page

This commit is contained in:
Pea Tyczynska
2018-09-24 11:29:33 +01:00
parent e28ed2975b
commit 64f356d7b0
2 changed files with 4 additions and 0 deletions

View File

@@ -35,6 +35,9 @@
</p>
{% if template.template_type == 'letter' %}
<p>
Sent by {{ postage }} class
</p>
<p>
Estimated delivery date: {{ estimated_letter_delivery_date|string|format_date_short }}
</p>