Thank you for registering!

Welcome

Your account is ready to use, here are some details to help get you started!

Account

{% if account.parent_id %}{% endif %}
Account ID: {{account.account_id}}
Account Name: {{account.name}}
Account Realm: {{account.realm}}
Parent Account ID: {{account.parent_id}}
Parent Account Name: {{account.parent_name}}
Parent Account Realm: {{account.parent_realm}}
{% if admin %}

Admin

Name: {{admin.first_name}} {{admin.last_name}}
Email: {{admin.email}}
Timezone: {{admin.timezone}}
{% endif %} {% if devices %}

SIP Credentials

{% for device in devices %} {% endfor %}
UserEmailSIP UsernameSIP PasswordSIP Realm
{{device.user.first_name}}{{device.user.last_name}}{{device.user.email|default:""}}{{device.sip.username}}{{device.sip.password}}{{account.realm}}
{% endif %}

Sent from {{system.hostname}}