{% extends 'images.html' %} {% import "bootstrap/wtf.html" as wtf %} {% set btn_back = true %} {% block content %}

{{_('Image details')}}

{{ wtf.quick_form(form, method='post', button_map={'create': 'primary'}, extra_classes="mx-5") }} {% endblock %}