{% extends "admin/base_site.html" %} {% load i18n %} {% block extrahead %}{{ block.super }} {{ media }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block coltype %}colM{% endblock %} {% block content %}
{{ command_help }}
{% csrf_token %} {{ form.as_table }}
{% if executed %}

Result (executed in {{ duration|floatformat:3 }} seconds)

{% if error %}

Error: {{ error }}

{{ error_tb }}
{% else %} Command executed successfully. {% endif %}
{% if stdout %}

Stdout

{{ stdout }}
{% endif %} {% if stderr %}

Stderr

{{ stderr }}
{% endif %}
{% endif %}
{% endblock %}