{% extends 'backend/email/business_base.html' %} {% load tz %} {% block email_content %} {{ system_name }} xin thông báo, quý khách đã đăng ký {% if plan.template.trial %}dùng thử{% endif %} thành công dịch vụ {{ plan.context.resource_type }} trên nền tảng {{ system_name }} vào thời điểm {{ plan.created_at|timezone:time_zone }}.

{% block plan_info %} {{ block.super }} {% include 'plan/email/base_plan_info.html' %} {% endblock %} {% if plan.expires_at %} Thông tin thêm:
{% endif %} {% if plan.context.resource_links %} Hướng dẫn sử dụng dịch vụ:
{% endif %} {% endblock %}