<%= _.template( // xss-lint: disable=underscore-not-escaped ngettext( "There was {strong_start}{num_errors} validation error{strong_end} while trying to save the course settings in the database.", "There were {strong_start}{num_errors} validation errors{strong_end} while trying to save the course settings in the database.", num_errors ), {interpolate: /\{(.+?)\}/g})( { strong_start:'', num_errors: num_errors, strong_end: '' })%> <%- gettext("Please check the following validation feedbacks and reflect them in your course settings:")%>