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

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


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