{% extends "layout.html" %} {% from "loading.html" import loading_block_ui %} {% block head %} {% endblock %} {% block content %}

Interfaces list

{% for interfaces in interfaces_list -%} {%- endfor %}
{{ interfaces }}

Drivers list

{% for driver in drivers_list -%} {%- endfor %}
{{ driver }}
{% if server %}
Load handlers
You can clear the handlers configuration
{% endif %} {{ loading_block_ui('Loading Handlers') }} {% endblock %}