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

{{ paginator.count }} Sub manifest{{ paginator.count|pluralize }}

{% if perms.monolith.add_submanifest %}

Create

{% endif %}
{{ form.keywords|bootstrap_inline }}
{% if perms.monolith.change_submanifest or perms.monolith.delete_submanifest %} {% endif %} {% for sub_manifest in object_list %} {% endfor %}
Business unit Name Description
{% 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 %}
{% endblock %}