{% load i18n %} {% load rules %} {% load mptt_tags %} {% load accounts_tags %} {% has_perm 'projects.change_project_object' request.user project as can_change_project %} {% has_perm 'projects.change_visibility_object' request.user project as can_change_visibility %}

{{ project.title }}

{% if settings.PROJECT_VISIBILITY and project.visibility %} {% endif %} {% if project.is_child_node or project.get_descendant_count %} {% drilldown_tree_for_node project as project_tree all_descendants %} {% endif %}
{% trans 'Description' %} {% include 'projects/project_detail_header_description.html' %}
{% trans 'Catalog' %} {% include 'projects/project_detail_header_catalog.html' %}
{% trans 'Visibility' %} {% include 'projects/project_detail_header_visibility.html' %}
{% trans 'Project hierarchy' %} {% include 'projects/project_detail_header_hierarchy.html' %}