{% extends "base.html" %} {% block title %}Close{% endblock %} {% block body %}
| {{ label }} | {% if done %}done{% else %}pending{% endif %} |
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.
| Period | Status | Closed at |
|---|---|---|
| {{ pp.label }} | {{ pp.status }} | {{ pp.closed_at or '' }} |