{% extends "admin/base.html" %} {% block head%} {% endblock %} {% block title%}Edit iSCSI Disk{% endblock %} {% block breadcrumb %} {% endblock %} {% block content_header%}Edit iSCSI Disk{% endblock %} {% block content %}
{{ macros.message(gettext(err), gettext(success), gettext(warning)) }}
GB

{% if paths_iscsi_1 %}
{% for path in paths_iscsi_1 %} {{ path }} {% if paths_iscsi_1|length > 1 and paths_iscsi_1[-1] != path %} , {% endif %} {% endfor %}
{% endif %} {% if paths_iscsi_2 %}
{% for path in paths_iscsi_2 %} {{ path }} {% if paths_iscsi_2|length > 1 and paths_iscsi_2[-1] != path %} , {% endif %} {% endfor %}
{% endif %}
{% endblock %} {% block sidebar_menu %} {{macros.nav('Manage Disk','Edit iSCSI Disk')}} {% endblock %} {% block js%} {% endblock %}