{% extends "wginfo/wg_base.html" %} {% load ietf_filters %} {% block title %}Change shepherd for {{ doc }}{% endblock %} {% block wg_content %}

Return to shepherd list

Change shepherd for {{ doc }}

Actual shepherd
{% if doc.shepherd %}{{ doc.shepherd }}{% else %}No shepherd assigned{% endif %}
{% if form.message %} {% endif %}
Change shepherd
{{ form.message.value }}
{{ form.as_p }}
{% if form.can_cancel %}No! I don't want to continue{% endif %}
{% endblock %}