{% extends "barest_base.html" %} {% load static %} {% load i18n %} {% block title %}Log in ยท {{ site_title }}{% endblock %} {% block content %}
{# the cyan background #}
{# the centered box #}
{# the logo #} Bugsink logo
{% if form.errors %}
{% translate "Your username and password didn't match. Please try again." %}
{% elif next %} {% if user.is_authenticated %}
{% translate "Your account doesn't have access to this page. To proceed, please login with an account that has access." %}
{% else %}
{% translate "Please login to see this page." %}
{% endif %} {% endif %}
{% csrf_token %}
{% endblock %}