{% extends "base.html" %} {% block css %} {% endblock %} {% block content %}

 Task Management

{% for i in task_data %} {% if i['task_recursion'] == '0' %} {% elif i['task_recursion'] == '1' %} {% elif i['task_recursion'] == '7' %} {% elif i['task_recursion'] == '30' %} {% endif %} {% endfor %}
Name Recursion Status Scan date Last Modified Manage
{{ i['task_name'] }} OnceEvery dayEvery weekEvery month{{ i['task_status'] }} {{ i['start_date'] }} {{ i['end_date'] }}       
{% endblock %} {% block js %} {% endblock %}