{% extends "webui/collections/base.html" %} {% load bootstrap_pagination thumbnail webui_tags %} {% block title %}Objects | {{ collection.id }}{% endblock %} {% block breadcrumbs %}{{ block.super }} {% breadcrumbs collection "Objects" %} {% 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 %} {% 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 collection has no objects.
{% endif %}