{% load i18n %} {# Renders nothing unless a view puts `breadcrumbs` in the context, so wiring #} {# this into the empty {% block breadcrumbs %} of base.html and plain.html #} {# changes no existing page. BreadcrumbNav takes the same node over when the #} {# path has to change without a request. #} {% if breadcrumbs %} {% endif %}