{% import 'macros.html' as m %} Team View {{ m.add_jquery_script_tags() }}
{% for person in proj.people %} {% if person.first_four_tasks and not person.get('is_a_default') %}

{{ person.title }} first four tasks

{{ m.draw_task_table(person.first_four_tasks, show_owner=False) }}
{% endif %} {% endfor %}
{{ m.draw_footer(proj) }}