{% from "_forms.html" import quickform, parsefield %} {% extends "layout.html" %} {% block content %}

Pending operations

{{ form.approve }}

{% if containerList|length > 0 %} {% set onlyOne = containerList|length == 1 %}
{% for operationContainer in containerList %} {{ operationContainer(active=onlyOne)|safe }} {% endfor %}
{% else %}
No operation was created yet
{% endif %} {% endblock %}