{% extends "withnav_template.html" %} {% from "components/page-header.html" import page_header %} {% block service_page_title %} Your service is already live {% endblock %} {% block maincolumn_content %}
{{ page_header('Your service is already live') }}

{% if current_service.go_live_at %} ‘{{ current_service.name }}’ went live on {{ current_service.go_live_at | format_date_normal }}. {% else %} ‘{{ current_service.name }}’ is already live. {% endif %}

Switch service if you want to make a different service live.

{% endblock %}