From
To
Cc
Subject
Response
Sent
{% for emailLog in emailLogs %}
From
{{ nzo_decrypt(emailLog.emailFrom) }}
Email To
{{ nzo_decrypt(emailLog.emailTo) }}
Cc
{% if emailLog.cc|length > 0 %} {% for ccTo in emailLog.cc %} {{ nzo_decrypt(ccTo) }} {% endfor %} {% else %}   {% endif %}
Subject
{{ emailLog.subject }}
Response
{{ emailLog.response }}
Sent
{{ emailLog.modified|date('Y-m-d H:i:s')|default('') }}
{% endfor %} {# Pagination #}
{{ pagination|raw }}