{% extends "ui/templates/base/layout.html" %} {% block content %}

Firm created successfully

The tenant, primary branch, Firm Admin and invite token have been created.

Firm
{{ tenant.name }}
{{ tenant.code }} · {{ tenant.firm_type }}
Primary Branch
{{ branch.name }}
{{ branch.code }} · Head Office
Firm Admin
{{ firm_admin.full_name }}
{{ firm_admin.email }}
Financial Year
{% if financial_year %}
{{ financial_year.year_code }}
AY {{ financial_year.assessment_year }}{% if financial_year.is_current %} · Current{% endif %}
{% else %}
Not created from wizard.
{% endif %}
Firm Admin invite link

Copy and share this link with the Firm Admin. The user will set their password through the invite acceptance page.

{{ invite_url }}
{% endblock %}