{% extends "base.html" %} {% block title %}Library Hours — {{ library_name() }}{% endblock %} {% block content %}
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 %}{% endif %} {% if error %}{% endif %}Timezone used: {{ library_timezone }} — change in General Settings.
{% endblock %} {% block scripts %} {% endblock %}