{% extends "base.html" %} {% load i18n %} {% block page_name %} {% trans "Login Failure" %} {% endblock %} {% block defaulthead %} {% with '/ubuntu-website/media/' as ubuntu_website_media %} {{ block.super }} {% endwith %} {% endblock %} {% block extrahead %} {% with '/media/' as MEDIA_URL %} {{ block.super }} {% endwith %} {% endblock %} {% block main_nav_links %}{% endblock %} {% block sub_nav %}{% endblock %} {% block content %}

{{message|safe}}

{% if exception %}

{{exception.message|safe}}

{% endif %} {% if solution %}

{{solution|safe}}

{% endif %}

{% trans "If you continue to experience problems with LoCo Team Portal, please " %} {% trans "Report it!" %}

{% endblock %}