{% 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 %} {% if i.operation_in %}{% superlink i.operationplan__operation operation %}{% else %}{{i.operationplan__operation}}{% endif %} {{i.quantity}} {{i.flowdate}} {{i.onhand}} {{i.operationplan}} {% endfor %} {% endblock %}