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

Decisions

{% if decisions %} {% else %}

No decisions recorded{% if active_project %} for {{ active_project.slug }}{% endif %} yet. Use + Add to Brain (type: decision) to record one.

{% endif %} {% endblock %}