{% from "components/message-count-label.html" import recipient_count_label %}
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|format_thousands }} {{ recipient_count_label(count_of_recipients, template.template_type) }}.
{% endif %}