{% for cell in job_data %}
{% for item in cell %}
- name: {{ item['name'] }}
type: {{ item['type'] }}
box: {{ item['box'] }}
user: {{ item['user'] }}
node: {{ item['node'] }}
cmd: {{ item['cmd'] }}
times: {{ item['times'] }}
days: {{ item['days'] }}
date: {{ item['date'] }}
months: {{ item['months'] }}
condition: {{ item['condition'] }}
{% endfor %}
{% endfor %}