FossilRepo

fossilrepo / templates / includes / sidebar.html
Explore {% if perms.projects.view_project %}
Projects
{% 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 %}
Knowledge Base
{% for p in sidebar_kb_pages %} {{ p.name }} {% endfor %} {% if sidebar_kb_pages|length == 0 %}

No articles yet.

{% endif %} {% if perms.pages.add_page %} + New {% endif %}
{% endif %} {% if sidebar_product_docs %}
FossilRepo Docs
{% for p in sidebar_product_docs %} {{ p.name }} {% endfor %}
{% endif %} FossilSCM Guide {% if perms.organization.view_organization or user.is_staff %}
Admin
{% 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 %}

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button