{% extends "admin/base_site.html" %} {% block content %}

Task output

Recipe:

{{ recipe }}
{% for node, output in results %}

{{ node }}

{{ output }}
{% endfor %} {% endblock %}