{% extends "base.html" %} {% load static %} {% block body_class %}{% endblock %} {% block content %}

Command Center

Appearance

Theme

{# Form wraps the tiles and the Save button. A hidden input carries the choice. #}
{% csrf_token %}
{% for t in available_themes %} {% endfor %}
Reading
Privacy
{% if user.is_authenticated and user.is_superuser %}
Security

Monitoring

Comms

Release Announcement

{% csrf_token %} {% if announcement_form %} {{ announcement_form.as_p }} {% else %} {% endif %}
{% if announcements_recent %}
{% for a in announcements_recent %} {% endfor %}
IDTitleActive?WindowCreated
#{{ a.id }} {{ a.title|default:"(untitled)" }} {{ a.is_current|yesno:"✅,—" }} {{ a.start_at|date:"Y-m-d H:i" }} {% if a.end_at %} → {{ a.end_at|date:"Y-m-d H:i" }}{% endif %} {{ a.created_at|date:"Y-m-d H:i" }}
{% endif %}
{% endif %}
History cleared.
{% endblock %}