{% if logs %}
{% for entry in logs %}
{{ entry.time_display }} {{ entry.stream_label }} {{ entry.text }}
{% endfor %}
{% else %}
No CLI output captured yet.
{% endif %}