{% for historical_item in historic_task_list %}
  • {% if 'task_success' in historical_item and historical_item['task_success'] %}
    {% else %}
    {%end%}
    {% try %} {{ historical_item['task_label'] }} {% except %} (Error fetching historical item information - Please report this as a bug) {% end %}
    {% import time %} {% if ((int(historical_item['finish_time']) + 60) > int(time.time())) %} Just Now {% else %} {{ escape( historical_item['human_readable_time'] ) }} {%end%}
  • {% end %}