{% extends 'commands.html' %} {% set sidebar_state = 'disabled' %} {% set btn_back = true %} {% block nav_setup %} active{% endblock %} {% block nav_setup_setup %} active{% endblock %} {% block content %}

{{_('Partition and Format')}}

{{ form.hidden_tag() }}
{{ _('Disk') }} {{ _('Partition Table Type') }} {{ _('Total Disk Size') }} (MiB)
{{ form.disk_type(class_="form-control") }} {{ disk_size }}
{% for partition in form.partitions %} {{ partition.hidden_tag() }} {% endfor %}
{{ _('Partition') }} {{ _('Type') }} {{ _('Filesystem') }} {{ _('Size') }} (MiB)
{{ partition.partition.data }} {{ partition.part_type(class_="form-control") }} {{ partition.fs(class_="form-control") }} {{ partition.size(class_="form-control") }}
{% endblock %}