{% extends "admin/base_site_list.html" %} {% block contextmenus %} {% include "operationcontext.html" %} {% include "buffercontext.html" %} {% endblock %} {% block frozendata %} {% for i in objectlist1 %} {{i.id}} {% endfor %} {% endblock %} {% block data %} {% for i in objectlist1 %} {% superlink i.operation operation %} {% superlink i.thebuffer buffer %} {{i.type}} {{i.quantity}} {{i.effective_start}} {{i.effective_end}} {{i.lastmodified}} {% endfor %} {% endblock %}