{% import "components.html" as c with context %} {% import "agent_form.html" as f with context %} {# the agent as its computer holds it, one page of cards under headings; saved, it comes back as the computer now holds it #} {% set base = "/agents/" ~ ref(selected.computer_id) ~ "/" ~ ref(selected.id) ~ "/profile" %} {% if values is none %}
{{ t.text("agents." ~ held.answer, {"code": held.code}) if held.answer != "listed" else t.text("agents.gone") }}
{% else %} {% set channels = values.get("channel", []) %} {% set runtimes = values.get("runtime", []) %} {% endif %}{{ t.text("agents.remove_hint") }}