{% ifequal projects.count 0 %}
You don't have any projects yet.
{% else %}
{% regroup projects by status as status_list %}
{% for status in status_list %}
{{ status.grouper.label}}
{% regroup status.list by type as type_list %}
{% for type in type_list %}