{% extends load_base %} {% load i18n %} {% load gui_utils %} {% block javascript %} {% endblock %} {% block base_content %} {% if can_edit %}
{% endif %} {% if is_staff %} {% endif %}
{% include "gui/dc/dc_deleted_toggle.html" %}
{% if is_staff %}{% include "gui/dc/dc_all_toggle.html" %}{% endif %}
|
||||||||||
---|---|---|---|---|---|---|---|---|---|---|
{% trans "Alias (name)" %} | {% trans "Access" %} | {% trans "Owner" %} | {% trans "DC bound?" %} | {% trans "Size" %} | {% trans "OS Type" %} | {% trans "Status" %} | {% trans "Deploy?" %} | {% trans "Resize?" %} | {% if all %}{% trans "Datacenters" %} | {% else %}{% trans "Description" %} | {% endif %}
{% if is_staff or can_edit and img.dc_bound %}{% if all and img.pk in can_add %} {{ img.alias_version }} {% else %} {{ img.alias_version }} {% endif %} {% else %}{{ img.alias_version }}{% endif %} ({{ img.name }}) | {{ img.get_access_display }} | {{ img.owner|truncatechars:16 }} | {{ img.size|mb_to_gb }} GB | {{ img.get_ostype_display }} | {{ img.get_status_display }} | {% if all %} | {{ img.dc.all|dcify }} | {% else %}{{ img.desc|wordwrap:44 }} | {% endif %}||
{% trans "Total" %}: {{ images|length }}
{% if can_edit %}
{% if is_staff %}
{% trans "Attach disk Image" %}
{% endif %}
{% trans "Import disk Image from URL" %}
{% trans "Import disk Image from repository" %}
{% endif %}
|