{% 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 %}
{% 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 %}
Please continue registering for your event as a member.
{% endif %} {% endif %}