{% extends "rest_framework/base.html" %} {% load rest_framework %} {% load static %} {% block breadcrumbs %} {# the directory is shoehorned into the breadcrumbs block because there is no other block to fit it into #} {% block directory %}
{% if breadcrumblist %}
  • {{ breadcrumblist.0.1 }} {% else %}
  • / {% endif %}
  • {% endblock %} {% endblock %}