{% extends 'images.html' %} {% import "bootstrap/wtf.html" as wtf %} {% set sidebar_state = 'disabled' %} {% set btn_back = true %} {% block content %} {{ args }} {% set img_count = image_ids | length %}

{{ _('Delete %(img_count)d image(s)', img_count=img_count) }}

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