{% extends 'auth_layout.html' %} {% block content %} {% if context.message %}
{{ context.message }}
{% endif %}
Schedule

Schedule

The following schedule rules will schedule and send email reminders to staff.

{% for schedule in context.schedules %} {% endfor %}
Interval
Send email reminder {{ schedule.interval }} day{% if schedule.interval > "1" %}s{% endif %} before password expires. Delete
{% for schedule in context.schedules %} {% endfor %} {% endblock %}