{% block head %}{% endblock %}
Backup RouterOS
{% if session.get('user_id') %}
Dashboard
Urządzenia
Lista
Dodaj nowe
Diff
Wszystkie pliki
Logi
Ustawienia
Główne
Harmonogram
{% endif %}
Ciemny
{% if session.get('user_id') %}
Zmień hasło
Wyloguj
{% else %}
Zaloguj się
Zarejestruj się
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, msg in messages %} {% set bs_cat = bootstrap_alert_category(category) %}
{{ msg }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}
Test Połączenia
{% block scripts %}{% endblock %}