<% if (message) { %>
<%= message %>
<% } %>
<% if (error) { %>
<%= error %>
<% } %>
<%= used %> / <%= limit %>
записей
<%= user.clientId %>
компания
Доверенные адреса
<% if (entries.length === 0) { %>
Нет добавленных адресов
<% } else { %>
| Адрес / Подсеть |
Комментарий |
Добавил |
Дата |
|
<% entries.forEach(e => { %>
<%= e.value_cidr %> |
<%= e.comment || '—' %> |
<%= e.created_by %> |
<%= new Date(e.created_at).toLocaleDateString('ru', {day:'numeric',month:'short',year:'numeric',hour:'2-digit',minute:'2-digit'}) %> |
|
<% }) %>
<% } %>