{% extends "base.html" %} {% block title %}Decisions — {{ company.config.name or company.slug }}{% endblock %} {% block content %}
{{ d.summary }}
No decisions recorded{% if active_project %} for {{ active_project.slug }}{% endif %} yet. Use + Add to Brain (type: decision) to record one.
{% endif %} {% endblock %}