{% from 'feed_sources.html' import srcs_desc %} {% macro item_desc(b, title_url, title) -%}
    Date: {{ b.date }}
    Project home: {{ title|e }}
    Builder summary: {{ b.name }}
    Build details: Build {{ b.number }}
    Author list: {{ b.responsible_users|join(', ') }}
    Failed step(s): {{ b.failed_steps|join(', ') }}
  
Last lines of the build log:
{%- endmacro %}