{% extends "base_widget.html" %} {% load extras %} {% load staticfiles %} {% block title %}{{ person.name }}{% endblock %} {% block content %}
Committees
{% for membership in person.chair_role_memberships %}Chairperson of {{membership.organization.link_html|safe}}
{% endfor %} {% with person.member_role_memberships.length as l %} {% if l > 1 %}Member of {{ l }} other committees
{% else %}Member of 1 other committee
{% endif %} {% endwith %}