{% load static %} Waste Route Visualization {% for building in city_data.buildings %} {% endfor %} {% for pos in step_positions %} {% with sid=pos.step.id stype=pos.step.step_type %} {% include "pxy_city_digital_twins/_status_gauge_waste.html" with ring_color="#FF4136" status=stype id=sid %} {% endwith %} {% endfor %}