{# 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 %} {{ col.title }} {% if col.description %} {% get_info_link col.description as info_link %} {{ info_link | safe }} {% endif %} {% endif %} {% endfor %} Your Role