{% call banner_wrapper(type='dangerous') %}

Too many recipients

You can only send {{ current_service.message_limit }} messages per day {%- if current_service.restricted %} in trial mode {%- endif -%} .

{% if current_service.message_limit != remaining_messages %} You can still send {{ remaining_messages }} messages today, but {% endif %} ‘{{ original_file_name }}’ contains {{ count_of_recipients }} {{ recipients.recipient_column_header }} {%- if count_of_recipients != 1 -%} {{ 'es' if 'email address' == recipients.recipient_column_header else 's' }} {%- endif %}.

{% endcall %}