{% if instances %} {% for inst in instances %} {{ inst.experiment if inst.experiment is not none else "—" }} {{ inst.experiment_run_uid if inst.experiment_run_uid is not none else "—" }} {{ inst.uid }} {{ inst.user if inst.user is not none else "—" }} {{ inst.status }} {{ inst.created_at if inst.created_at is not none else "—" }} {% endfor %} {% else %} No active instances. {% endif %}