{% extends 'default_mobile/base.html' %} {% block title %}{{_("Login")}} - {{super()}} {% endblock %} {% block content %}

pyLoad {{_("Login")}}

{% if logout %}
{{_("You were successfully logged out.")}}
{% endif %}
{% 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 %}
{{_("Desktop Version")}}
{% endblock %}