{% extends "admin/index.html" %} {% block sidebar %} {{ block.super }} {% if custom_list %}
{% for path, name in custom_list %} {% endfor %}
Custom Views
{{ name }}
{% endif %} {% endblock %}