{% extends "nexus/base.html" %} {% load i18n %} {% block breadcrumbs %}{% endblock %} {% block title %}{% trans "Login" %} | Nexus{% endblock %} {% block heading %}{% trans "Login" %}{% endblock %} {% block navigation %}{% endblock %} {% block container %}
{% trans "You must log in to continue." %}
{% if form.errors %}{% trans "Your username and password didn't match. Please try again." %}
{% endif %}