{% extends "orga/mails/_mail_editor.html" %} {% comment %} SPDX-FileCopyrightText: 2023-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% load i18n %} {% block email_editor_title_detail %} {% translate "Reviewers and team members" %} {% endblock email_editor_title_detail %} {% block skip_queue %} {% endblock skip_queue %} {% block recipient_form %} {{ form.recipients.as_field_group }} {% endblock recipient_form %} {% block send_button_label %}{{ phrases.base.send }}{% endblock send_button_label %}