datatracker/ietf/templates/wginfo/1wg-charters-by-acronym.txt
Ole Laursen 6d17ab8015 Port wginfo/ to new schema, delete some dead code. Missing tests and
still a little bit of cruft left from views in other modules.
 - Legacy-Id: 6084
2013-09-03 16:51:22 +00:00

5 lines
210 B
Plaintext

{% autoescape off %}{% load ietf_filters %}{% for group in groups %}{{ group.acronym }}
{% endfor %}
{% for group in groups %}{% include "wginfo/group_entry_with_charter.txt" %}{% endfor %}{% endautoescape %}