{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static %} {% load ietf_filters %} {% load bootstrap3 %} {% block title %}Manage {{ group.name }} RFC stream{% endblock %} {% block pagehead %} {{ form.media.css }} {% endblock %} {% block content %} {% origin %}

Manage {{ group.name }} RFC stream

Chair{{ chairs|pluralize }}: {% for chair in chairs %} {{ chair.person.plain_name }} <{{ chair.address }}> {% if not forloop.last %}, {% endif %} {% endfor %}

Delegates can be assigned with permission to do the tasks of the chair{{ chairs|pluralize }}. Note that in order to actually do so, the delegates need a datatracker account. New accounts can be created here.

{% csrf_token %} {% bootstrap_form form %} {% buttons %} Back {% endbuttons %}
{% endblock %} {% block js %} {{ form.media.js }} {% endblock %}