{% include 'overall_header.html' %} {% INCLUDECSS '@mot_dim/mot_dim_acp.css' %} {% INCLUDEJS '@mot_dim/mot_dim_acp.js' %} {% set switch_type = TOGGLECTRL_TYPE ?? 'toggle' %}

{{ lang('ACP_MOT_DIM') }}

{{ lang('ACP_MOT_DIM_SETTINGS_EXPL') }}

{{ lang('ACP_MOT_DIM_GENERAL_SETTINGS') }}

{{ lang('ACP_MOT_DIM_ENABLE_EXPL') }}
{{ _self.switch('mot_dim_enable', ACP_MOT_DIM_ENABLE, switch_type) }}
{{ lang('ACP_MOT_DIM_DELETE_SETTINGS') }}

{{ lang('ACP_MOT_DIM_DAYS_DELETE_EXP') }}

{{ lang('ACP_MOT_DIM_ENABLE_SLEEPER_EXPL') }}
{{ _self.switch('mot_dim_enable_sleeper', ACP_MOT_DIM_ENABLE_SLEEPER, switch_type) }}

{{ lang('ACP_MOT_DIM_ENABLE_ZEROPOST_EXPL') }}
{{ _self.switch('mot_dim_enable_zeropost', ACP_MOT_DIM_ENABLE_ZEROPOST, switch_type) }}

{{ lang('ACP_MOT_DIM_PROTECTED_USERS_EXPL') }}

{{ lang('ACP_MOT_DIM_PROTECTED_GROUPS_EXPL') }}


{{ lang('ACP_MOT_DIM_CHECK_RESULT_EXPL') }}
{{ lang('ACP_MOT_DIM_CRON_SETTINGS') }}

{{ lang('ACP_MOT_DIM_CRON_INTERVAL_EXPL') }}
{{ ACP_MOT_DIM_LAST_CRON_RUN }}
{#
{{ ACP_MOT_DIM_NEXT_CRON_RUN }}
#}
{{ lang('ACP_MOT_DIM_SUBMIT_CHANGES') }}

 

{{ S_FORM_TOKEN }}

{{ ACP_MOT_DIM_VERSION_STRING }}

{% include 'overall_footer.html' %} {% macro switch(name, checked = false, type = 'toggle') -%} {% if type == 'toggle' || type == 'checkbox' -%} {%- elseif type == 'radio' -%} {%- endif %} {%- endmacro %}