{% extends "base.html" %} {% block title %}Working Group Actions{% endblock %} {% block morecss %} .working-group-action .name, .working-group-action .edit { padding-left: 10px; } .working-group-action form input { margin-left: 10px; } {% endblock %} {% block content %} {% load ietf_filters %}

Working Group Actions

These are the submitted WG descriptions and milestones for all Proposed Working Groups and recharter submissions, along with whatever status information is available.

NOTE: Explicit direction by the AD is required to add the group to an IESG Telechat agenda.

Current Items

{% for wga in current_items %} {% if user|in_group:"Secretariat" %} {% endif %} {% endfor %}
{{ wga.status_date|date:"Y, M d" }} {{ wga.group_acronym.name }} ({{ wga.group_acronym.acronym }})
Edit

Possible Items

{% for wga in possible_items %} {% if user|in_group:"Secretariat" %} {% endif %} {% endfor %}
{{ wga.status_date|date:"Y, M d" }} {{ wga.name }} ({{ wga.acronym }})
{% endblock %} {% block content_end %} {% endblock %}