{# Project list header #}
{# Expects to have custom_cols set #}
{% load projectroles_common_tags %}
{% get_django_setting 'PROJECTROLES_DISABLE_CATEGORIES' as disable_categories %}
{% get_display_name 'PROJECT' title=True %}
{% if not disable_categories %}
/ {% get_display_name 'CATEGORY' title=True %}
{% endif %}
{% for col in project_custom_cols %}
{% if col.active %}