{% load i18n %}

{{ title|default:_("Register a new account") }}

{% csrf_token %} {{ form.as_table }}

{% translate "Log in instead?" %}