{% extends 'mini_kaggle/basic.html' %} {% load static %} {% block head %} {% endblock %} {% block title %}Tasks{% endblock %} {% block body %} {% if tasks %}
Name | Type | Last Execution | Actions | |
---|---|---|---|---|
{{ task.name }} | {{ task.get_task_type_display }} | {% if task.taskexecution_set.last %}
{% with task_execution_status=status|get_value:task.taskexecution_set.last.status %}
| N/A | {% endif %}{% endfor %} |