<% strikes.forEach(strike=>{%>

User: <% if (strike.strokedAvatar !== 'NOAVATAR') { %> Striker Avatar <% } %> <%= strike.strokedName %> was struck

by: <% if (strike.strikerAvatar !== 'NOAVATAR') { %> Striker Avatar <% } %> <%= strike.strikerName %>

With the reason: <%= strike.reason %>

Lasting until: <%=new Date(strike.expireAt).toDateString()%>
<% if(!strike.validated){ %>

Validate ✔

Remove ❌

<% } %>
<% });%>