.coveragerc
.editorconfig
.gitignore
.pre-commit-config.yaml
.yamllint
AUTHORS
CHANGES
LICENSE
MANIFEST.in
README.rst
VERSION
codecov.yml
pyproject.toml
runtests.py
setup.cfg
.github/workflows/build.yml
edc_lab_dashboard/__init__.py
edc_lab_dashboard/apps.py
edc_lab_dashboard/auth_objects.py
edc_lab_dashboard/auths.py
edc_lab_dashboard/dashboard_templates.py
edc_lab_dashboard/dashboard_urls.py
edc_lab_dashboard/middleware.py
edc_lab_dashboard/navbars.py
edc_lab_dashboard/urls.py
edc_lab_dashboard/wsgi.py
edc_lab_dashboard.egg-info/PKG-INFO
edc_lab_dashboard.egg-info/SOURCES.txt
edc_lab_dashboard.egg-info/dependency_links.txt
edc_lab_dashboard.egg-info/not-zip-safe
edc_lab_dashboard.egg-info/top_level.txt
edc_lab_dashboard/model_wrappers/__init__.py
edc_lab_dashboard/model_wrappers/aliquot_model_wrapper.py
edc_lab_dashboard/model_wrappers/base_box_item_model_wrapper.py
edc_lab_dashboard/model_wrappers/box_model_wrapper.py
edc_lab_dashboard/model_wrappers/manage_box_item_model_wrapper.py
edc_lab_dashboard/model_wrappers/manifest_item_model_wrapper.py
edc_lab_dashboard/model_wrappers/manifest_model_wrapper.py
edc_lab_dashboard/model_wrappers/requisition_model_wrapper.py
edc_lab_dashboard/model_wrappers/result_model_wrapper.py
edc_lab_dashboard/model_wrappers/verify_box_model_wrapper.py
edc_lab_dashboard/static/edc_lab_dashboard/beep-03.mp3
edc_lab_dashboard/static/edc_lab_dashboard/css/extra.css
edc_lab_dashboard/static/edc_lab_dashboard/css/print.css
edc_lab_dashboard/static/edc_lab_dashboard/images/checked.png
edc_lab_dashboard/static/edc_lab_dashboard/images/unchecked.png
edc_lab_dashboard/static/edc_lab_dashboard/js/beep.js
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/action_listboard.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/aliquot_listboard.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/base.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/base_listboard.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/box_listboard.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/home.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/listboard.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/manage_box_listboard.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/manage_manifest_listboard.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/manifest_listboard.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/pack_aliquots_modal.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/pack_listboard.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/process_listboard.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/receive_listboard.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/requisition_listboard.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/result_listboard.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/verify_box_listboard.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/listboard/manage_manifest_listboard.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/listboard/aliquot/columns.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/listboard/aliquot/results_body.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/listboard/aliquot/results_header.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/listboard/box/box_cell.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/listboard/box/columns.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/listboard/box/results_body.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/listboard/box/results_header.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/listboard/manifest/columns.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/listboard/manifest/results_body.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/listboard/manifest/results_header.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/listboard/pack/columns.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/listboard/pack/results_body.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/listboard/pack/results_header.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/listboard/requisition/columns.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/listboard/requisition/results_body.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/listboard/requisition/results_header.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/listboard/result/columns.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/listboard/result/results_body.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/listboard/result/results_header.html
edc_lab_dashboard/templates/edc_lab_dashboard/bootstrap3/listboard/tags/status_column.html
edc_lab_dashboard/templatetags/__init__.py
edc_lab_dashboard/templatetags/edc_lab_extras.py
edc_lab_dashboard/tests/__init__.py
edc_lab_dashboard/tests/urls.py
edc_lab_dashboard/tests/etc/user-aes-local.key
edc_lab_dashboard/tests/etc/user-aes-restricted.key
edc_lab_dashboard/tests/etc/user-rsa-local-private.pem
edc_lab_dashboard/tests/etc/user-rsa-local-public.pem
edc_lab_dashboard/tests/etc/user-rsa-restricted-private.pem
edc_lab_dashboard/tests/etc/user-rsa-restricted-public.pem
edc_lab_dashboard/tests/etc/user-salt-local.key
edc_lab_dashboard/tests/etc/user-salt-restricted.key
edc_lab_dashboard/tests/tests/__init__.py
edc_lab_dashboard/tests/tests/test_aliquot_wrapper.py
edc_lab_dashboard/tests/tests/test_box_model_wrappers.py
edc_lab_dashboard/tests/tests/test_model_wrappers.py
edc_lab_dashboard/tests/tests/test_templatetags.py
edc_lab_dashboard/tests/tests/test_urls.py
edc_lab_dashboard/view_mixins/__init__.py
edc_lab_dashboard/view_mixins/box_view_mixin.py
edc_lab_dashboard/view_mixins/clean_search_term_mixin.py
edc_lab_dashboard/view_mixins/form_action_view_mixin.py
edc_lab_dashboard/view_mixins/manifest_view_mixin.py
edc_lab_dashboard/view_mixins/process_requisition_view_mixin.py
edc_lab_dashboard/views/__init__.py
edc_lab_dashboard/views/home_view.py
edc_lab_dashboard/views/action_views/__init__.py
edc_lab_dashboard/views/action_views/action_view.py
edc_lab_dashboard/views/action_views/aliquot_view.py
edc_lab_dashboard/views/action_views/box_view.py
edc_lab_dashboard/views/action_views/manage_box_item_view.py
edc_lab_dashboard/views/action_views/manage_manifest_view.py
edc_lab_dashboard/views/action_views/manifest_view.py
edc_lab_dashboard/views/action_views/pack_view.py
edc_lab_dashboard/views/action_views/process_view.py
edc_lab_dashboard/views/action_views/receive_view.py
edc_lab_dashboard/views/action_views/requisition_view.py
edc_lab_dashboard/views/action_views/verify_box_item_view.py
edc_lab_dashboard/views/listboard_filters/__init__.py
edc_lab_dashboard/views/listboard_filters/aliquot_listboard_view_filters.py
edc_lab_dashboard/views/listboard_filters/manifest_listboard_filters.py
edc_lab_dashboard/views/listboard_filters/pack_listboard_filters.py
edc_lab_dashboard/views/listboard_filters/requisition_listboard_view_filters.py
edc_lab_dashboard/views/listboard_views/__init__.py
edc_lab_dashboard/views/listboard_views/aliquot_listboard_view.py
edc_lab_dashboard/views/listboard_views/base_box_item_listboard_view.py
edc_lab_dashboard/views/listboard_views/base_listboard_view.py
edc_lab_dashboard/views/listboard_views/manage_box_listboard_view.py
edc_lab_dashboard/views/listboard_views/manage_manifest_listboard_view.py
edc_lab_dashboard/views/listboard_views/manifest_listboard_view.py
edc_lab_dashboard/views/listboard_views/pack_listboard_view.py
edc_lab_dashboard/views/listboard_views/process_listboard_view.py
edc_lab_dashboard/views/listboard_views/receive_listboard_view.py
edc_lab_dashboard/views/listboard_views/requisition_listboard_view.py
edc_lab_dashboard/views/listboard_views/result_listboard_view.py
edc_lab_dashboard/views/listboard_views/verify_box_listboard_view.py