{% load user_tags %}

trophies

{% if profile.trophy_string %} {% for trophy in profile|trophies %} {% if forloop.first %} {% endif %} {% endfor %} {% else %}

No trophies.

{% endif %}