{{ title + " | " if title|default(False) else "" }}{% trans %}Turris router administration interface{% endtrans %}
{% if PLUGIN_STYLES is defined and PLUGIN_STYLES %}
{% for static_filename in PLUGIN_STYLES %}
{% endfor %}
{% endif %}
{% if foris_info.websockets["ws_port"] %}
{% endif %}
{% if foris_info.websockets["ws_path"] %}
{% endif %}
{% if foris_info.websockets["wss_port"] %}
{% endif %}
{% if foris_info.websockets["wss_path"] %}
{% endif %}
{% if PLUGIN_STATIC_SCRIPTS is defined and PLUGIN_STATIC_SCRIPTS %}
{% for static_filename in PLUGIN_STATIC_SCRIPTS %}
{% endfor %}
{% endif %}
{% if PLUGIN_DYNAMIC_SCRIPTS is defined and PLUGIN_DYNAMIC_SCRIPTS %}
{% for dynamic_filename in PLUGIN_DYNAMIC_SCRIPTS %}
{% endfor %}
{% endif %}
{% endif %}
{% block base %}
{% endblock %}
{% if is_xhr is not defined %}
{% endif %}