{% extends load_base %} {% load i18n %} {% load gui_utils %} {% block javascript %} {% endblock %} {% block base_content %}
{{ request.dc.alias }} {% trans "Images" %} › {% trans "repository" %}:{{ imagestore.name }}
{% if images %} {% endif %} {% for img in images %} {% endfor %}
{% for i in imagestores %} {{ i.name }} {{ i.image_count }} {% endfor %}
{% csrf_token %} {% trans "Refresh" %}
{{ imagestore.error|default:"" }}
{% trans "Name (version)" %} {% trans "OS Type" %} {% trans "Size (download)" %} {% trans "Status" %} {% trans "Published at" %} {% trans "Description" %}
{{ img.name }} ({{ img.version }}) {% if img.uuid not in image_uuids %} {% trans "Import" %} {% endif %}
{{ img.uuid }}
{{ img.get_ostype_display }} {{ img.size|mb_to_gb }} GB
({{ img.download_size|b_to_mb }} MB)
{{ img.state }} {{ img.created|date:"SHORT_DATETIME_FORMAT" }} {% if img.homepage %} {{ img.desc }} {% else %} {{ img.desc }} {% endif %}
{% trans "Last updated" %}: {{ imagestore.last_update|date:"SHORT_DATETIME_FORMAT" }}    {% trans "Total" %}: {{ images|length }} 
{% endblock %}