Files
notifications-admin/app/templates/partials/check/trying-to-send-letters-in-trial-mode.html
2019-09-23 13:20:24 +01:00

9 lines
359 B
HTML

<h1 class='banner-title' data-module="track-error" data-error-type="Trying to send letters in trial mode" data-error-label="{{ upload_id }}">
You cannot send
{{ 'this letter' if count_of_recipients == 1 else 'these letters' }}
</h1>
<p>
In <a href="{{ url_for('.trial_mode_new') }}">trial mode</a> you
can only preview how your letters will look
</p>