{% load django_bootstrap5 %} {% load i18n %}
{% csrf_token %}
{% bootstrap_field form.announcement_target %} {% if webhooks_configured %} {% bootstrap_field form.announcement_channel %} {% endif %} {% bootstrap_field form.announcement_text %}
{% translate "Create announcement" as button_text %} {% bootstrap_button button_class="btn btn-primary" content=button_text name="createAnnouncementText" id="createAnnouncementText" %}