{% extends "manage.html" %} {% block detail_list %} {% for i in object_list %}
  • {{ i }}
  • {% endfor %} {% endblock detail_list %}