{% extends "account/base.html" %} {% load i18n %} {% block title %}{% trans "Log in" %}{% endblock %} {% block content %}
{% trans "You should login to gain access to all site features. If you have not account" %} {% trans "register" %} {% trans "please" %}
{% trans "I forgot password" %} {% endblock %}