{% if blog is not null %}

{{ blog.resourceNode.name }}

{% for post in posts %}
{% endfor %}
{% else %}

{{ 'no_blog_selected'|trans({}, 'icap_blog') }}

{% endif %}