{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin static %} {% block morecss %} .well { max-width: 150px;} {% endblock %} {% block bodyAttrs %}data-spy="scroll" data-target="#affix"{% endblock %} {% block title %}Chair Photos{% endblock %} {% block content %} {% origin %} {% load ietf_filters %}

{{ group_type | upper }} {{ role }} Photos

{% regroup roles by last_initial as alphabet_blocks %}
{% for letter in alphabet_blocks %}
{{letter.grouper}}
{% endfor %}
{% endblock %}