<% if (errors && errors.length > 0) { %>
<% errors.forEach(error => { %>

<%= error.msg %>

<% }) %>
<% } %>
Inscription