{% extends "layout.html" %} {% import 'includes.html' as includes %} {% block head %} {{ includes.socketio() }} {{ includes.datatables() }} {% endblock %} {% import 'widgets.html' as widgets %} {% block content %}

Network:

{{ widgets.network_state(size='small') }}

Controller:

{{ widgets.controller_state(size='small') }}

Controller commands / messages:

{{ widgets.controller_message(size='small') }} {{ widgets.controller_commands(size='small') }} {{ widgets.command_result(size='small') }} {% endblock %}