{% 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 %}
{% endblock %}