{% extends BASE_TEMPLATE %} {% load i18n %} {% load static %} {% block customCSS %} {% endblock %} {% block customMetaTag %} {% endblock %} {% block title %} {% trans "Not authorized!" %} {% endblock %} {% block description %} {% trans "Form resubmission not allowed." %} {% endblock %} {% block body %}

403

{% trans "Sorry, it's not allowed to reschedule this appointment at this time" %}.

{% trans "Please, send us a message or schedule a new appointment" %}.

{% endblock %}