{% 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 %}.
|
REPLY
{% if reply_body %}
{{ reply_body }} {% else %}Open your ticket to read this reply. {% 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 %}