{% extends "corporate_memberships/base.html" %} {% load corporate_memberships_tags %} {% load perm_tags %} {% block title %}{% trans "Corporate Membership Add Confirmation" %}{% endblock %} {% block content %}
{% if app.confirmation_text %}
{{ app.confirmation_text|safe }}
{% else %}
{% trans "Thank you for your submitting! " %}
{% if not request.user.is_superuser %}
{% trans "Your membership will be reviewed by an administrator who will be contacting you shortly." %}
{% endif %}
{% endif %}
{% trans "View this Corporate Membership" %}
{% endif %} {% if can_edit %} {% endif %}