<% if (id === 'new') { %>
<%- i18n('all-hosts', 'new-cert') %>
<%- i18n('all-hosts', 'with-le') %> <% } else if (id > 0) { %>
<%- provider === 'other' ? nice_name : domain_names.join(', ') %>
<%- i18n('ssl', provider) %> – Expires: <%- formatDbDate(expires_on, 'Do MMMM YYYY, h:mm a') %> <% } else { %>
<%- i18n('all-hosts', 'none') %>
<%- i18n('all-hosts', 'no-ssl') %> <% } %>