{% extends "admin/base_site.html" %} {% block content %} {% for item in objs %} {{item.render_thumb|safe}} {% endfor %} {% endblock %}