{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load cache %} {% block title %}Non-Working Group email lists{% endblock %} {% block content %} {% origin %}

Non-Working Group email lists

{% cache 900 nonwglisttable %} {% for list in lists %} {% endfor %}
NameDescriptionList Info
{{ list.name.lower }} {{ list.description }} {{ list.info_url.lower }}
{% endcache %} {% endblock %}