{% extends "layout.html" %} {% block title %}{{title}}{% endblock %} {% block content %}

{{title}}

Property Value
SSH host {{store.ssh_host}}
Path prefix {{store.path_prefix}}
Capacity {% if store.available %} {{store.capacity|filesizeformat}} {% else %} ? {% endif %}
Space Left {% if store.available %} {{store.space_left|filesizeformat}} {% else %} ? {% endif %}
Usage {% if store.available %} {{macros.progress_bar(store.usage_percentage)}} {% else %} ? {% endif %}
Available? {{macros.true_good_boolean(store.available)}}
Number of instances {{num_instances}}

Control

{% endblock %}