{% load djblets_deco %} {% if trophies %} {% box 'yay' %} {% for trophy in trophies %}

{{trophy.text}}

{% endfor %} {% endbox 'yay' %} {% endif %}