{{for equal_sign in bag.title}}={{endfor}}
{{ bag.title }}
{{for equal_sign in bag.title}}={{endfor}}

{{ bag.contents }}
{{for dash in bag.contents}}-{{endfor}}

{{'%-6s' % 'frag'}}  {{'%-54s' % 'title'}}  {{'%-3s' % 'mil'}}  {{'%-11s' % 'status'}}
------  ------------------------------------------------------  --- ------------
{{for loop, t in looper(bag)}}
{{if loop.index and loop.first_group(lambda t: t.get('milestone'))}}

{{endif}}
{{ t.summarized_view }}
{{endfor}}
