{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static %} {% load bootstrap3 %} {% load ietf_filters %} {% block title %} {% if group %} Edit {{ group.type.name }} {{ group.acronym }} {% else %} Start chartering new group {% endif %} {% endblock %} {% block pagehead %} {{ form.media.css }} {% endblock %} {% block content %} {% origin %}
Note that persons with authorization to manage information, e.g. chairs and delegates, need a datatracker account to actually do so. New accounts can be created here.
{% else %} {% endif %} {% endblock %} {% block js %} {{ form.media.js }} {% endblock %}