{% extends "base.html" %} {% block title %}Close{% endblock %} {% block body %}

Period Close — {{ period }}

Period

Month-end checklist

{% for label, done in checklist %} {% endfor %}
{{ label }}{% if done %}done{% else %}pending{% endif %}

Period status

Current status of {{ period }}: {{ p.status }} {% if p.reopened_reason %}— reopened: {{ p.reopened_reason }}{% endif %}

Open and soft-closed periods accept postings. Hard-closed periods reject normal postings; reopening requires a reason.

Set status reason

All periods

{% for pp in periods %}{% endfor %}
PeriodStatusClosed at
{{ pp.label }}{{ pp.status }}{{ pp.closed_at or '' }}
{% endblock %}