{% extends "admin/base_site_list.html" %} {% block contextmenus %} {% include "locationcontext.html" %} {% include "calendarcontext.html" %} {% endblock %} {% block frozendata %} {% for i in objectlist1 %} {% superlink i.name location key %} {% endfor %} {% endblock %} {% block data %} {% for i in objectlist1 %} {{i.description}} {{i.category}} {{i.subcategory}} {% superlink i.available calendar %} {% superlink i.owner location %} {{i.lastmodified}} {% endfor %} {% endblock %}