{% extends "layouts/base.html" %} {% block title %} Committee directory ~ ATR {% endblock title %} {% block description %} List of all ASF committees and their associated projects. {% endblock description %} {% block content %}

Committee directory

Current ASF committees and their projects:

Total count: {{ committees|length }}

{% for committee in committees %}

{{ committee.display_name }}

PMC members {{ committee.committee_members|length }}
Committers {{ committee.committers|length }}
Projects {{ committee.projects|length }}
{% endfor %}
{% endblock content %} {% block javascripts %} {{ super() }} {% endblock javascripts %}