diff --git a/app/templates/views/uploads/preview.html b/app/templates/views/uploads/preview.html index 8ecc96a3e..c448b3b4d 100644 --- a/app/templates/views/uploads/preview.html +++ b/app/templates/views/uploads/preview.html @@ -14,6 +14,14 @@
{{ error.detail | safe }}
{% endif %} {% endcall %} + {% elif current_service.trial_mode %} + {% call banner_wrapper(type='dangerous') %} + {% with + count_of_recipients=1 + %} + {% include "partials/check/trying-to-send-letters-in-trial-mode.html" %} + {% endwith %} + {% endcall %} {% else %} {{ page_header( original_filename, @@ -25,7 +33,7 @@ {{ template|string }} - {% if status == 'valid' %} + {% if status == 'valid' and current_service.live %}