{% extends load_base %} {% load i18n %} {% block javascript %} {% endblock %} {% block base_content %} {% include "gui/node/status_modal.html" %} {% include "gui/system/update_modal.html" %} {% include "gui/system/node_update_modal.html" %}
{% trans "Hostname" %} | {{ system.hostname }} |
---|---|
{% trans "DC Version" %} | {{ system.version }} |
{% trans "Hostname" %} | {% trans "Vendor" %} | {% trans "Model" %} | {% trans "Status" %} | {% trans "DC Version" %} | {% trans "Platform Version" %} | |
---|---|---|---|---|---|---|
{{ node.hostname }} | {{ node.vendor }} | {{ node.model }} | {% with status_display=node.get_status_display %} {{ status_display }} {% endwith %} | {{ node.system_version }} | {{ node.platform_version }} | |
{% blocktrans count node_len=node_list|length %}Selected 0 of {{ node_len }} node{% plural %}Selected 0 of {{ node_len }} nodes{% endblocktrans %} |