{% include 'overall_header.html' %} {% include '@david63_privacypolicy/head_panel.html' %}
{{ lang('SORT_BY') }} {{ lang('COLON') }} {{ S_SORT_KEY }}  {{ S_SORT_DIR }}  •  {{ lang('FILTER_BY') }} {{ lang('COLON') }} {{ S_FILTER_CHAR }}

   
{{ lang('USER_ID') }}
{{ lang('USERNAME') }}
{{ lang('ACCEPT_DATE') }}
{{ lang('REG_DATE') }}
{{ lang('LAST_VISIT') }}
{{ lang('POSTS') }}
{% for list in privacy_list %} {% if list.S_ROW_COUNT is even %}
{% else %}
{% endif %}
{{ list.USER_ID }}
{{ list.USERNAME }}
{{ list.ACCEPT_DATE }}
{{ list.REG_DATE }}
{{ list.LAST_VISIT }}
{{ list.POSTS }}
{% endfor %}
{% include 'overall_footer.html' %}