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

<h2 style="font-weight: 600;line-height: 1.1em;margin: 0;font-size: 14pt;padding-top: 8px;"><%= t('notification.email.bulkStatusUpdateHeader') %> <%= community.name %></h2>

<p style="margin-top: 5px;padding-top: 8px;">
  <%- emailHeader %>
</p>

<p style="margin-top: 5px;padding-top: 8px;">
  <%- linkTo("https://"+community.hostname+"."+domain.domain_name+"/user/"+user.id+"/status_update/"+bulkStatusUpdateId, t('notification.email.bulksStatusUpdateLink')) %>
</p>

<p style="margin-top: 5px;padding-top: 8px;">
  <%- emailFooter %>
</p>

<%- include('../footer.html.ejs') %>
