{% extends "scls/list_base.html" %} {% load i18n %} {% block title %}{% blocktrans with name=tag.name %}Collections tagged with "{{ name }}"{% endblocktrans %}{% endblock %} {% block empty %}
{% blocktrans with name=tag.name %}No collection matching the filter has been tagged with "{{ name }}".{% endblocktrans %}
{% endblock %}