{% extends 'base.html' %} {% block content %} {{ block.super }}

{% translate 'Welcome to the evaluation platform!' %}


{% translate 'Confirm your login' %}

{% translate 'By clicking this button, you will be logged in and your login link will be invalidated.' %}

{% csrf_token %}
{% endblock %}