.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_subject_dashboard/__init__.py
edc_subject_dashboard/apps.py
edc_subject_dashboard/dashboard_templates.py
edc_subject_dashboard/middleware.py
edc_subject_dashboard/models.py
edc_subject_dashboard/requisition_labels.py
edc_subject_dashboard/requisition_report.py
edc_subject_dashboard/requisition_verifier.py
edc_subject_dashboard/urls.py
edc_subject_dashboard/wsgi.py
edc_subject_dashboard.egg-info/PKG-INFO
edc_subject_dashboard.egg-info/SOURCES.txt
edc_subject_dashboard.egg-info/dependency_links.txt
edc_subject_dashboard.egg-info/not-zip-safe
edc_subject_dashboard.egg-info/top_level.txt
edc_subject_dashboard/templates/dashboard_button.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/appointment_in_progress.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/appointment_status.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/forms_button.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/print_requisition_popover.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/requisition_panel_actions.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/appointment_button.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/appointments.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/crf_totals.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/crfs.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/data_queries.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/requisitions.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/sidebar.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/topbar.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/unscheduled_appointment_button.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/visit_button.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/sidebar/consents.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/sidebar/demographics.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/sidebar/prn.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/sidebar/sidebar.html
edc_subject_dashboard/templatetags/__init__.py
edc_subject_dashboard/templatetags/edc_subject_dashboard_extras.py
edc_subject_dashboard/tests/__init__.py
edc_subject_dashboard/tests/admin.py
edc_subject_dashboard/tests/holidays.csv
edc_subject_dashboard/tests/models.py
edc_subject_dashboard/tests/visit_schedule.py
edc_subject_dashboard/tests/etc/user-aes-local.key
edc_subject_dashboard/tests/etc/user-aes-restricted.key
edc_subject_dashboard/tests/etc/user-rsa-local-private.pem
edc_subject_dashboard/tests/etc/user-rsa-local-public.pem
edc_subject_dashboard/tests/etc/user-rsa-restricted-private.pem
edc_subject_dashboard/tests/etc/user-rsa-restricted-public.pem
edc_subject_dashboard/tests/etc/user-salt-local.key
edc_subject_dashboard/tests/etc/user-salt-restricted.key
edc_subject_dashboard/tests/tests/__init__.py
edc_subject_dashboard/tests/tests/test_print_manifest.py
edc_subject_dashboard/tests/tests/test_view_mixins.py
edc_subject_dashboard/view_mixins/__init__.py
edc_subject_dashboard/view_mixins/registered_subject_view_mixin.py
edc_subject_dashboard/view_mixins/subject_visit_view_mixin.py
edc_subject_dashboard/views/__init__.py
edc_subject_dashboard/views/base_requisition_view.py
edc_subject_dashboard/views/refresh_metadata_actions_view.py
edc_subject_dashboard/views/requisition_print_actions_view.py
edc_subject_dashboard/views/requisition_verify_actions_view.py
edc_subject_dashboard/views/subject_dashboard_view.py