{# Lifecycle subblock — uses _server_actions.html which now opens job-log-modal on click #}
{% include "_server_actions.html" %}
{# Live state — HTMX-loaded into innerHTML #}
{# Config grid — flat auto-fit; uses config_field_block macro from _macros.html #}
{% for h in console_history %}
{% with command=h.command, reply=h.reply, is_error=h.is_error %}
{% include "_console_line.html" %}
{% endwith %}
{% endfor %}