{% call c.column_header(selected.computer.name) %}
{% if selected.system in c.os_icons %}{{ c.icon(c.os_icons[selected.system]) }}{% endif %}{% if selected.queued %}{{ t.text("computers.queue", {"queued": selected.queued}) }}{% endif %}
{% endcall %}
{# the commands that connect a computer just added, shown this once at the
top of its page; the pane's refresh has no token to show, so the box
keeps what it holds. the boxes marked to be skipped are named by their
computer, so a morph onto another computer's page never takes one for
its own #}
{% if enrolment is defined and enrolment %}{% include "enrolled.html" %}{% endif %}
{{ c.section_title(t.text("computers.agents")) }}
{# the agents in a box of their own, the way to add one hanging off its corner #}
{# the question takes the button's place whole - a morph would leave a
box marked to be skipped as it is - and the mark then keeps the pane's
refresh from putting the button back #}