{% extends "email/base.html" %} {% block title %}Your support ticket will close soon | Praxicraft{% endblock %} {% block body_radius %}border-radius:8px;{% endblock %} {% block content %}

Hi {{ first_name }},

We have not seen any new messages on your ticket{% if ticket_subject %} “{{ ticket_subject }}”{% endif %} for about a day.

If you have nothing else to add, we will close the ticket automatically soon to keep your inbox tidy. If you still need help, reply on the ticket and we will keep it open.

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