{% extends "django_registration/registration_base.html" %} {% load static %} {%load i18n %} {% block content %}

{%trans "Powered by"%}

{%trans "Log in" %}

{% csrf_token %} {% if form.non_field_errors %} {% endif %}
{{ form.username }}
{{ form.password }}
{% trans "Forgot password?" %}
{% endblock %}