{% if posts|length == 0 %}

{% trans %}There are no posts.{% endtrans %}

{% else %} {% for board_posts in posts %}
{{ config.board_abbreviation|sprintf(board_posts.board.uri) }} - {{ board_posts.board.title|e }} {{ board_posts.posts|join('
') }}
{% endfor %} {% endif %}