Dashboard Explore {% if perms.projects.view_project %}
{% for entry in sidebar_grouped %}
{{ entry.group.name }}
{% for project in entry.projects %} {% include "includes/_sidebar_project.html" %} {% endfor %}
{% endfor %} {% for project in sidebar_ungrouped %} {% include "includes/_sidebar_project.html" %} {% endfor %} {% if perms.projects.add_project %} + New {% endif %}
{% endif %} {% if perms.pages.view_page %}
{% for p in sidebar_pages %} {{ p.name }} {% endfor %} {% if perms.pages.add_page %} + New {% endif %}
{% endif %} Fossil Guide {% if perms.organization.view_organization or user.is_staff %}
{% if perms.projects.view_projectgroup %} Groups {% endif %} {% if perms.organization.view_team %} Teams {% endif %} {% if perms.organization.view_organization %} Roles {% endif %} Members {% if perms.organization.view_organization %} Settings {% endif %} {% if user.is_superuser or perms.organization.change_organization %} Audit Log {% endif %} {% if user.is_staff %} Super Admin {% endif %}
{% endif %}