{% 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_SETTINGS_EXPL') }}
{{ 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 %}