{% set nav_base = '/c/' + company.slug + ('/p/' + active_project.slug if active_project else '') %}
Solly
{{ company.config.name or company.slug }} ▾
{% for c in all_companies or [] %} {% if c.slug != company.slug %}
{{ c.name }}
{% endif %} {% endfor %}
{{ active_project.slug if active_project else 'All projects' }} ▾
{% if active_project %}
All projects
{% endif %} {% for p in projects %} {% if not active_project or p.slug != active_project.slug %}
{{ p.slug }}
{% endif %} {% endfor %}
Today
Ask Solly
Inbox
Projects
Decisions
Knowledge
+ Add to Brain
{% block content %}{% endblock %}