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