mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-30 07:13:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			648 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			648 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <div>
 | |
|     <% if (id > 0) { %>
 | |
|         <div class="title">
 | |
|             <i class="fe fe-lock text-teal"></i> <%- name %>
 | |
|         </div>
 | |
|         <span class="description"><%- i18n('access-lists', 'item-count', {count: items.length || 0}) %>, <%- i18n('access-lists', 'client-count', {count: clients.length || 0}) %> – Created: <%- formatDbDate(created_on, 'Do MMMM YYYY, h:mm a') %></span>
 | |
|     <% } else { %>
 | |
|         <div class="title">
 | |
|             <i class="fe fe-unlock text-yellow"></i> <%- i18n('access-lists', 'public') %>
 | |
|         </div>
 | |
|         <span class="description"><%- i18n('access-lists', 'public-sub') %></span>
 | |
|     <% } %>
 | |
| </div>
 |