{% load projectroles_common_tags %} {% get_django_setting 'PROJECTROLES_DISABLE_CATEGORIES' as disable_categories %}

{% if not parent %} {% if request.user.is_superuser %} All {% elif request.user.is_authenticated %} Your {% else %} Public {% endif %} {% get_display_name 'PROJECT' title=True plural=True %} {% else %} {% get_display_name 'PROJECT' title=True plural=True %} {% endif %}
{% if request.user.is_authenticated %}
{% endif %}

{% for col in project_custom_cols %} {% endfor %} {% if not request.user.is_superuser %} {% endif %}
{% if not disable_categories %} {% get_display_name 'CATEGORY' title=True %} / {% endif %} {% get_display_name 'PROJECT' title=True %} {{ col.title }} {% if col.description %} {% get_info_link col.description as info_link %} {{ info_link | safe }} {% endif %} Your Role