-
{% for post in pager.getResults() %}
-
{{ post.title }}
{{ post.abstract|raw }} Read More- {{ 'archive_author'|trans({'%author%': post.author.fullname }, 'SonataNewsBundle') }}
- {{ post.publicationDateStart | format_date }}
- {{ 'comments_count'|trans({'%comments_count%': post.commentsCount }, 'SonataNewsBundle') }}
- {% if post.tags|length > 1 %} {% else %} {% endif %} {{ 'published_under'|transchoice(post.tags|length, {}, 'SonataNewsBundle') }} {% for tag in post.tags %} {{ tag.name }}{% if not loop.last %},{% endif %} {% endfor %}
{% else %}
{{ 'no_post_found'|trans({}, 'SonataNewsBundle') }}
{% endfor %}