{% extends "base.html" %} {% load i18n %} {% block title %}Command interface{% endblock %} {% block main %} {% if messages %}
{% endif %} {% endfor %}{% trans "Clicking on "Run command" will execute the desired command in the background." %}
{% if form.errors %} {% for error in form.non_field_errors %}{{ command.docstring|linebreaks }}
{{ command.log|linebreaks }}
{% endif %} {% endfor %} {% endfor %} {% endblock %}