datatracker/ietf/templates/nomcom/email_list_panel.html
Lars Eggert bbf088e18b Hopefully the final check-ins.
- Legacy-Id: 19909
2022-02-08 17:29:15 +00:00

9 lines
284 B
HTML

{% load person_filters textfilters %}
<{{ heading }} class="mt-3">{{ title }}</{{ heading }}>
{% if list %}
<ul>
{% for n in list %}
<li>{% person_link n.person with_email=False %} ({{ n.email.address|linkify }})</li>
{% endfor %}
</ul>
{% endif %}