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