{% extends "memberships/base-wide.html" %} {% load i18n %} {% load base_filters %} {% block body %}

Membership Applications

A list of all membership applications

    {% for app in apps %}
  1. {{ app }}

    {% firstof app.description "No Description" %}

  2. {% endfor %}
{% endblock %}