{% extends "base.html" %} {% load i18n %} {% load static %} {% block title %} {% trans "Login" %} {% endblock %} {% block supplementary_css %} {% endblock %} {% block content %} {% if next %}
{% trans "Your username and password didn't match. Please try again." %}
{% endif %} {% trans "Lost password?" %}{% trans "Login using another authentification provider" %}
{% trans "Doesn't have an account yet?" %}
{% trans "Register now!" %}