{% if original_file_name %} Too many recipients {% else %} Daily limit reached {% endif %}

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

{% if original_file_name %}

{% if current_service.message_limit != remaining_messages %} You can still send {{ remaining_messages|format_thousands }} messages today, but {% endif %} ‘{{ original_file_name }}’ contains {{ count_of_recipients|recipient_count(template.template_type) }}.

{% endif %}