{% load i18n %}
{% for object in objects %} {% endfor %} {% if more %} {% endif %}
{% blocktrans with tag.name as tag_name %}Objects with tag "{{ tag_name }}"{% endblocktrans %}
{{ object }}
{% blocktrans %}{{ more }} more.{% endblocktrans %}