{% 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%}