<%- include('../includes/header.ejs') %> <%- include('../includes/navigation.ejs') %>

<%- title %>

<%if(results.length > 0){%>

<%- totalCount %> Notification(s) Founds.

<%for(var i=0;i <% } %>
ID Title Level Text Creation Date Options
<%- results[i].mass_notification_id %> <%- results[i].title; %> <%- results[i].levels ? results[i].levels : "All Levels"; %> <%- results[i].text;%> <%let dateS = moment(results[i].creation_date).locale("en")%> <%= dateS.tz(defaultTimezone).format(formatDate) %> Delete
<%if (paggingData) { %> <% } %>
<% }else{%>

No notifications created by you yet.

<% } %>
<%- include('../includes/scripts.ejs') %> <%- include('../includes/footer.ejs') %>