{% blocktrans %}
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 %}
{% blocktrans %}
Please login to see this page.
{% endblocktrans %}
{% endif %}
{% endif %}