{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block title %}{{ task_name }} — {{ target }}{% endblock %} {% block content %}

{{ task_name }}

{{ target }} {{ status }}
{% if output.len() > 0 %}
{{ output }}
{% else %}
No output captured for this task.
{% endif %}
{% endblock %}