{% extends base_template %} {% load i18n %} {% block title %}{% blocktrans with names=verbose_name_plural %}Browse {{ names }}{% endblocktrans %}{% endblock title %} {% block content %}
{% include "bread/includes/browse.html" %}
{% endblock content %}