{% load i18n %}{% autoescape off %} مرحباً {% firstof user.get_full_name user.username %}، نكتب إليك لإعلامك، أنه قد تم إصدار {{ invoice_type }} رقم {{ invoice_number }}. يمكنك الاطلاع عليها وطباعتها عبر الرابط: http://{{ site_domain }}{{ url }} يمكنك الاطلاع على تفاصيل الطلب عبر الرابط: http://{{ site_domain }}{% url 'order' pk=order %} شكراً لك -- فريق تنحل --------------------- Hi {% firstof user.get_full_name user.username %}, We are writing to inform you, that {{ invoice_type }} {{ invoice_number }} has been issued. You can view it and print it at: http://{{ site_domain }}{{ url }} Details of the order can be see on: http://{{ site_domain }}{% url 'order' pk=order %} Thank you -- The Team at Tenhal {% endautoescape %}