{% extends "statusboard/base.html" %} {% load i18n %} {% block content %}
{% if form.errors %} {% endif %} {% if next %} {% if user.is_authenticated %}
{% blocktrans %} Your account doesn't have access to this page. To proceed, please login with an account that has access. {% endblocktrans %}
{% else %}
{% blocktrans %} Please login to see this page. {% endblocktrans %}
{% endif %} {% endif %}

{% blocktrans %} Please sign in {% endblocktrans %}

{% csrf_token %}
{% endblock %}