{% extends "layouts/auth.html" %} {% block title %}Verify — IILMP{% endblock %} {% block content %}

Two-step verification

Open your authenticator app and enter the 6-digit code shown for IILMP.

{% csrf_token %} {% if form.non_field_errors %} {% endif %} {% for field in form %} {% include "components/forms/field.html" with field=field %} {% endfor %}

Lost access to your authenticator? Contact your secretariat administrator to recover your account.

{% endblock %}