{% extends 'base.html' %} {% block content %}
{% include "generics/breadcrumbs.html" %}
{% for operation in operations %} {% endfor %}
Name Type Job template Auto accept Auto process Process timeout Survey Actions
{{ operation.name }} {% if operation.type == "DELETE" %} {{ operation.type }} {% endif %} {% if operation.type == "CREATE" %} {{ operation.type }} {% endif %} {% if operation.type == "UPDATE" %} {{ operation.type }} {% endif %} {{ operation.job_template }} {% if operation.auto_accept %} {% else %} {% endif %} {% if operation.auto_process %} {% else %} {% endif %} {{ operation.process_timeout_second }} {% if operation.type != "CREATE" %} {% else %} {% endif %}
{% endblock %}