{{ secure_link_confirm('Dismiss all posts', 'Dismiss all unapproved posts', 'Are you sure you want to dismiss all unapproved posts? This action cannot be undone.', 'wipe_unapproved') }}
{% endif %}
{% for post in posts %}
{% if not post.thread %}
{% set thread = post.id %}
{% else %}
{% set thread = post.thread %}
{% endif %}