{% macro draw_footer(proj) %} {% endmacro %} {% macro boom() %}

boom

{% endmacro %} {% macro draw_task_table(tasks, show_owner=True, show_status=True, show_estimate=True, show_milestone=True) %} {% if show_owner %} {% endif %} {% if show_status %} {% endif %} {% if show_estimate %} {% endif %} {% if show_milestone %} {% endif %} {% for task in tasks %} {% if show_owner %} {% endif %} {% if show_status %} {% endif %} {% if show_estimate %} {% endif %} {% if show_milestone %} {% endif %} {% endfor %}
TaskOwnerStatusEstimateMilestoneTags
{% if task.status.title == 'started' %} {{ task.title }} {% else %} {{ task.title }} {% endif %} {{ task.owner.title }} {{ task.status.title }} {{ task.estimate.title }} {{ task.milestone.title }} {% if task.tags %} {% endif %}
{% endmacro %} {% macro add_jquery_script_tags() %} {% endmacro %} {% macro draw_header(entity) %} {% endmacro %}