{% extends 'ndr_core/admin_views/base.html' %} {% block content %}
| Element Name | Type | Items | Usage Code | Actions |
|---|---|---|---|---|
|
{% if element.label %}{{ element.label }}{% else %}{{ element.name }}{% endif %}
{{ element.get_type_display }} |
{{ element.get_type_display }} | {% with item_count=element.ndrcoreuielementitem_set.count %} {% if element.type in "slides,carousel,team_grid,card_grid" %} {# Multi-item types: show count #} {% if item_count > 0 %} {{ item_count }} item{{ item_count|pluralize }} {% else %} Empty {% endif %} {% else %} {# Single-item types: show configured/empty #} {% if item_count > 0 %} Configured {% else %} Empty {% endif %} {% endif %} {% endwith %} |
|
|
|
No UI Elements configured yet. Create one to get started! |
||||
Zotero Group Library — Group ID: {{ item.object_id }} {% if item.title %}, Title: {{ item.title }}{% endif %}
{% endwith %} {% else %}Not configured yet.
{% endif %} {% endwith %} {% elif object.type == "card_grid" %} {% with items=object.items %}Card Grid — {{ items|length }} card{{ items|length|pluralize }} configured.