{% extends "univ_oahpa.html" %} {% load i18n %} {% load staticfiles %} {# clear sidebar #} {% block sidebar %}{% endblock %} {% block extrajs %} {% endblock %} {% block content %}
{% if form.errors %}

{% trans "Your username and password didn't match. Please try again." %}

{% endif %} {% if user.is_authenticated %}

{% trans "You are currently logged in." %} {% trans "Log out?" %}

{% else %}

{% trans "Login to continue" %}

{% endif %}
{% endblock %}