mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
9 lines
359 B
HTML
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>
|