{% if currentUser.single %}

Accounts:

{% for acc in currentUser.accounts %} {{ acc }}
{% endfor %}

Champions:

{% for c in currentUser.selectedChampions %}
{{ c }}
{% endfor %}
{% endif %}
{% for table in currentUser.allowedFeatures() %}

{{ table["title"] }}

{{ table["description"] }}

{% if table.get("href") %}

Open »

{% else %}

Open »

{% endif %}

{% endfor %}
{% include 'partials/footer.html' %}