{% extends "admin/app_index.html" %} {% block content %}
{% include "admin/app_list.html" with app_list=app_list show_changelinks=True %}
{% endblock %} {% block sidebar %} {% endblock %}