{% load debusine %} {% widget paginator.thead %} {% for item in paginator.page_obj.object_list %} {% empty %} {% endfor %} {% widget paginator.tfoot %}
{{ item.category }} {% if item.artifact %} {{ item.name }} {% elif item.collection %} {{ item.name }} {% else %} {{ item.name }} {% endif %} {{ item.created_at|date:"Y-m-d H:i" }}
{% ui_shortcuts item as shortcuts %} {% for shortcut in shortcuts %} {% widget shortcut %} {% endfor %}
There are no rows to show matching the current filter