{% include "group_buttons.html" %}
{% for p, rels in members %} {% with m=p.person %}
{% for n in p.names %} {% endfor %}
{% for n in p.first_names %} {% endfor %}
    {% if rels %} {% for r in rels %}
  • {{ r.relation_type.name}}{{r.related_institution.name}}{{r.start_date.year|default:"-"}} bis {{r.end_date.year|default:"-"}}
  • {% endfor %} {% else %}
  • No Person-Institution Relations
  • {% endif %}
{% endwith %} {% endfor %}