{% extends "template.html" %} {% block content %} {% if edit_task %} {% if is_admin %} {% if form_step == 0 %} {% elif form_step == 1 %}

Edit Task

 
{% for plugin in Valid_Plugins %} {% endfor %}
{% if Without_Limit %} {% else %}
{% endif %}
{% if error %}

Error: {{ error }}

{% elif message %}

Message: {{ message }}

{% endif %}
{% else %}

404 Page Not Found.

The page you were looking for does not exist.

{% endif %} {% endif %} {% endif %} {% if not edit_task and not new_task and form_step == 0 %}
 

Loading Scrummage Tasks...

{% if is_admin %} {% if api_check == "Failed" %} {% elif api_check == "Passed" %} {% elif error %} {% endif %} {% if message or error or api_check in ["Passed", "Failed"] %} {% endif %}
{% endif %} {% if new_task %}
{% if is_admin %}
{% if form_step == 0 %} {% elif form_step == 1 %}

Create Task

 
{% if task_type_field %} {% else %} {% endif %} {% for plugin in Valid_Plugins%} {% endfor %}
{% if frequency_field %} {% else %} {% endif %}
{% if description_field %} {% else %} {% endif %}
{% if Without_Limit %} {% else %}
{% endif %}
{% if error %}

Error: {{ error }}

{% elif message %}

Message: {{ message }}

{% endif %}
{% else %}

404 Page Not Found.

The page you were looking for does not exist.

{% endif %}
{% endif %}
{% endif %} {% endblock %}