{% extends "chapters/base-wide.html" %} {% load chapter_tags %} {% block title %}{% trans "Chapter Membership Confirmation" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% trans "Chapter Membership Confirmation" %}

{% if chapter_membership.renewal %} {% firstof app.renewal_confirmation_text|safe "Thank you for your submission!" %} {% else %} {% firstof app.confirmation_text|safe "Thank you for your submission!" %} {% endif %} {% if chapter_membership.is_pending %}

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

{% endif %}

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

 

{% endblock %}