Diff report

{% if description is not none -%}

Description

{{ description }}

{% endif -%}

Command

{%- for line in command.splitlines() -%}
{{- line -}}
{% endfor -%}

Command output differences

{{ diff_table }}

Full previous command output

{%- for line in original_text.splitlines() -%}
{{- line -}}
{% endfor -%}
  

Full current command output

{%- for line in compare_text.splitlines() -%}
{{- line -}}
{% endfor -%}