{{ _('Last posts in the forum') }}

{% for post in lastposts %}
{{ post.topic.title }} {{ _('by') }} {{ post.user }} {{ _('in') }} "{{ post.topic.forum.title }}"
{% endfor %}