{% extends "templates/web.html" %} {% block title %} {{ _("Verify Email") }} {% endblock%} {% block page_content %} {% if success==True %}
{{ _("Your email has been verified and your appointment has been scheduled") }}
{% else %}
{{ _("Verification failed please check the link") }}
{% endif %} {% endblock%}