User: <%- include('user.ejs', {user:{username:strike.strokedName,avatar:strike.strokedAvatar,id:strike.strokedID }, stroke:true}) %> was struck

by: <%- include('user.ejs', {user:{username:strike.strikerName,avatar:strike.strikerAvatar,id:strike.strikerID}, stroke:false}) %>

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

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

Validated by: <%- include('user.ejs', {user:strike.moderator, stroke:false}) %>

<% } %> <% } %>
<% if(!strike.validated){ %>

Validate ✔

Remove ❌

<% } %>