{% extends "email/base.html" %} {% block title %}Support Ticket Updated | Praxicraft{% endblock %} {% block body_radius %}border-radius:8px;{% endblock %} {% block content %}
Hi {{ first_name }},
The status of your ticket{% if ticket_subject %} “{{ ticket_subject }}”{% endif %} changed to {{ new_status }}.
|
{{ ticket_subject }} {% if new_status == "Resolved" or new_status == "Closed" %}
{{ new_status }}
{% elif new_status == "Pending" %}
{{ new_status }}
{% else %}
{{ new_status }}
{% endif %}
|