{% extends "base.html" %} {% load i18n %} {% block title %}Command interface{% endblock %} {% block main %}
{% 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 }}