$def with (profile, form_creator) $var title = _("Edit Disk Profile") $var rawcss = ["plugins/disk_image/css/disk.css"] $var hierarchy = [] $code: add_part = None rem_disk = None
$for disk in profile.get_disks():| $(_("Number")) | $(_("Position")) | $(_("Size")) | $(_("Type")) | $(_("Image")) | $(_("FileSystem")) | $(_("Remove")) |
|---|---|---|---|---|---|---|
| $:partition.number | $:partition.position | $:partition.size | $:partition.type | $(partition.image.name if partition.image else "-") | $(partition.image.filesystem if partition.image else partition.filesystem) |