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

{{_('Client details')}}

{{ wtf.quick_form(form, method='post', button_map={'create': 'primary'}, extra_classes="mx-5") }} {% for entry in setup %} {% endfor %}
Partition Type Filesytem Size (MB) Image
{{ entry.partition }} {{ entry.code }} {{ entry.filesystem }} {{ entry.size // 1024}} {{ entry.image }}
{% endblock %}