{% extends "core/site-base.html" %} {% block tabtitle %} Simmate | Login {% endblock %} {% block banner %} {% include "core/header.html"%} {% endblock %} {% block body %} {% load crispy_forms_tags %}
{% 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 %}
{{ form | crispy }}

Because this site is still under early development, we are limiting access to the Warren Lab at UNC.

{% endblock %}