{% extends 'commands.html' %} {% import "bootstrap/wtf.html" as wtf %} {% block content %}

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

{% for form in forms %} {{ wtf.quick_form(form, method='post', form_type='inline', extra_classes='mx-5 pb-3', button_map={'modify': 'primary', 'delete': 'danger'}) }} {% endfor %} {% endblock %}