{% extends 'default/base.html' %} {% block title %}{{_("Login")}} - {{super()}} {% endblock %} {% block content %}
{% if logout %}
{{_("You were successfully logged out.")}}
{% endif %}
Login

{% if errors %}

{{_("Your username and password didn't match. Please try again.")}}

{{ _("To reset your login data or add an user run:") }} python pyLoadCore.py -u {% endif %}
{% endblock %}