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

  • {% for tag in post.tags %}
  • {{ tag }}
  • {% else %}
  • {{ 'no_tags'|trans({}, 'icap_blog') }}
  • {% endfor %}