{% extends "turkle/base.html" %} {# This is shown to annotators, not for admin site #} {% block body %}
{% load turkle_tags %} {% is_installed "consent" as consent_installed %} {% if consent_installed %} {% include "consent/banner.html" %} {% endif %} {% if form.non_field_errors %} {% for error in form.non_field_errors %} {% endfor %} {% endif %} {% if next %}
{% if user.is_authenticated %} Your account doesn't have access to this page. To proceed, please login with an account that has access. {% else %} Please login to see this page. {% endif %}
{% endif %}
{% csrf_token %}
{% if turkle_email_enabled %}
Reset your Password
{% endif %}
{% endblock %}