{% extends "base.html" %} {% block title %}Library Hours — {{ library_name() }}{% endblock %} {% block content %}

Library Hours

Set open/close times for each weekday. Closed days are skipped when computing due dates and overdue fines. Also see Closed Dates for holidays and one-off closures.

{% if message %}

{{ message }}

{% endif %} {% if error %}

{{ error }}

{% endif %}
{% for h in hours %} {% endfor %}
DayOpenOpen timeClose time
{{ weekday_names[h.weekday] }}

Timezone used: {{ library_timezone }} — change in General Settings.

{% endblock %} {% block scripts %} {% endblock %}