{% extends "admin/base_site_grid.html" %} {% load i18n %} {% block extrahead %}{{block.super}} {% endblock %} {% block contextmenus %} {% include "operationcontext.html" %} {% include "itemcontext.html" %} {% include "demandcontext.html" %} {% endblock %} {% comment %} TODO {% for i in objectlist1 %} {% superlink i.operation operation %} {{i.date}} {% superlink i.demand demand %} {{i.quantity}} {% superlink i.item item %} {% endfor %} {% endcomment %}