Script Completed

{% if message %}

{{ message }}

{% endif %} {% if resultMap.dataset %}

Dataset: {{ resultMap.dataset.name }}

{% endif %} {% if resultMap.images %}

{% for img in resultMap.images %} {{ img.name }} {% endfor %}

{% endif %} {% if stdout %}

Info

{{ stdout|linebreaks }}
{% endif %} {% if stderr %}

Error

{{ stderr|linebreaks }}
{% endif %} {% if resultMap.strings %}

{% for s in resultMap.strings %}

{{ s.key }}: {{ s.value }}
{% endfor %}

{% endif %}