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