{% from '_functions.html' import avatar_thumbnail, badge_thumbnail, show_badges_by_tags, pluralize with context %} {% extends '_base.html' %} {% block head %} {% endblock %} {% block body %}
{{user.nickname}}
received on {{assertion.issued_on.strftime('%Y-%m-%d')}} {% if assertion.issued_for %} for this activity {% endif %}
This is only the last {{history_limit}} entries. Click here to see all of them.
You have not earned any badges yet!
{% else%}{{user.nickname}} has not earned any badges yet!
{% endif %} {% else%} {% if user.email == g.oidc_user.email %}You have earned {% else%}
{{user.nickname}} has earned {% endif %} {{user_badges|length}} {{ pluralize("badge", user_badges|length) }} ({{"{0:.1f}".format(percent_earned)}}% of total). {% endif %}