{% extends "base.html" %} {% block content %}

Business Plan Inbox

Review, filter, and open generated business plan documents.

Total {{ stats.total|default:0 }} Draft {{ stats.draft|default:0 }} Final {{ stats.final|default:0 }}

Filters

Documents

Command Routing
{% for doc in documents %} {% empty %} {% endfor %}
Title Status Service Channel Profile Revisions Updated
{{ doc.title }} {% if doc.status == "final" %} final {% else %} draft {% endif %} {{ doc.source_service }} {{ doc.source_channel_identifier|default:"-" }} {% if doc.command_profile %}{{ doc.command_profile.name }}{% else %}-{% endif %} {{ doc.revision_count }} {{ doc.updated_at }} Open
No business plan documents yet.
{% endblock %}