{% extends "base.html" %}
{% from "macros.html" import help_bubble, render_next_steps %}
{% block title %}Register a Phase — Target Revenue Control Plane{% endblock %}
{% block content %}
This registers a real Phase Manifest against the hosted Trust Service. Further Phases beyond the T05 pilot still need an explicit declaration act.
{% endblock %}