{% import "components.html" as c with context %}
{% call c.column_header(t.text("computers.title")) %} {% endcall %} {% include "computer_list.html" %}
{% if selected %}{% include "computer_detail.html" %}{% endif %}
{# what the dialog shows at once while the computer is asked what it can run #}