{% extends "op_layout.html" %}
{% block title %}Welcome — rustango operator console{% endblock %}
{% block content %}
Welcome, {{ operator_username }}
This is the rustango operator console. From here you manage the registry —
the source of truth for every tenant in your deployment.
Click Operators to browse main-system administrators.
Click Organizations to see every tenant the registry knows about.
Day-to-day tenant lifecycle (create, drop, list, migrate) lives in the
manage CLI — see cargo run -- --help.
{% endblock %}