{% extends "onboarding/wizard/_shell.html" %} {% block title %}Legal identity — TAMIS{% endblock %} {% block sidebar_footer %}No technical identifiers required at this stage.{% endblock %} {% block section_main %}
1

Legal identity

Who your organisation is, as it appears on official records.

{% csrf_token %}
{{ form.legal_name }} {{ form.legal_name.errors }}
{{ form.legal_form }} {{ form.legal_form.errors }}
{{ form.enterprise_code }} {{ form.enterprise_code.errors }}
{{ form.website }} {{ form.website.errors }}
{{ form.logo }} PNG or SVG · transparent background preferred
{{ form.logo.errors }}

Legal address

{{ form.address_street }} {{ form.address_street.errors }}
{{ form.address_postal_code }} {{ form.address_postal_code.errors }}
{{ form.address_city }} {{ form.address_city.errors }}
{{ form.address_country_code }} {{ form.address_country_code.errors }}
{% include "onboarding/wizard/_actions.html" %}
{% endblock %}