{% extends "base_site.html" %} {% load adminmedia admin_list i18n %} {% block extrahead %} {% endblock %} {% block bodyclass %}change-list{% endblock %} {% block coltype %}flex{% endblock %} {% block content %}
{% block search %}{% search_form item_changelist %}{% endblock %} {% block pagination %}{% pagination item_changelist %}{% endblock %} {% block filters %} {% if item_changelist.has_filters %}

{% trans 'Filter' %}

{% for spec in item_changelist.filter_specs %} {% admin_list_filter item_changelist spec %} {% endfor %}
{% endif %} {% endblock %} {% block summary_stats %} {% for item in item_changelist.result_list %} {% endfor %}
UUID Barcode ID Location Model Vendor Created Contains
{{ item.uuid }} {{ item.barcode_id }} {{ item.location }} {{ item.item_type }} {{ item.creation_date }} {% for content in item.longtermstorage_set.all %} {{ content.flowcell }} {% endfor %}
{% endblock %}
{% endblock %}