{% macro draw_footer(proj) %}
{% endmacro %} {% macro boom() %}Task | {% if show_owner %}Owner | {% endif %} {% if show_status %}Status | {% endif %} {% if show_estimate %}Estimate | {% endif %} {% if show_milestone %}Milestone | {% endif %}Tags |
---|---|---|---|---|---|
{% if task.status.title == 'started' %} {{ task.title }} {% else %} {{ task.title }} {% endif %} | {% if show_owner %}{{ task.owner.title }} | {% endif %} {% if show_status %}{{ task.status.title }} | {% endif %} {% if show_estimate %}{{ task.estimate.title }} | {% endif %} {% if show_milestone %}{{ task.milestone.title }} | {% endif %}
{% if task.tags %}
|