{% 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 %}

{% if request.user.profile.is_superuser %} {% trans "This membership is pending." %} {% else %} {% trans "Your membership is pending for admin approval." %}
{% trans "You will be notified shortly after your application is approved." %} {% endif %}

{% endif %}

What would you like to do now?

 

{% endblock %}