{% extends "registration/reg_base.html" %} {% load order_by %} {% load appname %} {% block title %}Request {%appname%} group membership{% endblock %} {% block content %} {% if groups %}

Request membership with one or more of the following groups.

Though we will make every effort to expedite the process, the group membership process takes up to 7 days - you may still use {%appname%} during this time but sharing and collaborating with these groups may be delayed pending approval.

{% else %}

There are no eligible groups at this time.

{% endif %} {% endblock %}