{% 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
{% if invite_email_status == 'SENT' %}

Invite email was sent through Platform SMTP. The link is also shown below as backup.

{% elif invite_email_status in ['FAILED', 'SKIPPED'] %}

Invite email status: {{ invite_email_status }}{% if invite_email_error %} - {{ invite_email_error }}{% endif %}. Copy and share this link manually, or configure Platform SMTP and resend invite from Users.

{% else %}

Copy and share this link with the Firm Admin. Configure Platform SMTP to send this automatically for future firms.

{% endif %}
{{ invite_url }}
{% endblock %}