LICENSE.md
README.md
pyproject.toml
NEMO/__init__.py
NEMO/actions.py
NEMO/admin.py
NEMO/constants.py
NEMO/context_processors.py
NEMO/decorators.py
NEMO/evaluators.py
NEMO/exceptions.py
NEMO/fields.py
NEMO/forms.py
NEMO/interlocks.py
NEMO/log.py
NEMO/middleware.py
NEMO/migrations_utils.py
NEMO/mixins.py
NEMO/model_tree.py
NEMO/models.py
NEMO/parsers.py
NEMO/permissions.py
NEMO/policy.py
NEMO/properties_schemas.py
NEMO/provisioning.py
NEMO/rates.py
NEMO/rest_filter_backend.py
NEMO/rest_pagination.py
NEMO/serializers.py
NEMO/typing.py
NEMO/urls.py
NEMO/utilities.py
NEMO/validators.py
NEMO/wsgi.py
NEMO.egg-info/PKG-INFO
NEMO.egg-info/SOURCES.txt
NEMO.egg-info/dependency_links.txt
NEMO.egg-info/entry_points.txt
NEMO.egg-info/requires.txt
NEMO.egg-info/top_level.txt
NEMO/apps/__init__.py
NEMO/apps/area_access/__init__.py
NEMO/apps/area_access/apps.py
NEMO/apps/area_access/urls.py
NEMO/apps/area_access/views.py
NEMO/apps/area_access/static/area_access/area_access.css
NEMO/apps/area_access/templates/area_access/alerts.html
NEMO/apps/area_access/templates/area_access/already_logged_in.html
NEMO/apps/area_access/templates/area_access/badge_not_found.html
NEMO/apps/area_access/templates/area_access/base.html
NEMO/apps/area_access/templates/area_access/choose_area.html
NEMO/apps/area_access/templates/area_access/choose_project.html
NEMO/apps/area_access/templates/area_access/door_is_open.html
NEMO/apps/area_access/templates/area_access/farewell_screen.html
NEMO/apps/area_access/templates/area_access/inactive.html
NEMO/apps/area_access/templates/area_access/login_success.html
NEMO/apps/area_access/templates/area_access/logout_success.html
NEMO/apps/area_access/templates/area_access/logout_warning.html
NEMO/apps/area_access/templates/area_access/no_active_projects.html
NEMO/apps/area_access/templates/area_access/not_logged_in.html
NEMO/apps/area_access/templates/area_access/physical_access_denied.html
NEMO/apps/area_access/templates/area_access/resource_unavailable.html
NEMO/apps/area_access/templates/area_access/welcome_screen.html
NEMO/apps/kiosk/__init__.py
NEMO/apps/kiosk/apps.py
NEMO/apps/kiosk/urls.py
NEMO/apps/kiosk/views.py
NEMO/apps/kiosk/static/kiosk/kiosk.css
NEMO/apps/kiosk/templates/kiosk/acknowledgement.html
NEMO/apps/kiosk/templates/kiosk/category_choices.html
NEMO/apps/kiosk/templates/kiosk/choices.html
NEMO/apps/kiosk/templates/kiosk/error.html
NEMO/apps/kiosk/templates/kiosk/individual_reservation.html
NEMO/apps/kiosk/templates/kiosk/kiosk.html
NEMO/apps/kiosk/templates/kiosk/success.html
NEMO/apps/kiosk/templates/kiosk/tool_categories.html
NEMO/apps/kiosk/templates/kiosk/tool_information.html
NEMO/apps/kiosk/templates/kiosk/tool_post_comment.html
NEMO/apps/kiosk/templates/kiosk/tool_project_selection_snippet.html
NEMO/apps/kiosk/templates/kiosk/tool_report_problem.html
NEMO/apps/kiosk/templates/kiosk/tool_reservation.html
NEMO/apps/kiosk/templates/kiosk/tool_reservation_extra.html
NEMO/management/__init__.py
NEMO/management/commands/__init__.py
NEMO/management/commands/area_auto_logout_users.py
NEMO/management/commands/cancel_unused_reservations.py
NEMO/management/commands/check_and_update_wait_list.py
NEMO/management/commands/create_closure_alerts.py
NEMO/management/commands/deactivate_access_expired_users.py
NEMO/management/commands/manage_recurring_charges.py
NEMO/management/commands/manage_tool_qualifications.py
NEMO/management/commands/send_email_interlock_usage_report.py
NEMO/management/commands/send_email_out_of_time_reservation_notification.py
NEMO/management/commands/send_email_reservation_ending_reminders.py
NEMO/management/commands/send_email_reservation_reminders.py
NEMO/management/commands/send_email_scheduled_outage_reminders.py
NEMO/management/commands/send_email_usage_reminders.py
NEMO/management/commands/send_email_user_access_expiration_reminders.py
NEMO/management/commands/send_email_weekend_access_notification.py
NEMO/migrations/0001_version_1_0_0.py
NEMO/migrations/0002_version_1_0_0_squashed.py
NEMO/migrations/0012_version_2_0_0_squashed.py
NEMO/migrations/0020_version_3_0_0_squashed.py
NEMO/migrations/0038_version_4_0_0_squashed.py
NEMO/migrations/0055_reservationconfigurationoption.py
NEMO/migrations/0056_version_5_2_0.py
NEMO/migrations/0057_version_5_3_0.py
NEMO/migrations/0058_reservation_confirmation_override_prefs.py
NEMO/migrations/0059_tool_pre_usage_questions.py
NEMO/migrations/0060_add_impersonate_permission.py
NEMO/migrations/0061_alter_interlock_unique_together.py
NEMO/migrations/0062_migrate_email_upcoming_reservation.py
NEMO/migrations/0063_knowledge_base.py
NEMO/migrations/0064_consumable_self_checkout_only_users.py
NEMO/migrations/0065_door_adjacent_area.py
NEMO/migrations/0066_tool_ask_to_leave_area_when_done_using.py
NEMO/migrations/0067_project_allow_staff_charges.py
NEMO/migrations/0068_door_multiple_areas.py
NEMO/migrations/0069_version_5_5_0.py
NEMO/migrations/0070_calendar_axis_time_format_rename.py
NEMO/migrations/0071_wait_list.py
NEMO/migrations/0072_documents_display_order.py
NEMO/migrations/0073_knowledge_safety_items_display_order.py
NEMO/migrations/0074_scheduled_outage_reminders.py
NEMO/migrations/0075_adjustmentrequest_applied.py
NEMO/migrations/0076_default_display_order.py
NEMO/migrations/0077_interlock_name.py
NEMO/migrations/0078_version_5_6_0.py
NEMO/migrations/0079_user_active_access_expiration_verbose_names.py
NEMO/migrations/0080_version_6_0_0.py
NEMO/migrations/0081_oracle_django_4_rename.py
NEMO/migrations/0082_alter_userpreferences_tool_task_notifications.py
NEMO/migrations/0083_toolcredentials.py
NEMO/migrations/0084_remove_tool__allow_delayed_logoff_and_more.py
NEMO/migrations/0085_contactinformation_title_and_more.py
NEMO/migrations/0086_adjustmentrequest_new_quantity.py
NEMO/migrations/0087_version_7_0_0.py
NEMO/migrations/0088_alter_configurationoption_options.py
NEMO/migrations/0089_door_farewell_message.py
NEMO/migrations/0090_toolusagecounter_counter_direction_and_more.py
NEMO/migrations/0091_adjustmentrequest_waive_charges.py
NEMO/migrations/0092_alter_accounttype_name_alter_alert_category_and_more.py
NEMO/migrations/0093_trainingsession_usage_event_usageevent_training.py
NEMO/migrations/0094_interlockcard_extra_args.py
NEMO/migrations/0095_reservationquestions_enabled.py
NEMO/migrations/0096_alter_landingpagechoice_notifications_and_more.py
NEMO/migrations/0097_fundtype_project_fund_types.py
NEMO/migrations/0098_tool_area_maximum_future_reservations.py
NEMO/migrations/0099_rename_fundtype_projecttype_and_more.py
NEMO/migrations/0100_staff_assistance_requests.py
NEMO/migrations/0101_alter_emaillog_category.py
NEMO/migrations/0102_version_7_0_1.py
NEMO/migrations/0103_alter_projectdocuments_display_order_and_more.py
NEMO/migrations/0104_version_7_0_2.py
NEMO/migrations/0105_version_7_1_0.py
NEMO/migrations/0106_toolusagecounter_tool_pre_post_usage_question.py
NEMO/migrations/0107_customization_remote_work_on_behalf_update.py
NEMO/migrations/0108_landingpagechoice_view_permission.py
NEMO/migrations/0109_customization_area_logout_already_logged_in_update.py
NEMO/migrations/0110_version_7_1_1.py
NEMO/migrations/0111_version_7_1_3.py
NEMO/migrations/0112_fix_project_name_uniqueness.py
NEMO/migrations/0113_version_7_2_0.py
NEMO/migrations/0114_alter_temporaryphysicalaccess_options_tool__staff.py
NEMO/migrations/0115_tool__properties.py
NEMO/migrations/0116_comment_pinned.py
NEMO/migrations/0117_usageevent_has_ended.py
NEMO/migrations/0118_areaaccessrecord_has_ended.py
NEMO/migrations/0119_taskstatus_notify_tool_staff.py
NEMO/migrations/0120_alter_userpreferences_options_and_more.py
NEMO/migrations/__init__.py
NEMO/plugins/__init__.py
NEMO/plugins/utils.py
NEMO/static/badge_reader.js
NEMO/static/favicon.ico
NEMO/static/jquery.js
NEMO/static/jquery.min.js
NEMO/static/jumbotron_watermark.bmp
NEMO/static/mobile.js
NEMO/static/moment.js
NEMO/static/moment.min.js
NEMO/static/moment.min.js.map
NEMO/static/nemo.css
NEMO/static/nemo.js
NEMO/static/robots.txt
NEMO/static/typeahead.jquery.js
NEMO/static/typeahead.jquery.min.js
NEMO/static/admin/time_options_override.js
NEMO/static/admin/dynamic_form_preview/dynamic_form_preview.css
NEMO/static/admin/dynamic_form_preview/dynamic_form_preview.js
NEMO/static/admin/physical_access_level/access_level.js
NEMO/static/admin/tool/tool.js
NEMO/static/bootstrap/css/bootstrap-theme.css
NEMO/static/bootstrap/css/bootstrap-theme.css.map
NEMO/static/bootstrap/css/bootstrap-theme.min.css
NEMO/static/bootstrap/css/bootstrap.css
NEMO/static/bootstrap/css/bootstrap.css.map
NEMO/static/bootstrap/css/bootstrap.min.css
NEMO/static/bootstrap/fonts/glyphicons-halflings-regular.eot
NEMO/static/bootstrap/fonts/glyphicons-halflings-regular.svg
NEMO/static/bootstrap/fonts/glyphicons-halflings-regular.ttf
NEMO/static/bootstrap/fonts/glyphicons-halflings-regular.woff
NEMO/static/bootstrap/fonts/glyphicons-halflings-regular.woff2
NEMO/static/bootstrap/js/bootstrap.js
NEMO/static/bootstrap/js/bootstrap.min.js
NEMO/static/datetimepicker/bootstrap-datetimepicker.css
NEMO/static/datetimepicker/bootstrap-datetimepicker.js
NEMO/static/fullcalendar/fullcalendar.css
NEMO/static/fullcalendar/fullcalendar.js
NEMO/static/fullcalendar/fullcalendar.min.css
NEMO/static/fullcalendar/fullcalendar.min.js
NEMO/static/icons/agreement.png
NEMO/static/icons/caution.png
NEMO/static/icons/preferences.png
NEMO/static/numpad/custom_numpad.jquery.js
NEMO/static/numpad/numpad.jquery.css
NEMO/static/pickadate/default.css
NEMO/static/pickadate/default.date.css
NEMO/static/pickadate/default.time.css
NEMO/static/pickadate/picker.date.js
NEMO/static/pickadate/picker.js
NEMO/static/pickadate/picker.time.js
NEMO/static/virtualkeyboard/jquery.keyboard.js
NEMO/static/virtualkeyboard/jquery.keyboard.min.js
NEMO/static/virtualkeyboard/keyboard-basic.css
NEMO/static/virtualkeyboard/keyboard-basic.min.css
NEMO/templates/acknowledgement.html
NEMO/templates/alerts.html
NEMO/templates/authorization_failed.html
NEMO/templates/base.html
NEMO/templates/configuration_agenda.html
NEMO/templates/display_success_and_redirect.html
NEMO/templates/facility_rules.html
NEMO/templates/feedback.html
NEMO/templates/history.html
NEMO/templates/impersonate.html
NEMO/templates/landing.html
NEMO/templates/login.html
NEMO/templates/qualifications.html
NEMO/templates/refresh_sidebar_icons.html
NEMO/templates/abuse/abuse.html
NEMO/templates/abuse/user_drill_down.html
NEMO/templates/accounts_and_projects/account_and_projects.html
NEMO/templates/accounts_and_projects/accounts_and_projects.html
NEMO/templates/accounts_and_projects/create_account.html
NEMO/templates/accounts_and_projects/create_project.html
NEMO/templates/accounts_and_projects/documents_for_project.html
NEMO/templates/accounts_and_projects/project.html
NEMO/templates/accounts_and_projects/projects.html
NEMO/templates/accounts_and_projects/transfer_charges.html
NEMO/templates/accounts_and_projects/users_for_project.html
NEMO/templates/area_access/area_access.html
NEMO/templates/area_access/calendar_self_login.html
NEMO/templates/area_access/change_project.html
NEMO/templates/area_access/login_areas.html
NEMO/templates/area_access/new_area_access_record.html
NEMO/templates/area_access/new_area_access_record_details.html
NEMO/templates/area_access/self_login.html
NEMO/templates/base/footer.html
NEMO/templates/base/impersonate_header.html
NEMO/templates/base/navbar.html
NEMO/templates/base/navbar_base.html
NEMO/templates/base/popup.html
NEMO/templates/calendar/calendar.html
NEMO/templates/calendar/configuration.html
NEMO/templates/calendar/configuration_event_feed.html
NEMO/templates/calendar/configuration_helper.html
NEMO/templates/calendar/policy_dialog.html
NEMO/templates/calendar/project_choice.html
NEMO/templates/calendar/proxy_reservation.html
NEMO/templates/calendar/reservation_event_feed.html
NEMO/templates/calendar/reservation_questions.html
NEMO/templates/calendar/reservation_warning.html
NEMO/templates/calendar/scheduled_outage_information.html
NEMO/templates/calendar/specific_user_feed.html
NEMO/templates/calendar/usage_event_feed.html
NEMO/templates/consumables/consumables.html
NEMO/templates/consumables/consumables_order.html
NEMO/templates/consumables/recurring_charge.html
NEMO/templates/consumables/recurring_charges.html
NEMO/templates/contact/contact_staff.html
NEMO/templates/customizations/customizations.html
NEMO/templates/customizations/customizations_adjustment_requests.html
NEMO/templates/customizations/customizations_application.html
NEMO/templates/customizations/customizations_calendar.html
NEMO/templates/customizations/customizations_dashboard.html
NEMO/templates/customizations/customizations_emails.html
NEMO/templates/customizations/customizations_interlock.html
NEMO/templates/customizations/customizations_knowledge_base.html
NEMO/templates/customizations/customizations_projects_and_accounts.html
NEMO/templates/customizations/customizations_rates.html
NEMO/templates/customizations/customizations_recurring_charges.html
NEMO/templates/customizations/customizations_remote_work.html
NEMO/templates/customizations/customizations_requests.html
NEMO/templates/customizations/customizations_safety.html
NEMO/templates/customizations/customizations_templates.html
NEMO/templates/customizations/customizations_tool.html
NEMO/templates/customizations/customizations_training.html
NEMO/templates/customizations/customizations_upload.html
NEMO/templates/customizations/customizations_user.html
NEMO/templates/email/compose_email.html
NEMO/templates/email/email_broadcast.html
NEMO/templates/email/email_form.html
NEMO/templates/event_details/area_access_details.html
NEMO/templates/event_details/outage_details.html
NEMO/templates/event_details/reservation_details.html
NEMO/templates/event_details/usage_details.html
NEMO/templates/jumbotron/jumbotron.html
NEMO/templates/jumbotron/jumbotron_content.html
NEMO/templates/knowledge_base/knowledge_base.html
NEMO/templates/knowledge_base/knowledge_base_base.html
NEMO/templates/knowledge_base/knowledge_base_items.html
NEMO/templates/maintenance/closed_task_details.html
NEMO/templates/maintenance/maintenance.html
NEMO/templates/maintenance/pending_task_details.html
NEMO/templates/mobile/cancellation_result.html
NEMO/templates/mobile/choose_item.html
NEMO/templates/mobile/error.html
NEMO/templates/mobile/individual_outage.html
NEMO/templates/mobile/individual_reservation.html
NEMO/templates/mobile/new_reservation.html
NEMO/templates/mobile/no_active_projects.html
NEMO/templates/mobile/reservation_extra.html
NEMO/templates/mobile/reservation_success.html
NEMO/templates/mobile/view_calendar.html
NEMO/templates/news/archived_news.html
NEMO/templates/news/new_news_form.html
NEMO/templates/news/news_update_form.html
NEMO/templates/news/recent_news.html
NEMO/templates/occupancy/occupancy.html
NEMO/templates/occupancy/occupancy_content.html
NEMO/templates/occupancy/occupancy_count.html
NEMO/templates/pagination/pagination_base.html
NEMO/templates/pagination/pagination_column.html
NEMO/templates/pagination/pagination_pages.html
NEMO/templates/pagination/pagination_selector.html
NEMO/templates/remote_work/remote_work.html
NEMO/templates/remote_work/remote_work_base.html
NEMO/templates/requests/user_requests.html
NEMO/templates/requests/access_requests/access_request.html
NEMO/templates/requests/access_requests/access_requests.html
NEMO/templates/requests/access_requests/access_requests_table.html
NEMO/templates/requests/adjustment_requests/adjustment_request.html
NEMO/templates/requests/adjustment_requests/adjustment_requests.html
NEMO/templates/requests/adjustment_requests/adjustment_requests_table.html
NEMO/templates/requests/buddy_requests/buddy_request.html
NEMO/templates/requests/buddy_requests/buddy_requests.html
NEMO/templates/requests/staff_assistance_requests/open_staff_assistance_requests.html
NEMO/templates/requests/staff_assistance_requests/resolved_staff_assistance_requests.html
NEMO/templates/requests/staff_assistance_requests/staff_assistance_requests.html
NEMO/templates/resources/modify_resource.html
NEMO/templates/resources/resource_details.html
NEMO/templates/resources/resources.html
NEMO/templates/resources/scheduled_outage.html
NEMO/templates/rest_framework/api.html
NEMO/templates/rest_framework/custom_error.html
NEMO/templates/safety/safety.html
NEMO/templates/safety/safety_base.html
NEMO/templates/safety/safety_data_sheets.html
NEMO/templates/safety/safety_issues.html
NEMO/templates/safety/safety_issues_create.html
NEMO/templates/safety/safety_issues_resolved.html
NEMO/templates/safety/safety_issues_update.html
NEMO/templates/safety/safety_items.html
NEMO/templates/snippets/button.html
NEMO/templates/snippets/contact_person.html
NEMO/templates/snippets/document_list.html
NEMO/templates/snippets/embedded_document.html
NEMO/templates/snippets/item_status_icons.html
NEMO/templates/snippets/tool_calendar_info.html
NEMO/templates/snippets/tool_info.html
NEMO/templates/snippets/tool_reservation_info.html
NEMO/templates/staff_charges/change_status.html
NEMO/templates/staff_charges/choose_project.html
NEMO/templates/staff_charges/end_area_charge.html
NEMO/templates/staff_charges/new_staff_charge.html
NEMO/templates/staff_charges/reminder.html
NEMO/templates/staff_charges/staff_charges_base.html
NEMO/templates/status_dashboard/occupancy.html
NEMO/templates/status_dashboard/staff.html
NEMO/templates/status_dashboard/staff_absence.html
NEMO/templates/status_dashboard/status_dashboard.html
NEMO/templates/status_dashboard/tools.html
NEMO/templates/tasks/resolve.html
NEMO/templates/tasks/update.html
NEMO/templates/tool_control/config_history.html
NEMO/templates/tool_control/get_projects.html
NEMO/templates/tool_control/interlock_error.html
NEMO/templates/tool_control/logout_user.html
NEMO/templates/tool_control/past_tasks_and_comments.html
NEMO/templates/tool_control/qualified_users.html
NEMO/templates/tool_control/tool_control.html
NEMO/templates/tool_control/tool_status.html
NEMO/templates/tool_control/usage_data.html
NEMO/templates/tool_control/use_tool_for_other.html
NEMO/templates/tool_credentials/tool_credentials.html
NEMO/templates/training/get_projects.html
NEMO/templates/training/training.html
NEMO/templates/training/training_entry.html
NEMO/templates/training/training_recording.html
NEMO/templates/usage/adjustment_request_button.html
NEMO/templates/usage/billing.html
NEMO/templates/usage/usage.html
NEMO/templates/usage/usage_base.html
NEMO/templates/users/create_or_modify_user.html
NEMO/templates/users/preferences.html
NEMO/templates/users/safe_deactivation.html
NEMO/templates/users/users.html
NEMO/templates/users/view_user.html
NEMO/templatetags/__init__.py
NEMO/templatetags/custom_tags_and_filters.py
NEMO/tests/__init__.py
NEMO/tests/test_admin.py
NEMO/tests/test_area_access.py
NEMO/tests/test_closures.py
NEMO/tests/test_consumables.py
NEMO/tests/test_deactivate_access_expired_users.py
NEMO/tests/test_dynamic_form.py
NEMO/tests/test_evaluators.py
NEMO/tests/test_formats.py
NEMO/tests/test_misc.py
NEMO/tests/test_send_email.py
NEMO/tests/test_settings.py
NEMO/tests/test_staff_charges.py
NEMO/tests/test_staff_on_tool.py
NEMO/tests/test_urls.py
NEMO/tests/test_urls_api.py
NEMO/tests/test_users.py
NEMO/tests/test_utilities.py
NEMO/tests/test_api/__init__.py
NEMO/tests/test_api/test_billing.py
NEMO/tests/test_api/test_crud.py
NEMO/tests/test_calendar/__init__.py
NEMO/tests/test_calendar/test_area_reservation.py
NEMO/tests/test_calendar/test_calendar.py
NEMO/tests/test_calendar/test_outage.py
NEMO/tests/test_calendar/test_tool_freed_time.py
NEMO/tests/test_calendar/test_tool_reservation.py
NEMO/tests/test_interlocks/__init__.py
NEMO/tests/test_interlocks/test_modbus_interlock.py
NEMO/tests/test_interlocks/test_stanford_interlock.py
NEMO/tests/test_interlocks/test_web_relay_interlock.py
NEMO/tests/test_requests/__init__.py
NEMO/tests/test_requests/test_adjustment_requests.py
NEMO/tests/test_tools/__init__.py
NEMO/tests/test_tools/test_tool.py
NEMO/tests/test_tools/test_tool_qualification_expiration.py
NEMO/tests/test_tools/test_waitlist.py
NEMO/views/__init__.py
NEMO/views/abuse.py
NEMO/views/access_requests.py
NEMO/views/accounts_and_projects.py
NEMO/views/adjustment_requests.py
NEMO/views/admin_autocomplete.py
NEMO/views/alerts.py
NEMO/views/api.py
NEMO/views/api_billing.py
NEMO/views/api_file_import.py
NEMO/views/area_access.py
NEMO/views/authentication.py
NEMO/views/buddy_requests.py
NEMO/views/calendar.py
NEMO/views/charge_validation.py
NEMO/views/configuration_agenda.py
NEMO/views/constants.py
NEMO/views/consumables.py
NEMO/views/contact_staff.py
NEMO/views/customization.py
NEMO/views/documents.py
NEMO/views/email.py
NEMO/views/event_details.py
NEMO/views/feedback.py
NEMO/views/get_projects.py
NEMO/views/history.py
NEMO/views/jumbotron.py
NEMO/views/knowledge_base.py
NEMO/views/landing.py
NEMO/views/maintenance.py
NEMO/views/mobile.py
NEMO/views/news.py
NEMO/views/notifications.py
NEMO/views/pagination.py
NEMO/views/qualifications.py
NEMO/views/remote_work.py
NEMO/views/resources.py
NEMO/views/safety.py
NEMO/views/sidebar.py
NEMO/views/staff_assistance_requests.py
NEMO/views/status_dashboard.py
NEMO/views/tasks.py
NEMO/views/timed_services.py
NEMO/views/tool_control.py
NEMO/views/tool_credentials.py
NEMO/views/training.py
NEMO/views/tutorials.py
NEMO/views/usage.py
NEMO/views/user_requests.py
NEMO/views/users.py
NEMO/widgets/__init__.py
NEMO/widgets/configuration_editor.py
NEMO/widgets/dynamic_form.py
NEMO/widgets/item_tree.py