{% extends "base.html" %} {% load i18n thumbnail static activemembers_cards %} {% block title %}{% trans 'Committees' %} — {{ block.super }}{% endblock %} {% block opengraph_title %}{% trans 'Committees' %} — {{ block.super }}{% endblock %} {% block body %} {% trans 'committees'|capfirst %} {% for committee in committees %} {% membergroup_card committee %} {% empty %} {% trans 'There are no committees!' %} {% endfor %} {% endblock %}