{% extends 'generic/object.html' %} {% block content %}
{% if object.tenant_group or object.tenant %}
Mandantenzuordnung
{% if object.tenant_group %} {{ object.tenant_group }}{% endif %} {% if object.tenant %} {{ object.tenant }}{% endif %}
{% endif %}
Unterordner
{% for child in object.children.all %} {{ child.name }} {% empty %}
Keine Unterordner
{% endfor %}
Dokumentationen
{% for document in object.documents.all %} {{ document.title }}{% if document.summary %}
{{ document.summary }}{% endif %}
{% empty %}
Keine Dokumentationen in diesem Ordner
{% endfor %}
{% endblock content %}