{# wisski_cloud_account_manager/templates/wisski_cloud_account_manager_account_managing_page.html.twig #}
{% if accounts is not empty %} {% for item in accounts.data %} {% endfor %}
Id Person name Email Username Subdomain Valid Provisioned Error Options
{{ item._id }} {{ item.personName }} {{ item.email }} {{ item.username }} {{ item.subdomain }} {% if item.valid == 1 %} yes {% elseif item.valid == 0 %} no {% else %} unknown {% endif %} {% if item.provisioned == 1 %} ongoing {% elseif item.provisioned == 2 %} yes {% elseif item.provisioned == 3 %} no {% else %} unknown {% endif %} {{ accounts.error }}
{% endif %}