% if (_.isNull(root_password)) { %>
You root password is not set.
Your root password was set <%- moment.utc(root_password_changed).fromNow() %><% if (!_.isNull(root_password_expiry)) { %> and expires <%- moment.utc(root_password_expiry).fromNow() %><% } %>. The stored hash is: <%- root_password %>
<%- root_password %>