{% macro panelFooter(theModal=[],tri=False, toWarn=None) %} {% for theRows in theModal%}
{% for theRow in theRows %} {% if ar %} {% else %}
{{theRow[0]}} :

{{ theRow[1] }}
{% endif %} {% endfor %}
{% endfor %} {% endmacro %} {% macro spacer(theModal=[]) %} {% if theModal[1] <= 0 %}

{{ theModal[0] }}

{% elif theModal[1] <= 1 %}

{% elif theModal[1] <= 3 %}

{% elif theModal[1] <= 5 %}

{% endif %} {% endmacro %} {% macro touchFooter(touch='No tasks created yet') %}
{% endmacro %}