{% for result in results %}

{{ result.statement|truncate(120, True) }}

{% set in_script = True %} {% include "results.html" %}
{% endfor %} {% if total_statements > results|length %}
Execution stopped: {{ total_statements - results|length }} remaining statement(s) did not run.
{% endif %}