| 
     
        
     
 | 
     
        <%- name %>
     
    
        <%- i18n('str', 'created-on', {date: formatDbDate(created_on, 'Do MMMM YYYY')}) %>
     
 | 
    <%- i18n('access-lists', 'item-count', {count: items.length || 0}) %>
 | 
    <%- i18n('access-lists', 'client-count', {count: clients.length || 0}) %>
 | 
    <% if (satisfy_any) { %>
    <%- i18n('str', 'any') %>
    <%} else { %>
    <%- i18n('str', 'all') %>
    <% } %>
 | 
    <%- i18n('access-lists', 'proxy-host-count', {count: proxy_host_count}) %>
 | 
<% if (canManage) { %>
    
 | 
<% } %>