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

Condition {{ object.name }}

{% if perms.monolith.change_condition %} {% endif %} {% if object.can_be_deleted and perms.monolith.delete_condition %} {% endif %}

Name
{{ object.name }}
Predicate
{{ object.predicate }}
created at
{{ object.created_at|date:'r' }}
last change
{{ object.updated_at|date:'r' }}
{% if perms.monolith.view_pkginfo %}

{{ pkg_infos|length }} package{{ pkg_infos|length|pluralize }}

{% if pkg_infos %} {% for sub_manifest, name, link, type, key in pkg_infos %} {% endfor %}
Sub manifest Package Type Key
{% if perms.monolith.view_submanifest %} {{ sub_manifest }} {% else %} {{ sub_manifest }} {% endif %} {{ name }} {{ type }} {{ key }}
{% endif %} {% endif %} {% endblock %}