{% load i18n %} {% if entries %} {% for entry in entries %} {% blocktrans with title_str=entry.title %}{{ title_str }}{% endblocktrans %} {% endfor %} {% else %}

{% trans 'There are no entries for this category.' %}

{% endif %}