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

Interactive Console

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

Click Execute!

{% else %}

None of the running modules support an interactive console.

{% endif %}
{% else %}

The interactive console is currently disabled. To enable the console, invoke dev_appserver.py with the --enable_console argument.

{% endif %} {% endblock %}