{# wisski_cloud_account_manager/templates/wisski_cloud_account_manager_account_managing_page.html.twig #}
{% if healthCheck %}

{{ healthCheck.message }}

{% endif %} {% if accounts is not empty %} {% for item in accounts %} {% endfor %}
AID UID Person name Organisation Email Username Subdomain Valid Provisioned Options
{{ item.uid }} {% if item.status is null %}error_outline{% 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 %}
{% else %}

No accounts found. Go get some friends.

{% endif %}