{% load i18n %}{% autoescape off %} مرحباً {% firstof user.get_full_name user.username %}، {% if userplan.expire != None %} خطتك الحالية هي {{ plan.name }} وستنتهي صلاحيتها في {{ userplan.expire }}. {% else %} خطتك الحالية هي {{ plan.name }}. {% endif %} شكراً لك، فريق تنحل --------------------- Hi {% firstof user.get_full_name user.username %}, {% if userplan.expire != None %} Your current plan is {{ plan_name }} and it will expire on {{ expire }}. {% endblocktrans %} {% else %} Your current plan is {{ plan_name }}. {% endblocktrans %} {% endif %} Thank you The Team at Tenhal {% endautoescape %}