{{ command_help }}{% if executed %}
Result (executed in {{ duration|floatformat:3 }} seconds)
{% if error %}Error: {{ error }}
{{ error_tb }}{% else %} Command executed successfully. {% endif %}
{% if stdout %}
{% endif %}
{% if stderr %}
{% endif %}
{% endif %}
Stdout
{{ stdout }}
Stderr
{{ stderr }}