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

{% trans "Create Your Account" %}

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

{% trans "Final Step" %} {% trans "All acknowledgements completed" %}
{% csrf_token %}

{% trans "This will be recorded as your digital signature for account activation." %}

{% endblock %}