{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block content %}
System status as of {{ today.isoformat() }}.
| Title | Expires | Days |
|---|---|---|
| {{ a.title }}{% if a.category %} {{ a.category }}{% endif %} | {{ a.expiration_date.isoformat() }} | {{ days }}d |
No upcoming alerts.
{% endif %}No activity yet.
{% endif %}