{% extends 'email/base.html' %} {% block styles %} .centered { text-align: center; } .badge > img { height: 256px; width: 256px; } {% endblock %} {% block content %}

{{ _('Congratulations!') }}

{% if badge.image %}

{% endif %}

{% 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 %}

{{ _('See all the details...') }}

{% endblock %}