{% extends "layout.html" %} {% block content %}
{% if error %} Path doesn't exist {% endif %}
{% for tabfilename, tabdict in tabfiles.items() %}

Tabfile: {{ tabfilename }}

{% for cron, crondict in tabdict.items() %} {% if crondict['enabled'] %} {% if crondict['valid'] %} {% endfor %} {% endfor %} {% endblock %}
Jobname Schedule Enabled Valid Who Task Logfile Actions
{{ cron }} {{ crondict['schedule'] }} {% else %} {% endif %} {{ crondict['enabled'] }} {% else %} {% endif %} {{ crondict['valid'] }} {{ crondict['who'] }} {{ crondict['task'] }} {{ crondict['logfile'] }}