{% load static %}
Subdivision: {{ subdivision }}
Vehicle: {{ vehicle }}
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 }} |
No buildings generated.
{% endif %}