{% load i18n %} {% load rules %} {% load mptt_tags %} {% load accounts_tags %} {% load projects_tags %} {% has_perm 'projects.change_project_object' request.user project as can_change_project %}
{% trans 'Description' %} | {% if can_change_project %} {% endif %} {% if project.description %} {{ project.description }} {% else %} {% trans 'No description available.' %} {% endif %} |
{% trans 'Catalog' %} |
{% if can_change_project %}
{% endif %}
{{ project.catalog.title }} {{ project.catalog.help }} |
{% trans 'Project hierarchy' %} |
{% if can_change_project %}
{% endif %}
|