{% extends 'mail/base.html' %} {% from 'mail/button.html' import mail_button %} {% block body %}
{{ _('%(user)s has identified your organization "%(name)s" as an association', user=( ''|safe + badge.created_by.fullname + ''|safe ), name=( ''|safe + organization.name|string + ''|safe ) ) }}.
{{ mail_button( _('See the badge'), organization.external_url ) }} |