{% load i18n %} Baruwa ====== {% load messages_extras %} {% if spam_items %} {% trans "Spam Report" %} ============ {% trans "Date/Time" %} {% trans "From" %} {% trans "To" %} {% trans "Subject" %} =================================================================== {% for item in spam_items %} + {{ item.timestamp }} {{ item.from_address }} {{ item.to_address }} {{ item.subject }} {% endfor %} {% endif %} {% if policy_items %} {% trans "Policy Blocked Report" %} ===================== {% trans "Date/Time" %} {% trans "From" %} {% trans "To" %} {% trans "Subject" %} =================================================================== {% for item in policy_items %} + {{ item.timestamp }} {{ item.from_address }} {{ item.to_address }} {{ item.subject }} {% endfor %} {% endif %} {% if host_url %} {% trans "To view these quarantined messages please visit :" %} {{ host_url }}{% url all-messages-index 'quarantine' %} {% endif %} =================================================================== Powered by Baruwa http://www.baruwa.org/