{% extends 'user/base.html' %} {% block title %}{% translate "User login" %}{% endblock %} {% block content %}
{% translate "If you have not an account than" %} {% translate "create new account" %}.
{% include "user/block/login_form.html"%} {% endblock %}