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