{% extends 'base.html' %} {% block body %}
{{ task_ids|length }} Total tasks {{ config['input_path'] }}
{{ completions|length }} Total completions {{ config['output_dir'] }}





{% for id in task_ids %} {% endfor %}
Task ID Completed at Completion
  {{ id }} {{ completed_at[id] }} {% if id in completions %} {% endif %}

{% endblock %}