<%= _('GenericErrorTitle') %>

<%= this.errorMessage %>

<% if (this.whatNext) { %>

<%= this.whatNext %>

<% } %>

<%= _('GenericErrorTitleDetails') %>

<%= _('GenericErrorServiceLabel') %> :
<%~ this.service %>
<%= _('GenericErrorStatusCodeLabel') %> :
<%~ this.status %>
<%= _('GenericErrorUrlLabel') %> :
<%~ this.url %>