{% extends './layout/default' %} {% block breadcrumbs %} {{ Breadcrumbs.render }} {% endblock %} {% block content %}

{{ 'notification_settings'|_ }}

{{ trans('firefly.owner_notifications_expl') }}

{% for notification, value in notifications %}
{% endfor %}

{{ 'channel_settings'|_ }}

{{ ExpandedForm.text('slackUrl', slackUrl, {'label' : 'slack_url_label'|_}) }} {{ ExpandedForm.text('discordUrl', discordUrl, {'label' : 'discord_url_label'|_}) }}

{{ 'available_channels_title'|_ }}

{{ 'available_channels_expl'|_ }}

    {% for name,info in channels %}
  • {% if info.enabled %} ☑️ {{ trans('firefly.notification_channel_name_'~name) }} {% if 0 == info.ui_configurable %}({{ 'configure_channel_in_env'|_ }}) {% endif %} {% endif %} {% if not info.enabled %} ⚠️ {{ trans('firefly.notification_channel_name_'~name) }} ({{ 'channel_not_available'|_ }}) {% endif %}
  • {% endfor %}
{% endblock %}