{% block extra_head %}{% endblock %}
RouterOS Update
{% if current_user.is_authenticated %}
Dashboard
Urządzenia
Lista
Dodaj nowe
Logi
RouterOS Changelog
Historia aktualizacji
Anomalie
Ustawienia
{% endif %}
Tryb ciemny
{% if current_user.is_authenticated %}
Zmień hasło
Wyloguj
{% else %}
Zaloguj
Zarejestruj
{% endif %}
{% with messages = get_flashed_messages(with_categories=True) %} {% if messages %} {% for category, message in messages %} {% set bs_cat = bootstrap_alert_category(category) %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
{% block content %}{% endblock %}
{% block extra_scripts %}{% endblock %}