{% extends 'base/layout.html' %} {% load helpers %} {% load form_helpers %} {% load log_levels %} {% load static %} {% block head %} {% endblock %} {% block title %}{{ script }}{% endblock %} {% block subtitle %} {{ script.Meta.description|render_markdown }} {% include 'extras/inc/job_label.html' with result=result %} {% endblock %} {% block header %}
{{ block.super }} {% endblock header %} {% block content-wrapper %}

Run: {{ result.created|annotated_date }} {% if result.completed %} Duration: {{ result.duration }} {% else %}

Loading...
{% endif %}

{% if result.completed %}
Script Log
{% for log in result.data.log %} {% empty %} {% endfor %}
Line Level Message
{{ forloop.counter }} {% log_level log.status %} {{ log.message|render_markdown }}
No log output
{% if execution_time %} {% endif %}
{% else %}
Pending Results
{% endif %}
{{ result.data.output }}

{{ script.filename }}

{{ script.source }}
{% endblock content-wrapper %} {% block data %} {% endblock %}