5 lines
209 B
Plaintext
5 lines
209 B
Plaintext
{% autoescape off %}{% load ietf_filters %}{% for group in groups %}{{ group.acronym }}
|
|
{% endfor %}
|
|
|
|
{% for group in groups %}{% include "group/group_entry_with_charter.txt" %}{% endfor %}{% endautoescape %}
|