{% endif %}
{% if item.result and item.schedule.execution_status in ['completed', 'failed'] %}
{% if item.result.cycle_response %}
{% set cycle = item.result.cycle_response %}
{% if cycle.new_index is defined and cycle.new_index is not none %}
Index:{{ '%04d'|format(cycle.new_index) }}
{% if cycle.old_index is defined and cycle.old_index is not none %}
(was {{ '%04d'|format(cycle.old_index) }})
{% endif %}