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

{{_('Image details')}}

{{ form.hidden_tag() }} {% for field in form if field.type != 'CSRFToken' and field.name not in ['scopes'] %} {% if not field.flags.hidden %}
{{ field(class="form-control") }}
{% endif %} {% endfor %} {% include 'scopes_checkbox_group.html' %}
{% endblock %}