<% var title = t('actions.register'); %> <%- include('../partials/header') %>

<%= t('auth.registerTitle') %>

<%= t('auth.registerSubtitle') %>

<% if (error) { %>
<%= error %>
<% } %>

<%= t('auth.hasAccount') %> <%= t('actions.login') %>

<%- include('../partials/footer') %>