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

{% if object %}Update{% else %}Create{% endif %} Business Unit

{% for tag in object.tags %} {% inventory_tag tag %} {% endfor %}

{% csrf_token %} {{ form }}
Cancel
{% endblock %}