{% extends 'base.html' %} {% load url from future %} {% load i18n %} {% block title %}{% trans 'Login' %}{% endblock %} {% block contents %}
{% trans 'Please fill your username and password to login' %}