{% import 'macros.html' as m %} {{ entity.title }}
{% if entity.description %}

Description

{{ entity.description }}
{% endif %} {% if entity.tasks %}

Tasks estimated as {{ entity.title }}

{{ m.draw_task_table(entity.tasks, show_estimate=False) }}
{% endif %}
{{ m.draw_footer(proj) }}