{% extends "base.html" %}{% block title %}PaganOS – {{ t('status_title') }}{% endblock %} {% block content %}
{{ t('status_title') }}
{{ data.total }}
{{ t('status_builds') }}
{{ data.ok }}
✅ {{ t('status_ok') }}
{{ data.fail }}
❌ {{ t('status_fail') }}
{% if data.current %}{% else %}-{% endif %}
{{ t('status_current') }}
{% if data.current %}

{{ data.current.name }}-{{ data.current.version }}

{{ data.current.category }} · {{ data.current.get('progress','') }}

{{ data.current.get('step_text','') }}

{% endif %}

Serwer i usługi

live · odświeżanie 15 s
Uptime
Load 1/5/15
RAM
Dysk

Usługi

sprawdzam…

Dostępność serwisów

sprawdzam…

{{ t('status_changes') }}

{% if data.changes %} {% for c in data.changes %} {% endfor %}
OpisAutorKiedy
{{ c.subject[:80] }} {{ c.author }} {{ c.when }}
{% else %}

{{ t('status_no_changes') }}

{% endif %}

{{ t('status_auto') }}

{% endblock %}