{# bs5ok #} {% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static %} {% load django_bootstrap5 %} {% 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 %}

{% if action == "edit" %} Edit {{ group.type.name }}
{{ group.acronym }} {% elif action == "charter" %} Start chartering new group {% else %} Create new group or BOF {% endif %}

{% if not request.user.is_authenticated %}

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.

{% endif %}
{% csrf_token %} {% bootstrap_form form layout='horizontal' %} {% if action == "edit" %} Back {% elif action == "charter" %} {% else %} {% endif %}
{% endblock %} {% block js %} {{ form.media.js }} {% endblock %}