diff --git a/app/templates/views/trial-mode.html b/app/templates/views/trial-mode.html index 8b1378917..3a39e4ad0 100644 --- a/app/templates/views/trial-mode.html +++ b/app/templates/views/trial-mode.html @@ -1 +1,45 @@ +{% extends "withoutnav_template.html" %} +{% from "components/sub-navigation.html" import sub_navigation %} +{% block per_page_title %} + Using Notify +{% endblock %} + +{% block maincolumn_content %} + +
When you set up a new service it will start in trial mode. This lets you try out GOV.UK Notify, with a few restrictions.
+A service in trial mode can only:
++ To remove these restrictions, you can + {% if current_service and current_service.trial_mode %} + send us a request to go live. + {% else %} + send us a request to go live. + {% endif %} +
+ +Before you can request to go live, you must:
+