{% extends 'hidp/base_pre_login.html' %} {% load i18n %} {% block title %}{% translate 'Verify email' %}{% endblock %} {% block main %}

{% translate 'Verify email' %}

{% if form.first_name and form.last_name %}

{% translate 'To continue, please fill in your first and last name before verifying your email.' %}

{% else %}

{% translate 'To continue, please verify your email.' %}

{% endif %}
{% csrf_token %} {{ form }} {% include 'hidp/includes/forms/submit_row.html' with submit_label=_('Verify email') %}
{% endblock %}