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