{% extends 'base.html' %} {% load edrn_auth_tags i18n edrnsite_content_tags %} {% block content %}

Log In

{% if form.errors %}

{% trans "Your username and password didn't match. Please try again." %}

{% endif %} {% if next and request.user.is_authenticated %}

{% trans "Your account doesn't have access to this page. To proceed, please log in with an account that has access." %}

{% endif %}

Logging in tothe EDRN public portal may afford you access to additional biomarker and scientific data. Also, if you have the appropriate permissions, you can edit the pages, images, and files on this site. Use your EDRN username and password in the below form to log in.

{% csrf_token %} {{ form.as_p }}
{% edrn_boilerplate 'login-admonitions' %}
{% endblock %} {# -*- Django HTML -*- #}