{# * * @package UserReminder v1.11.0 * @copyright (c) 2019 - 2026 Mike-on-Tour * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * #} {% include 'overall_header.html' %} {% INCLUDECSS '@mot_userreminder/admin_mot_userreminder.css' %} {% import "acp_mot_ur_macro.html" as forms %}

{{ lang('ACP_USERREMINDER_SLEEPER') }}

{{ lang('ACP_USERREMINDER_SLEEPER_EXPLAIN') }}

{% if ACP_MOT_UR_REMIND_SLEEPERS %} {% for sleeper in ACP_MOT_UR_SLEEPERS %} {% else %} {% endfor %}
{{ lang('USERNAME') }} {{ lang('JOINED') }} {{ lang('ACP_USERREMINDER_SLEEPER_REMINDER') }} {{ lang('ACP_USERREMINDER_MARK_REMIND') }} {{ lang('ACP_USERREMINDER_MARK_DELETE') }}
{{ lang('ACP_USERREMINDER_AT_DATE') }} {{ lang('ACP_USERREMINDER_DAYS_AGO') }} {{ lang('ACP_USERREMINDER_AT_DATE') }} {{ lang('ACP_USERREMINDER_DAYS_AGO') }}
{{ sleeper.username }} {{ sleeper.joined }} {{ sleeper.offline_days }} {{ sleeper.reminded_date }} {{ sleeper.reminded_ago }} {% if sleeper.reminder_enabled %}{% endif %} {% if sleeper.del_enabled %}{% endif %}
{{ lang('ACP_USERREMINDER_NO_ENTRIES') }}
{% else %} {% for sleeper in ACP_MOT_UR_SLEEPERS %} {% else %} {% endfor %}
{{ lang('USERNAME') }} {{ lang('JOINED') }} {{ lang('ACP_USERREMINDER_DAYS_AGO') }} {{ lang('MARK') }}
{{ sleeper.username }} {{ sleeper.joined }} {{ sleeper.offline_days }}
{{ lang('ACP_USERREMINDER_NO_ENTRIES') }}
{% endif %} {% if pagination %} {% endif %} {% if ACP_MOT_UR_SLEEPER_COUNT > 1 %}
{{ lang('SORT_BY') ~ lang('COLON') }}  {{ forms.select('sort_key', ACP_MOT_UR_SORT_KEY_ARR) }}  {{ forms.select('sort_dir', ACP_MOT_UR_SORT_DIR_ARR) }} 

{% endif %} {% if ACP_MOT_UR_ENABLE_REMIND %}

{{ lang('MARK_ALL') }}{{ lang('UNMARK_ALL') }}

{% endif %} {% if ACP_MOT_UR_ENABLE_REMIND and ACP_MOT_UR_ENABLE_DELETE %} {# Let's show the horizontal ruler only if both sets of buttons are shown #}
{% endif %} {% if ACP_MOT_UR_ENABLE_DELETE %}

{{ lang('MARK_ALL') }}{{ lang('UNMARK_ALL') }}

{% endif %} {% if ACP_MOT_UR_SHOW_EXPERT_MODE and ACP_MOT_UR_SLEEPER_COUNT > 0 %}
{# Show only if remind sleepers is active #} {% if ACP_MOT_UR_ENABLE_REMIND %}
{{ lang('ACP_USERREMINDER_REMIND_ALL_TEXT', ACP_MOT_UR_NUMBER_2_REMIND) }}
{% endif %}
{{ lang('ACP_USERREMINDER_DELETE_ALL_TEXT', ACP_MOT_UR_SLEEPER_COUNT) }}
{% endif %} {{ S_FORM_TOKEN }}

{{ ACP_MOT_UR_VERSION }}

{% include 'overall_footer.html' %}