{% extends "email/base.html" %} {% block title %}New Reply on Your Support Ticket | Praxicraft{% endblock %} {% block body_radius %}border-radius:8px;{% endblock %} {% block content %}

Hi {{ first_name }},

{{ agent_name }} from Praxicraft Support replied to your ticket{% if ticket_subject %} “{{ ticket_subject }}”{% endif %}.

{% if ticket_subject %} {% include "email/partials/_detail_row.html" with pill_label="TICKET" pill_value=ticket_subject pill_variant="primary" pill_radius="top" %} {% endif %} {% if has_attachments %} {% include "email/partials/_detail_row.html" with pill_footer="This reply includes attachment(s). Open the ticket to download them." pill_border="none" pill_radius="bottom" %} {% endif %}

Need to respond? Open your ticket and reply from your dashboard.

{% include "email/partials/_cta.html" with cta_url=dashboard_url cta_label=cta_label|default:"Reply" %} {% endblock %}