{% extends "pages/base.html" %} {% load i18n static %} {% block title %}{% trans "Net Monitor Console" %}{% endblock %} {% block content %}

{% trans "Net Monitor Console" %}

{% blocktrans %}This console exposes the WebAssembly-enabled Pyxel viewport so you can observe and interact with live charger activity directly from the browser.{% endblocktrans %}

{% blocktrans %}Loading the WASM viewport…{% endblocktrans %}
{% endblock %} {% block extra_scripts %} {% endblock %}