{% load i18n %} {% for l in location.locations %} {% include "scheduler/location_view.html" with location=l %} {% endfor %} {% for e in location.engineries %} {% include "scheduler/enginery_view.html" with enginery=e %} {% endfor %}