{% if currentUser.single %}
{% endfor %}
{% endif %}
{% include 'partials/footer.html' %}
Accounts:
{% for acc in currentUser.accounts %} {{ acc }}{% endfor %}
Champions:
{% for c in currentUser.selectedChampions %}{{ c }}
{% endfor %}