{% extends 'backend/email/business_base.html' %} {% load tz %} {% block email_content %} {{ system_name }} xin thông báo, quý khách đã mua thêm tài nguyên thành công dịch vụ Backup as a Service trên nền tảng {{ system_name }} vào thời điểm {{ plan.updated_at|timezone:time_zone }}.

{% block plan_info %} {{ block.super }} {% include 'plan/email/base_plan_info.html' %} {% endblock %} Thông tin thêm:
{% if backup_size %} {% endif %} {% if workstation_count %} {% endif %} {% if server_count %} {% endif %} {% if vm_count %} {% endif %} {% if plan.expires_at %} Thời hạn sử dụng đến: {{ plan.expires_at|timezone:time_zone }} {% endif %} {% endblock %}