You can only send {{ current_service.message_limit }} 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 }} messages today, but {% endif %} ‘{{ original_file_name }}’ contains {{ count_of_recipients }} {% if count_of_recipients == 1 -%} {%- if template.template_type == 'email' -%} email address {%- elif template.template_type == 'sms' -%} phone number {%- elif template.template_type == 'letter' -%} address {%- endif -%} {%- else -%} {%- if template.template_type == 'email' -%} email addresses {%- elif template.template_type == 'sms' -%} phone numbers {%- elif template.template_type == 'letter' -%} addresses {%- endif -%} {%- endif -%}.
{% endif %}