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

Command Center

Personalization · Privacy · Security
Appearance

Theme & Surface

Pick a theme; preview applies instantly.

{% csrf_token %}
Applies across the site
{% for t in available_themes %} {% endfor %}
Reading

Search Highlights

Lightly marks terms you searched for on entry pages.

Privacy

Your Footprint

Remove Recent Searches and Recently Viewed.

{% 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 %}