{% extends '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.url_for(_mailCampaign=True) }}
{% endblock %}
