{% if task.accepted -%} {%- for group in task.accepted|groupby('task') %} FlexGet has just downloaded {{group.list|length}} new entries for task {{group.grouper}}: {%- for entry in group.list %} - {{entry.location|pathbase}}{% if entry.output|d(false) %} => {{entry.output|replace(entry.destination+'/','')}}{% endif %} {%- endfor %} {% endfor %} {% endif -%}