{% extends "base.html" %} {% block title %}Verify{% endblock %} {% block content %}
{% if not request_message and not verified_message %} No pending verifications {% else %} {% if request_message %} Requested verifications: {{ request_message|page_formatting }} {% endif %} {% if verified_message %} {% if request_message %}


{% endif %} You're verified for: {{ verified_message|page_formatting }} {% if not request_message %}
You may now close this tab. {% endif %} {% endif %} {% endif %} {% if method_html %}


{{ method_html|safe }}
{% endif %}
{% endblock %}