File: //opt/cpguard/app/resources/email_templates/daily_report/blacklist.html
<table border="0" cellpadding="0" cellspacing="0" class="to100pc" width="100%">
<tr>
<td align="center">
<table align="center" bgcolor="white" border="0" cellpadding="0" cellspacing="0" class="to100pc" width="600"
style="max-width: 600px;">
<tbody>
<tr style="-webkit-text-size-adjust: none;">
<td height="16" style="-webkit-text-size-adjust: none;margin: 0;padding: 0;height: 16px;">
<img alt="" height="16" src="https://opsshield.com/assets/mail/space.gif"
style="-webkit-text-size-adjust: none;display: block;margin: 0;padding: 0;border: 0;height: 16px;">
</td>
<!-- spacer -->
</tr>
<tr>
<td align="center" width="76%" style="padding:30px 0 10px 0"><span
style="font-size:18px; line-height:14px; font-family:'Avenir Next', Avenir, Helvetica, sans-serif; color:#BABEC5; font-weight: 500;">IP
& DOMAIN REPUTATION</span>
</td>
</tr>
<tr>
<td align="center">
<table style="margin: 30px 0;">
<tr>
<td height="200" width="200" align="center"
style="background-color:#F3F3F3;font-weight:500;font-size: 24px;color:#777575;font-family:'Google Sans',Roboto,Arial,sans-serif;letter-spacing:0.1px;line-height: 27px;">
<span
style="font-size:66px;font-weight:600;color:#EA4335;padding-bottom: 10px;display: block;">{{ listed_ips|length }}</span>
<br>IP addresses<br>blacklisted
</td>
<td width="5"></td>
<td height="200" width="200" align="center"
style="background-color:#F3F3F3;font-weight:500;font-size: 24px;color:#777575;font-family:'Google Sans',Roboto,Arial,sans-serif;letter-spacing:0.1px;line-height: 27px;">
<span
style="font-size:66px;font-weight:600;color:#EA4335;padding-bottom: 10px;display: block;">{{ listed_domains|length }}</span>
<br>Domain<br>blacklisted
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" style="-webkit-text-size-adjust: none;padding-top: 30px;; ">
<table width="460">
<tr>
<td width="10" style="border-bottom: solid 1px #e6e6e6;border-top: solid 1px #e6e6e6;padding:10px;">
</td>
<td
style="color:#585858;font-family:'Google Sans',Roboto,Arial,sans-serif;border-bottom: solid 1px #e6e6e6;border-top: solid 1px #e6e6e6;">
IP
</td>
<td align="right"
style="color:#585858;font-family:'Google Sans',Roboto,Arial,sans-serif;padding-right: 15px;border-bottom: solid 1px #e6e6e6;border-top: solid 1px #e6e6e6;">
Status
</td>
</tr>
{% if listed_ips|length > 0 %}
{% for ip, count in listed_ips %}
<tr>
<td style="border-bottom: solid 1px #e6e6e6;padding:15px;">
<img src="https://opsshield.com/assets/mail/ip.png" width="22" />
</td>
<td style="color:#585858;font-family:Roboto,Arial,sans-serif;border-bottom: solid 1px #e6e6e6;">
{{ ip|e }}
</td>
<td align="right"
style="color:#EA4335;font-weight:500;font-family:Roboto,Arial,sans-serif;border-bottom: solid 1px #e6e6e6;padding-right: 15px;">
blacklisted by {{ count }} host
</td>
</tr>
{% endfor %}
{% endif %}
{% if listed_domains|length > 0 %}
{% for value in listed_domains %}
<tr>
<td style="border-bottom: solid 1px #e6e6e6;padding:15px;">
<img src="https://opsshield.com/assets/mail/domain-icon.png" width="22" />
</td>
<td style="color:#585858;font-family:Roboto,Arial,sans-serif;border-bottom: solid 1px #e6e6e6;">
{{ value.domain|e }}
</td>
<td align="right"
style="color:#EA4335;font-weight:500;font-family:Roboto,Arial,sans-serif;border-bottom: solid 1px #e6e6e6;padding-right: 15px;">
blacklisted
</td>
</tr>
{% endfor %}
{% endif %}
<tr>
<td colspan="3" align="center"
style="color:#585858;font-weight:500;font-family:'Google Sans',Roboto,Arial,sans-serif;padding: 20px 0;">
<p>For more details view IP reputation and Domain reputation section of cPGuard console</p>
</td>
</tr>
</table>
</td>
</tr>
<!-- T&BP paragraph 1 start -->
<tr>
<td height="20" style="height:20px;"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td colspan="3" bgcolor="#F4F5F8" style="line-height: 10px;">
<img alt="" height="10" src="https://opsshield.com/assets/mail/space.gif" style="display:block;" width="1"
border="0" />
</td>
</tr>
</table>