{% extends theme('mail/base.txt') %}

{% block body %}
{{ _('%(user)s has certified your organization "%(name)s"',
        name=organization.name,
        user=badge.created_by.fullname
) }}.

{{ _('You can see the badge on this page:') }}
{{ organization.external_url }}
{% endblock %}
