<% if (_.isNull(root_password)) { %>

You root password is not set.

<% } else { %>

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

<% } %>