{% extends 'base.html' %} {% load bootstrap %} {% block content %}
| Business unit | Name | Description | {% if perms.monolith.change_submanifest or perms.monolith.delete_submanifest %}{% endif %} {% for sub_manifest in object_list %} |
|---|---|---|---|
| {% with sub_manifest.meta_business_unit as mbu %} {% if mbu %} {% if perms.inventory.view_metabusinessunit %} {{ mbu }} {% else %} {{ mbu }} {% endif %} {% else %} - {% endif %} {% endwith %} | {{ sub_manifest.name }} | {{ sub_manifest.description|default:"-"|urlize|linebreaksbr }} | {% if perms.monolith.change_submanifest %} {% endif %} {% if sub_manifest.can_be_deleted and perms.monolith.delete_submanifest %} {% endif %} |