<%= t('push.t') %>
<%= t('push.intro') %>
<% if (!vapidKey) { %>
<%= t('push.unavailable') %>
<% } else { %>
<%= t('push.unsupported') %>
<%= t('push.ios_hint') %>
<% if (subscriptions.length) { %>
<%= t('push.devices') %>
<% subscriptions.forEach(function (s) { %>
-
<%= s.ua_label || t('push.device') %> <%= t('push.since') %> <%= String(s.created_at || '').slice(0, 10) %>
<% }); %>
<% } %>
<% } %>
← <%= t('admin.back') %>
<% if (vapidKey) { %>
<% } %>