Associations ยท {{ account }}

{% if associations %} {% for a in associations %} {% endfor %}
UserPartitionParentLimits
{% if a.user_raw %}{{ a.user }} {% else %}account root{% endif %} {{ a.partition }} {{ a.parent }} {{ a.limits }} {% if a.user_raw %} {% endif %}

account root is the account's own association โ€” it holds the parent link and can't be removed. The other rows are its users.

{% else %}

No associations for this account yet โ€” add a user below.

{% endif %}