{% load humanize %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% for post in object.get_posts %}

{{post.title}}

{{post.description}}

{% for tag in post.get_tags %} {{tag.name}}
{{tag.get_post_count}}
{% endfor %}
{% endfor %}