{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
{% if device_count == 0 %}

No devices in this location.

{% else %}
Spacing

Click on a device.

{% endif %}
{% if device_count > 0 %} {% endif %} {% endblock %}