{% load i18n %}
{% blocktrans with object.corp_profile.name as objname %}Your corporate membership "{{ objname }}" has been renewed and approved.{% endblocktrans %}
{% blocktrans %}To view this corporate membership, go to:{% endblocktrans %} {{ SITE_GLOBAL_SITEURL }}{% url corpmembership.view object.pk %}
{% blocktrans %}To view the invoice, go to:{% endblocktrans %} {{ SITE_GLOBAL_SITEURL }}{% url invoice.view invoice.pk %}
{% blocktrans with total_individuals_renewed as totind %}Total individual memberships renewed: {{ totind }}{% endblocktrans %}
{% trans "Thanks!" %}
{% trans "Time submitted:" %} {% now "D d M Y P" %}