{% 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) }} {{ wtf.quick_form(form, action=url_for('action_image_create'), method='post', button_map={'create': 'primary'}, extra_classes='mx-5') }} {% endblock %}