{% extends 'hidp/base_pre_login.html' %} {% load i18n %} {% block title %}{% translate 'Verify email' %}{% endblock %} {% block main %}
{% translate 'To continue, please fill in your first and last name before verifying your email.' %}
{% else %}{% translate 'To continue, please verify your email.' %}
{% endif %} {% endblock %}