{% extends "base.html" %} {% block title %}Statystyki serwera | linuxiarz.pl{% endblock %} {% block content %}
Statystyki użytkowników

Ostatnia aktualizacja: {{ last_update }}

Serwer: {{ server_name }}

{% for graph in graphs %}
{{ graph.title }}
{{ graph.title }} {% endfor %}

Aktualny czas: {{ now_str }}

{% endblock %}