{% extends 'email/base.html' %} {% block styles %} .centered { text-align: center; } .badge > img { height: 256px; width: 256px; } {% endblock %} {% block content %}
{% if award.creator %} {% trans awarder=display_name(award.creator), title=pgettext('DB: badger.Badge.title', badge.title) %} {{ awarder }} has awarded you the {{ title }} badge! {% endtrans %} {% else %} {% trans title=pgettext('DB: badger.Badge.title', badge.title) %} You have been awarded the {{ title }} badge! {% endtrans %} {% endif %}
{% if award.description %}{{ award.description }}
{% endif %}