{% load i18n %} {% blocktrans with corp_memb.corp_profile.name as memname %}Hello,

We have received a requet to verify an email address for signing up the membership under the corporate "{{ memname }}" on {{ SITE_GLOBAL_SITEDISPLAYNAME }}.

To verify and continue to sign up for the membership, click the following URL:{% endblocktrans %}

{{ SITE_GLOBAL_SITEURL }}{% url membership.verify_email object.pk object.guid %}

{% blocktrans %}Thanks,

{{ SITE_GLOBAL_SITEDISPLAYNAME }} {% endblocktrans %}