{% extends "chapters/base-wide.html" %} {% load chapter_tags %} {% block title %}{% trans "Chapter Membership Confirmation" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{% 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 %}