{% extends "base.html" %} {% block title %}{{ active_project.slug }} — {{ company.config.name or company.slug }}{% endblock %} {% block content %}

{{ active_project.slug }}

{{ active_project.config.status or 'status not set' }} · {{ active_project.config.health or 'health not set' }}

{% if active_project.config.description %}

{{ active_project.config.description }}

{% endif %}

Open {{ active_project.slug }}'s Today view →

Decisions ({{ decisions|length }})

{% if decisions %} {% else %}

No decisions recorded yet.

{% endif %}

Sources ({{ sources|length }})

{% if sources %} {% else %}

No sources recorded yet.

{% endif %}
{% endblock %}