<% if (!model.serverInfo.entry.content.get("isFree") && model.serverInfo.entry.content.get("isTrial")) { %>

<%- _('First time signing in?').t() %>

<% } %> <% if ((model.login.error.get('messages') || []).length) { %> <% _.each(model.login.error.get('messages'), function(message) { %>

<%- message.message %>

<% }) %> <% } %> <% if (model.serverInfo.isLicenseStatePreviouslyKeyed()) { %>

<%= _('Splunk has detected that you are using a license for an older version of Splunk. Get an updated license.').t() %>

<% } else if(model.serverInfo.isLicenseStateExpired()) { %>

<%= _('Your license is expired.').t() %>

<%= _('Please login as an administrator to update the license.').t() %>

<% } %> <% if (model.application.get("page") === "logout") { %>

<%= _("You have been logged out. Log in to return to the system.").t() %>

<% } %> <% if (!model.session.isCookieEnabled()) { %>

<%= _("No cookie support detected. Check your browser configuration.").t() %>

<% } else if(!model.session.isCookieValid()) { %>

<%= _("Invalid cookie detected. Try reloading this page or restarting your browser.").t() %>

<% } else if (model.session.isClientTimeSkewed()) { %>

<%= _("Warning: The time on the server differs significantly from this machine which may cause login problems and other errors.").t() %>

<% } else if (model.application.get("page") !== "logout" && model.session.isSessionExpired()) { %>

<%= _("Your session has expired. Log in to return to the system.").t() %>

<% } %>