Comments

{% for comment in comments.hits %}

{% if request.user.is_active %} {{ comment.user_comments | nl2br}} {% else %} {{ comment.user_comments | scrub_pii | nl2br}} {% endif %}

Submitted: {{ comment.date_processed }}

{% if request.user.is_active %}

Email: {% if comment.email %}{{ comment.email }}{% endif %}

{% endif %}
{% endfor %}