{% if 'blog_view' == mode %}

{{ post.title }}

{% elseif 'search_view' == mode %}

{{ post.title|highlight(search)|raw }}

{% else %}

{{ post.title }}

{% endif %} {% if is_granted('EDIT', _resource) or (is_granted('POST', _resource) and post.author == user) %}
{% if is_granted('EDIT', _resource) %} {% if isPublished %} {{ 'unpublish'|trans({}, 'icap_blog') }} {% else %} {{ 'publish'|trans({}, 'icap_blog') }} {% endif %} {% endif %} {{ 'edit'|trans({}, 'platform') }}
{% endif %} {% set author = post.author %}