{{ item.from_address|tds_wrap:50 }}
|
{{ item.to_address|tds_wrap:50 }}
|
{{ item.subject|striptags|escape|tds_trunc:45 }}
|
{% if item.isspam and not item.spamblacklisted and not item.virusinfected and not item.nameinfected and not item.otherinfected %}Spam{% endif %}{% if item.spamblacklisted %}Blacklisted{%endif%}{% if item.virusinfected or item.nameinfected or item.otherinfected %}Infected{% endif %}
|
View
|
{% endfor %}