{% load display %}

Filters

{% if project_facets %}
Project
    {% for project in project_facets %}
  •   {{ project.term }} ({{ project.count }})
  • {% endfor %}
{% endif %}
Status
    {% for status in status_facets %}
  •   {{ status.term|title }} ({{ status.count }})
  • {% endfor %}
Topics
    {% for topic in topic_facets_1 %}
  •   {{ topic.term }} ({{ topic.count }})
  • {% endfor %}
    {% for topic in topic_facets_2 %}
  •   {{ topic.term }} ({{ topic.count }})
  • {% endfor %}

Sort by: Title Date modified