{% extends "skeleton.html" %} {% block page_title %}Interactive Console{% endblock %} {% block page_head %} {% endblock %} {% block body %}

Interactive Console

{% if modules %}
{% if modules|length > 1 %} {% else %} {% endif %}

Click Execute!

{% else %}

None of the running modules support an interactive console.

{% endif %}
{% endblock %}