<%= t('arst.title') %>

<% if (!token) { %> <% if (error) { %>
<%= error %>
<% } %> <% } else { %>

<%- t('arst.set_for', { username: '' + username + '' }) %>

<%# arst.set_for contains {username}; rendered with raw output because username is wrapped in a strong tag %> <% if (error) { %>
<%= error %>
<% } %>
<% } %>