{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load django_bootstrap5 %} {% load ietf_filters %} {% block title %} {{ charter.chartered_group.type.name }} action announcement writeup for {{ charter.chartered_group.acronym }} {% endblock %} {% block content %} {% origin %}

{{ charter.chartered_group.type.name }} action announcement writeup
{{ charter.chartered_group.acronym }}

{% csrf_token %} {% bootstrap_form announcement_text_form %} {% if user|has_role:"Secretariat" %} Charter approval page {% endif %} Back
{% endblock %}