{% extends "admin/base_site_list.html" %} {% block contextmenus %} {% include "buffercontext.html" %} {% include "operationcontext.html" %} {% endblock %} {% block data %} {% for i in objectlist1 %} {% superlink i.thebuffer buffer %} {% superlink i.operation operation %} {{i.quantity}} {{i.flowdatetime}} {{i.onhand}} {{i.operationplan}} {% endfor %} {% endblock %}