2017-07-20 11:28:26 +01:00
|
|
|
|
<h1 class='banner-title' data-module="track-error" data-error-type="Trial mode: bad recipients" data-error-label="{{ upload_id }}">
|
2017-07-20 09:20:01 +01:00
|
|
|
|
You can’t send to
|
|
|
|
|
|
{{ 'this' if count_of_recipients == 1 else 'these' }}
|
|
|
|
|
|
{{ template_type_label }}
|
|
|
|
|
|
{%- if count_of_recipients != 1 -%}
|
|
|
|
|
|
{{ 'es' if 'email address' == template_type_label else 's' }}
|
|
|
|
|
|
{%- endif %}
|
|
|
|
|
|
</h1>
|
|
|
|
|
|
<p>
|
2017-08-30 15:28:55 +01:00
|
|
|
|
In <a href="{{ url_for('.using_notify') }}#trial-mode">trial mode</a> you can only
|
2017-07-20 09:20:01 +01:00
|
|
|
|
send to yourself and members of your team
|
|
|
|
|
|
</p>
|