{{ colors['white'] -}}
{{ bag.title_underline }}
{{ colors['clear'] -}}
{{ colors['white'] -}}
{{ bag.title }}
{{ colors['clear'] -}}
{{ colors['white'] -}}
{{ bag.title_underline }}
{{- colors['clear'] }}

{{ bag.contents }}

{% for i, e in enumerate(entities) -%}
{% if shell_mode -%}
{{ '%4d' | format(i) }}: {{ getattr(e, entity_view) }}
{% else -%}
{{ e.custom_view(entity_view, color=color) }}
{% endif -%}
{% endfor %}
