{% 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 }}.

{% include "email/partials/_cta.html" with cta_url=dashboard_url cta_label="View Ticket" %} {% endblock %}