{# Project app content header #} {% load rules %} {% load projectroles_tags %} {% load projectroles_common_tags %} {% get_app_setting 'userprofile' 'enable_project_uuid_copy' user=request.user as enable_uuid_copy %} {% get_django_setting 'PROJECTROLES_KIOSK_MODE' as kiosk_mode %}
{# Project menu dropdown, only visible if browser width < X and sidebar is hidden #} {% if not kiosk_mode %} {% include 'projectroles/_project_menu_btn.html' %} {% endif %}

{{ project.title }}

{# Project starring/unstarring #} {% if request.user.is_authenticated %} {% if project_starred %} {% else %} {% endif %} {% endif %} {# Project copy uuid #} {% if enable_uuid_copy %} {% endif %} {# Secondary title #}
{% if project.description %} {{ project.description }} {% endif %}
{# Header icons #}
{# Remote status #} {% if project.is_remote and request.user.is_superuser %} {% endif %} {# Public access status #} {% if project.public_guest_access %} {% endif %}
{% if project.is_revoked %}
Access revoked: The source site has revoked access to this remotely synchronized project. Only a superuser, an owner or a delegate can currently access the project.
{% endif %}