{% load i18n pagination_tags planet_tags %}

{% trans "Latest posts" %}

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