{% extends "webui/entities/base.html" %} {% load bootstrap_pagination thumbnail webui_tags %} {% block title %}Children | {{ entity.id }}{% endblock %} {% block breadcrumbs %}{{ block.super }} {% breadcrumbs entity "Children" %} {% endblock breadcrumbs %} {% block content %}
{% if collection.repo_behind %}Editing is disabled until collection is synced.{% endif %} {% if collection.repo_conflicted %}Editing is disabled until merge conflict is resolved.{% endif %}
{% else %}{% for model in children_models %} Add a {{ model }} {% endfor %}
{% endif %}{# conflicted #} {% endif %}{#username #} {% if page.object_list %}| ID | Title | |
|---|---|---|
|
{% if entity.signature_id %}
{% thumbnail entity.signature_abs "100x100" crop="center" as img %}
|
{{ entity.id }} | {% if entity.title %} {{ entity.title }} {% endif %} |
This object has no child objects.
{% endif %}