{% extends 'inventory/machine_list.html' %} {% load inventory_extras %} {% block objectextras %}

{% for tag in object.tags %} {% inventory_tag tag %} {% endfor %} {% if object.api_enrollment_enabled %} Available for API Enrollment {% endif %}

{% for bu in object.get_current_business_units %} {% endfor %}
{{ bu.source.name }} {{ bu.name }} {% for link in bu.links.all %} {{ bu.source.name }} - {{ link.anchor_text }} {% endfor %} {% if bu.can_be_detached %} Detach {% endif %}
{% endblock %}