{% include '/dashboards/head.html' %}
{% include '/dashboards/navbar.html' %}

Project {{id}}

{% if project['access'] == 'private'%} Private {% endif %} {% if project['access'] == 'protected'%} Protected {% endif %} {% if project['access'] == 'public'%} Public {% endif %}   

{% include '/dashboards/counters.html' %}
Project details
Project name (ID) {{project['name']}} ({{id}})
Owner(s) {% for user in project['Owner(s)']%} {{user}}  {%endfor%}
Inserted on {{project['insert_date']}} by {{project['insert_user']}}
Last workflow {{project['project_last_workflow']}}
Collaborators {% for user in project['Collaborator(s)']%} {{user}}  {%endfor%}
Members {% for user in project['Member(s)']%} {{user}}  {% endfor%}
Users {% for user in project['User(s)']%} {{user}}  {%endfor%}
Last access {% for user in project['last_accessed']%} {{user}}  {% endfor %}
{% include '/dashboards/drilldown.html' %}
{% if grid[0]|length > 0 %} {% include '/dashboards/grid.html' %} {% endif %}
{% include '/dashboards/footer.html' %}