{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block content %} {% if form.errors %}
{% endif %}{% url 'registration.views.register' as register_url %} {% blocktrans %}Do not have an account yet? You can register.{% endblocktrans %}
{% url 'auth_password_reset' as reset_url %} {% blocktrans %}Forgot your password? You can reset it.{% endblocktrans %}
{% endblock %}