{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans 'page_title_badges' %}

{% if awards %} {% for b in awards %}
{{ b.description }}
{{ b.award_date }}
{% endfor %} {% else %} {% blocktrans %}

You don't have any badges yet

{% endblocktrans %} {% endif %} {% endblock %}