{{ category.name }}
{{ category.project | length }}-
{% for p in category.project %}
{% if not p.flagship %}
-
{{ p.name }} {% if p.source %}source{% endif %}
{{ p.description }}
{% if p.tags and p.tags | length > 0 %} {% endif %}
{% endif %}
{% endfor %}