{% extends 'layouts/main.html' %} {% block title %}Run Analysis for {{ table_name }}{% endblock %} {% block content %} {% if stdout %}
{% for line in stdout%}
{{line}}
{% endfor %}
{% for line in stderr%}
{{line}}
{% endfor %}