{% extends 'commands.html' %} {% import "bootstrap/wtf.html" as wtf %} {% set sidebar_state = 'disabled' %} {% set btn_back = true %} {% block nav_image %} active{% endblock %} {% block nav_image_create %} active{% endblock %} {% block content %}

{{_('Create a partition image')}}

{{ macros.cmd_selected_clients(selected_clients) }} {% set partition_field_id = 'os' %} {% include 'partition_warning.html' %} {{ wtf.quick_form(form, action=url_for('action_image_create'), method='post', button_map={'create': 'primary'}, extra_classes='m-5') }} {% endblock %}