<%= ob.polyT('errorPage.userNotFoundTitle') %>

<% if (ob.user) { %>

<%= ob.polyT('errorPage.userNotFoundMsg', { user: ob.user }) %>

<% } %>