{% if _resource.isCommentsAuthorized %} {% set countComments = is_granted('EDIT', _resource) ? post.countComments(true) : post.countComments %}{{ countComments }} {{ 'comments'|transchoice(countComments, {}, 'icap_blog') }}{% endif %}