{% extends "onboarding_base.html" %} {% load static %} {% load i18n %} {% block content %} {%trans "Register your organisation" %} {% csrf_token %} {% if form.non_field_errors %} {{ form.non_field_errors }} {% endif %} * {% trans "First name" %} {{ form.firstname }} * {% trans "Last name" %} {{ form.lastname }} * {% trans "Email" %} {{ form.email }} * {% trans "Organisation" %} {{ form.organisation }} {% trans "Organisation Address" %} {{ form.organisationAddress }} {% trans "Organisation Registration Number" %} {{ form.organisationRegistrationNumber }} {{ form.optin_register }} {%blocktrans%}I accept the terms & conditions{%endblocktrans%} {% trans "Submit" %} {% trans "You will receive an email to verify your account and set up your access." %} {% endblock %}
{% trans "You will receive an email to verify your account and set up your access." %}