<%doc>Copyright (C) 2010 HDE, Inc. <%inherit file="../include/common.part" />
${_('General Information')} %if info['activity'] == 1: %elif info['activity'] == 0: %else: %endif %if info['autostart'] == 1: %elif info['autostart'] == 0: %else: %endif
${_('Network Storage Type')}
${info['type'] | h}
${_('Status')}
${_('Active')}
${_('Inactive')}
${_('Deleted')}
${_('Auto Connect')} ${_('ON')}-
${_('Details')} %if info['activity'] == 1: %endif
${_('Target Host Name')}
${info['hostname'] | h}
${_('Target IQN')}
${info['iqn'] | h}
${_('Port Number')}
${info['port'] | h}
${_('Authentication Type')}
${info['auth'] | h}
${_('Volumes Connected')} %for disk in info['disk_list']:
${"%s/%s" % (disk['realpath_list'][0], disk['realpath_list'][1]) | h}
%endfor