{% extends "common/v2/app/base.html" %}
{% load static i18n %}
{% block "content" %}
{% block "css" %}
{{ block.super }}
{% endblock %}
{% block "header_middle" %}
Your username and password didn't match. Please try again.
{% endblocktrans %} {% 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 %}{% trans "Please login to see this page." %}
{% endif %} {% endif %} {% endblock %}