{# SPDX-License-Identifier: LicenseRef-Trac SPDX-FileCopyrightText: 2022 The TracTicketMSTeamsDispatcherPlugin Authors #} # extends 'admin.html' # block admintitle ${_("MS Teams Dispatcher Settings")} # endblock admintitle # block adminpanel

${_("Webhook Dispatcher Settings")}

${jmacros.form_token_input()} # for web_hook in web_hooks # set wh_url_id = 'web_hook_url_%s' % web_hook.id # set wh_name_id = 'web_hook_name_%s' % web_hook.id # set wh_type_id = 'web_hook_type_%s' % web_hook.id
${_("Settings")}

# endfor
# endblock adminpanel