{% extends 'base.html' %} {% load inventory_extras %} {% block content %}

Merge business units

{% csrf_token %}

Select the business unit you want to keep.

{% for mbu in meta_business_units %} {% for bu in mbu.get_current_business_units %} {% endfor %} {% endfor %}
{% for tag in mbu.tags %} {% inventory_tag tag %} {% endfor %} {% if mbu.api_enrollment_enabled %} Available for API enrollment {% endif %}
{{ bu.source.name }} {{ bu.name }} {% for link in bu.links.all %} {{ bu.source.name }} - {{ link.anchor_text }} {% endfor %}

Cancel

{% endblock %}