{% comment %} HTMX partial template for command output results {% endcomment %} {% if command_output or has_syntax_error %} {% if execution_success and not has_syntax_error %}
{{ command_output }}
| {{ header }} | {% endfor %}
|---|
| {{ value }} | {% endfor %}
{{ parsed_data|safe }}
{% endif %}
{{ command_output|default:"No output received from device" }}
No command output yet
Execute a command to see results here