{{ current_tenant.display_name }}
{{ current_tenant.organization_type|title }}
Address:
{{ current_tenant.address_line1 }}
{% if current_tenant.address_line2 %}{{ current_tenant.address_line2 }}
{% endif %} {{ current_tenant.city }}, {{ current_tenant.state }} {{ current_tenant.postal_code }}
Contact:
{{ current_tenant.phone_number }}
{{ current_tenant.email }}
{% if current_tenant.license_number %}
License:
{{ current_tenant.license_number }}
{% endif %}
Subscription:
{{ current_tenant.subscription_plan|title }} {% if current_tenant.is_trial %} Trial {% endif %}
Usage:
Users: {{ current_tenant.get_user_count }}/{{ current_tenant.max_users }}
Patients: {{ current_tenant.get_patient_count }}/{{ current_tenant.max_patients }}