{{ 'Onboarding email'|trans }}

{# USERS #}

{{ 'This email will be sent to new users.'|trans }}

{% include 'binary-setting.html' with { 'model': model, 'src': src, 'slug': 'onboarding_email_active', 'label': 'Send onboarding emails'|trans } %}
{% if App.Config.configArr.debug -%} {# set no-unused-disable and text-content because removing or leaving text-content brings up error #} {%- endif %}
{% if model == 'teams/current' %}
{% endif %} {# USERS END#} {% if model == 'config' %} {# ADMINS #} {% include 'binary-setting.html' with { 'model': model, 'src': src, 'slug': 'onboarding_email_different_for_admins', 'label': 'Send a different email for (sys)admins.'|trans } %}

{{ 'This email will be sent to new (sys)admins.'|trans }}

{% if App.Config.configArr.debug -%} {# set no-unused-disable and text-content because removing or leaving text-content brings up error #} {%- endif %}
{# ADMINS END #} {% endif %}