{% extends 'viewsets/base.html' %} {% load viewset_tags staticfiles i18n %} {% block extrahead %} {{ filter.form.media }} {% endblock %} {% block breadcrumbs_items %} {% if viewset.view_index %}
{% trans 'Nothing found' %}.
{% endif %} {% endblock %} {% endblock %} {% block content_footer %}{% show_paginator %}{% endblock %}