{% extends "base.html" %}
{% from "macros.html" import help_bubble, render_next_steps %}
{% block title %}Dashboard — Target Revenue Control Plane{% endblock %}
{% block content %}
+ Register a new Phase {{ help_bubble( "Operators declare Phases. Registration is append-only: the Manifest cannot be " "edited in place after publish. Choose Initial Target carefully." ) }}
{% endif %} {% if pending_proposals and pending_proposals > 0 and session_rights in ("operator", "admin") %}{{ pending_proposals }} proposal(s) awaiting review {{ help_bubble("Contributors submit Development Credit; Operators approve or reject.") }}
{% endif %} {% if phases %}| Phase {{ help_bubble("Globally unique id, usually trsl:phase:…") }} | Milestone Release | Initial Target {{ help_bubble("Immutable commercial ceiling for this Phase. Outstanding Target starts here.") }} | |
|---|---|---|---|
| {{ phase.phase.id }} | {{ phase.phase.milestone_release.name }} | {{ phase.phase.initial_target.amount }} {{ phase.phase.initial_target.currency }} | Open → |