{% extends "admin/base_site_list.html" %} {% block contextmenus %} {% include "demandcontext.html" %} {% include "forecastcontext.html" %} {% include "operationcontext.html" %} {% endblock %} {% block data %} {% for i in objectlist1 %} {{i.id}} {% if i.fcst_or_actual %}{% superlink i.demand forecast %}{% else %}{% superlink i.demand demand %}{% endif %} {% superlink i.operation operation %} {{i.quantity}} {{i.startdatetime}} {{i.enddatetime}} {{i.locked}} {{i.owner}} {% endfor %} {% endblock %}