{% extends 'base.html' %} {% block content %}
{% include "generics/breadcrumbs.html" %}

Confirm process request

{% if error_message %} {% endif %}
Type {{ target_request.operation.type }}
Job template {{ target_request.operation.job_template.name }}
Instance {{ target_request.instance.name }}
{% if target_request.full_survey %}

Extra vars

{% for field,value in target_request.full_survey.items %} {% endfor %}
Variable name Value
{{ field }} {{ value }}
{% endif %} {% include "generics/form_edit.html" %}
{% endblock %}