{% extends "smart_admin/console.html" %}{% load static i18n %} {% block left %}
{% csrf_token %} {{ form.connection }} {{ form.command }}
{% for line in stdout %}{{ forloop.counter }}) {{ line|striptags }}
{% endfor %}
        
{% endblock left %} {% block buttons %} {{ block.super }} {% endblock %} {% block footer %}{{ block.super }} {% endblock %} {#{% block content %}#} {#
#} {#
#} {#
#} {# {% csrf_token %}#} {# #} {# {{ form.connection }}#} {# {{ form.command }}#} {#
#} {#
#} {# #} {#
#} {#
#} {#
#}
{#        {% for line in stdout %}#}
{# {{ forloop.counter }}) {{ line|striptags }}{% endfor %}#}
{#        
#} {#
#} {#
#} {# #} {# #} {#
#} {#
#} {# #} {#{% endblock content %}#}