{% if has_body %}
keyboard_arrow_down
keyboard_arrow_up
{% endif %}
{{ title if title else id }}
{% if subtitle %}
{{ subtitle }}
{% endif %}
timer
Elapsed Time:
{{ elapsed_time }}
{% if code %}
code
keyboard_arrow_down
keyboard_arrow_up
{% endif %}
{% if code %}
-
100%
+
{{ code.code }}
{% endif %} {% if body or std_err %}
{% if std_err %} {% include "StdErr.html" %} {% endif %}
{{ body }}
{% endif %} {% if is_running and (progress or progress_message) %} {% include "step-status.html" %} {% endif %} {% if error %}
{{ error }} {% endif %}