diff --git a/app/templates/views/check/column-errors.html b/app/templates/views/check/column-errors.html index f8407792f..5beaeb529 100644 --- a/app/templates/views/check/column-errors.html +++ b/app/templates/views/check/column-errors.html @@ -75,14 +75,18 @@

{% elif not recipients.allowed_to_send_to %} + {% with count_of_recipients=count_of_recipients, template_type_label=recipients.recipient_column_headers[0] %} {% include "partials/check/not-allowed-to-send-to.html" %} {% endwith %} + {% elif recipients.more_rows_than_can_send %} + {% include "partials/check/too-many-messages.html" %} + {% endif %} {{ skip_to_file_contents() }}