Update trial mode content

This commit is contained in:
karlchillmaid
2019-11-20 11:25:36 +00:00
committed by GitHub
parent ebb29b82a9
commit 1a25ac9676

View File

@@ -252,16 +252,18 @@
{% if current_service.trial_mode %}
<h2 class="heading-medium top-gutter-0">Your service is in trial mode</h2>
<p>A service in trial mode can only:</p>
<ul class='list list-bullet'>
<li>you can only send messages to yourself</li>
<li>you can add people to your team, then you can send messages to them too</li>
<li>you can only send {{ current_service.message_limit }} messages per day</li>
<li>send {{ current_service.message_limit }} text messages and emails per day</li>
<li>send messages to you and other people in your team</li>
<li>create letter templates, but not send them</li>
</ul>
<p>
{% if current_user.has_permissions('manage_service') %}
To remove these restrictions, you can send us a
<a href="{{ url_for('.request_to_go_live', service_id=current_service.id) }}">request to go live</a>.
To remove these restrictions, you can
<a href="{{ url_for('.request_to_go_live', service_id=current_service.id) }}">send us a request to go live</a>.
{% else %}
Your service manager can ask to have these restrictions removed.
{% endif %}