| Белые списки IP
<% if (message) { %>
<%= message %>
<% } %> <% if (error) { %>
<%= error %>
<% } %>
<%= used %> / <%= limit %>
записей
<%= user.clientId %>
компания
<%= user.email %>
пользователь
Добавить адрес
= limit ? 'disabled' : '' %>>
Доверенные адреса
<% 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'}) %>
<% } %>