{% extends "onboarding_base.html" %} {% load static %} {% load i18n %} {% block content %}

{%trans "Register your organisation" %}

{% csrf_token %} {% if form.non_field_errors %} {% endif %}
{{ form.firstname }}
{{ form.lastname }}
{{ form.email }}
{{ form.password }} {{ form.password.errors }}
{{ form.confirm_password }} {{ form.confirm_password.errors }}
{{ form.organisation }}
{{ form.organisationAddress }}
{{ form.organisationRegistrationNumber }}
{{ form.optin_register }}

{% trans "You will receive an email to verify your account and set up your access." %}

{% endblock %}