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

Tasks

{% if results|length > 0 %} {% for row in results %} {% endfor %} {% else %} {% endif %}
Task ID Task Name Task Weight Script Action
{{ row.id }} {{ row.name }} {{ row.weight }} {{ row.script }}
No record found yet
{% endblock %}