{# wisski_cloud_account_manager/templates/wisski_cloud_account_manager_account_managing_page.html.twig #}
{{ healthCheck.message }}
| AID | UID | Person name | Organisation | Username | Subdomain | Valid | Provisioned | Options | |
|---|---|---|---|---|---|---|---|---|---|
| {{ item.aid }} | {{ item.uid }} {% if item.status is null %}{% endif %} | {{ item.person_name }} | {{ item.organisation }} | {{ item.mail }} | {{ item.name }} | {% if item.provisioned == 2 %} {{ item.subdomain }}.wisski.cloud {% else %} {{ item.subdomain }}.wisski.cloud {% endif %} | {% if item.status is same as("1") %} yes {% elseif item.status is same as("0") %} no {% else %} unknown {% endif %} |
{% if item.provisioned == 1 %}
ongoing
{% elseif item.provisioned == 2 %}
yes
{% elseif item.provisioned == 0 %}
no
{% else %}
unknown
{% endif %} |
No accounts found. Go get some friends.
{% endif %}