{% extends 'mail/base.html' %} {% from 'mail/button.html' import mail_button %} {% block body %}

{{ _('%(user)s has identified your organization "%(name)s" as public service', user=( ''|safe + badge.created_by.fullname + ''|safe ), name=( ''|safe + organization.name|string + ''|safe ) ) }}.


{{ mail_button( _('See the badge'), organization.external_url ) }}
{% endblock %}