{% if data.computing %}
Name {{ data.computing.name }}
Description {{ data.computing.description }}
Type {{ data.computing.type }}
Access mode {{ data.computing.access_mode }}
Auth mode {{ data.computing.auth_mode }}
WMS {{ data.computing.wms }}
Arch {{ data.computing.arch }}
Container runtimes {{ data.computing.container_runtimes }}
Emulated archs {{ data.computing.emulated_archs }}
Storages {% if not computing.storages.all %} none {% else %} {% for storage in computing.storages.all %} {% if storage.bind_path %} {{ storage.name }} @ {{ storage.bind_path }}
{% endif %} {% endfor %} {% endif %}
{% else %}
{{ computing.name }}
{% if computing.description %}
{{ computing.description }}
{% else %}
{% endif %}
Type: {{ computing.type }} ({{ computing.arch }})
Storages: {% if not computing.storages.all %} none {% else %}
{% for storage in computing.storages.all %} {% if storage.bind_path %}   {{ storage.name }} @ {{ storage.bind_path }}
{% endif %} {% endfor %} {% endif %}
{% if container %}
{% csrf_token %}
{% endif %}
{% endif %}