{% extends 'helloworld/base.html' %} {% block content %}

Hello, world

{% for task in task_list %} {% endfor %}
Process Task Status
{{ task.process }} {{ task }} {{ task.finished }}
{% endblock %}