{% INCLUDECSS 'acp_dsgvo.css' %} {% include 'overall_header.html' %} {% set switch_type = TOGGLECTRL_TYPE ?? 'toggle' %}

{{ lang('ACP_DSGVO_SETTINGS') }}

{{ lang('DSGVO_DESC', DSGVO_EXT_NAME, DSGVO_EXT_VER) }}


{% if DSGVO_NOTES %}
{{ DSGVO_NOTES }}
{% endif %} {% if S_ERROR %}

{{ lang('WARNING') }}

{{ ERROR_MSG }}

{% endif %}
{{ lang('ACP_DSGVO_DOWNLOAD_OPTIONS') }}

{{ lang('ACP_DSGVO_POST_FORMAT_EXPLAIN') }}
{{ _self.switch('dsgvo_post_format', DSGVO_POST_FORMAT, switch_type) }}

{{ lang('ACP_DSGVO_POST_READ_EXPLAIN') }}
{{ _self.switch('dsgvo_post_read', DSGVO_POST_READ, switch_type) }}

{{ lang('ACP_DSGVO_POST_UNAPPROVED_EXPLAIN') }}
{{ _self.switch('dsgvo_post_unapproved', DSGVO_POST_UNAPPROVED, switch_type) }}

{{ lang('ACP_DSGVO_POST_DELETED_EXPLAIN') }}
{{ _self.switch('dsgvo_post_deleted', DSGVO_POST_DELETED, switch_type) }}
  {{ S_FORM_TOKEN }}
{% include 'overall_footer.html' %} {% macro switch(name, checked = false, type = 'toggle') -%} {% if type == 'toggle' || type == 'checkbox' -%} {%- elseif type == 'radio' -%} {%- endif %} {%- endmacro %}