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

{% trans "Membership Confirmation" %}

{% firstof app.confirmation_text|safe "Thank you for your submission!" %} {% 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 %}

{% else %} {% if membership.referer_url %}

{% trans 'Please continue registering for your event as a member.' %}

{% endif %} {% endif %}

{% trans 'What would you like to do now?' %}

 

{% endblock %}