{% extends "memberships/base-wide.html" %} {% load base_filters %} {% load i18n %} {% block title %}{% endblock %} {% block meta_description %}{% endblock %} {% block meta_keywords %}{% endblock %} {% block meta_canonical_url %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}

{% trans "Membership Confirmation" %}

{% if app.confirmation_text %} {{ app.confirmation_text|safe }} {% else %}

Thank you for your submission!

{% endif %} {% if membership.is_pending %}

{% trans "Your membership is pending for admin approval." %}
{% trans "You will be notified shortly after your application is approved." %}

{% endif %} {% with membership.get_invoice as invoice %} {% if invoice and invoice.total > 0 %}

View Invoice{% if invoice.balance > 0 and SITE_GLOBAL_MERCHANTACCOUNT %} and Make Online Payment{% endif %}

{% endif %} {% endwith %} {% if membership.corporate_membership_id %} {% with membership.corpmembership as corpmembership %} {% if corpmembership %}

 

Add More Members Under "{{ corpmembership.corp_profile.name }}" »

{% endif %} {% endwith %} {% if request.user.is_superuser %}

Back to Corporate Memberships »

{% else %} {% if request.user.is_authenticated %}

Back to My Corporate Memberships »

{% endif %} {% endif %} {% endif %} {% if membership.user.profile.is_active %}

View Profile

{% endif %}

 

{% endblock %}