{% load artifacts %} {% regroup artifacts by category as artifact_categories %} {% for category in artifact_categories %}
{{ category.grouper|artifact_category_label|capfirst }}
{% endfor %}