| 
        
     | 
        <%
        if (provider === 'letsencrypt') {
            domain_names.map(function(host) {
                if (host.indexOf('*') === -1) {
                    %>
                    <%- host %>
                    <%
                } else {
                    %>
                    <%- host %>
                    <%
                }
            });
        } else {
            %><%- nice_name %><%
        }
        %>
     
        <%- i18n('str', 'created-on', {date: formatDbDate(created_on, 'Do MMMM YYYY')}) %>
     | <%- i18n('ssl', provider) %><% if (meta.dns_provider) { %> - <%- dns_providers[meta.dns_provider].name %><% } %> | <%- formatDbDate(expires_on, 'Do MMMM YYYY, h:mm a') %> | <% if (active_domain_names().length > 0) { %>
         <%- i18n('certificates', 'in-use') %>
    <% } else { %>
         <%- i18n('certificates', 'inactive') %>
    <% } %><% if (canManage) { %> | <% } %> |