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

{% block body %}
{{ _('%(user)s has identified your organization "%(name)s" as a public service',
  name=organization.name,
  user=badge.created_by.fullname
) }}.

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