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

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


{% trans 'Confirm your login' %}

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

{% csrf_token %}
{% endblock %}