{% endif %}
{% endfor %}
{% if entity.get('components') %}
Components
{% for cmp in entity['components'] %}
{{project[cmp].html_summarized_view | safe}}
{% endfor %}
{% endif %}
{% for attr, val in entity.items() %}
{% if attr not in ('uuid', 'description', 'attached_files', 'title',
'frag', 'status', 'estimate', 'milestone', 'components', 'owner',
'type', 'comments') %}