{% load static %} Waste Route Debug

Waste Route Debug

Subdivision: {{ subdivision }}

Vehicle: {{ vehicle }}

Buildings

{% if city_data.buildings %} {% for b in city_data.buildings %} {% endfor %}
ID Status Position X Position Z Width Depth Height
{{ b.id }} {{ b.status }} {{ b.position_x|floatformat:2 }} {{ b.position_z|floatformat:2 }} {{ b.width|floatformat:2 }} {{ b.depth|floatformat:2 }} {{ b.height|floatformat:2 }}
{% else %}

No buildings generated.

{% endif %}