{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "Account Activation" %}{% endblock %} {% block content %}

{% trans "Create Your Account" %}

{% trans "Set up your account to get started" %}

{% trans "Step 1 of 3" %} 33%
{% csrf_token %}
{% if form.errors %}

{% for error in form.non_field_errors %} {{ error }} {% endfor %}

{% endif %}
{% endblock %}