{% extends "base.html" %} {% load static %} {% load humanize %} {# For intcomma if needed, though not used in current stat fields #} {% block title %} {{ block.super }} - {{ page_title }}{% endblock %} {% block content %}
Displaying data for the current month. Timeframe selection is fixed to optimize performance.
{# Filter Form - Placed directly under the title #}| Alias | Current Status | AVG Offline Hours | SUM Offline Hours | Offline Count |
|---|---|---|---|---|
| {# Added data-alias for easier JS access #} {{ peer.channel_alias }} | {# Added data-status #} {% if peer.currently_offline %} ❌ {% else %} ✅ {% endif %} | {{ peer.avg_offline_hours | floatformat:2 }} | {{ peer.total_offline_hours | floatformat:2 }} | {{ peer.offline_count }} |
No peer offline data found for the selected criteria.