<xf:if is="$post.canReport()">
<xf:if is="in_array({$post.user_id}, array(1, 2))">
<a href="{{ link('posts/report', $post) }}"
class="actionBar-action actionBar-action--report"
data-xf-click="overlay">{{ phrase('report_verb') }}</a>
</xf:if>
</xf:if>