Filters

Distributors 3422 total

Name Area Type Count Products Status Price? Framework Status Actions
What Chefs Want - Chattanooga No Status Undefined
What Chefs Want - Cincinnati No Status Undefined
What Chefs Want - Colorado No Status Undefined
What Chefs Want - Columbus No Status Undefined
What Chefs Want - Danville No Status Undefined
What Chefs Want - Indianapolis 6769 Completed Undefined
What Chefs Want - Jacksonville No Status Undefined
What Chefs Want - Lexington No Status Undefined
What Chefs Want - Morton No Status Undefined
What Chefs Want - Nashville No Status Undefined
What Chefs Want - St Louis No Status Undefined
What Chefs Want - Urbana No Status Undefined
wheatleywineandspirits.com No Status City Hive Undefined
Whetstone Distribution No Status Undefined
WHITE CASTLE PURCH CO No Status Undefined
Whitney Foods Local Grocery Closed
Whittingham & Sons Meats Distributor Yes Multiple Shopify Scrapeable
Whole Foods
Whole Foods Market Retail Ignore
Whole Spice, Inc. No Status Undefined
Wiegand Family Distribution Regional
Wilcox Foods Login Undefined Cut&Dry Undefined
WILCOX FROZEN FOODS CA 94124 No Status Undefined
Wild Onion Distributing Local Grocery No
WILKENS FOODSERVICE IL 60484 No Status Undefined
WILKENS PRODUCE IL 60423 No Status Undefined
William George Company, Inc. No Status Undefined
William Gladstone Imports No Status Undefined
William R. Hill & Company No Status Undefined
Williams Foods, Inc. No Status Undefined
Williams Institutional Foods No Status Undefined
Willie Itule Produce, Inc. No Status Undefined
Winbow Web Page Scrape
Winc Wines
Windy City Distributing No Status Undefined
Windy City Distributing, LLC Closed
wine castle No Status City Hive Undefined
Wine Exchange
Wine Forest
Wine Monger
Wine On Broadway, Quincy, IL, Quincy, IL Local Retail Undefined City Hive Research
Wine Rack Media No Status City Hive Undefined
Wine Warehouse - North - Richmond CA
Wine Warehouse - South - Los Angeles
Wine, Liquor & Beer Store | The Liquor Store of Jackson Hole, Jackson, WY Yes Undefined City Hive Research
Wine-O-Rama Multiple Ignore
Wine/spirits | Wine & Spirits Distributors Of Illinois | Chicago Distributor Login Undefined Research
wineandspiritdepot.com No Status City Hive Undefined
wineandwhiskeybarrel.com No Status City Hive Undefined
WineBank Yes Undefined City Hive Research
DJDT

Versions

Package Name Version
Django 4.2
Python 3.10.19
allauth Allauth 0.52.0.final.0
crispy_forms Crispy_Forms 2.0
debug_toolbar Debug Toolbar 4.0.0
rest_framework Django REST framework 3.14.0

Time

Resource usage

Resource Value
User CPU time 3435.777 msec
System CPU time 89.992 msec
Total CPU time 3525.769 msec
Elapsed time 3490.081 msec
Context switches 4265 voluntary, 12 involuntary

Browser timing

Timing attribute Timeline Milliseconds since navigation start (+length)

Settings from django_project.settings

Setting Value
ABSOLUTE_URL_OVERRIDES {}
ACCOUNT_AUTHENTICATION_METHOD 'email'
ACCOUNT_EMAIL_REQUIRED True
ACCOUNT_LOGOUT_REDIRECT_URL 'home'
ACCOUNT_SESSION_REMEMBER True
ACCOUNT_SIGNUP_PASSWORD_ENTER_TWICE '********************'
ACCOUNT_UNIQUE_EMAIL True
ACCOUNT_USERNAME_REQUIRED False
ADMINS []
ALLOWED_HOSTS ['localhost', '0.0.0.0', '127.0.0.1', 'snappersworld.com', 'django.snappersworld.com']
APPEND_SLASH True
AUTHENTICATION_BACKENDS ('django.contrib.auth.backends.ModelBackend', 'allauth.account.auth_backends.AuthenticationBackend')
AUTH_PASSWORD_VALIDATORS '********************'
AUTH_USER_MODEL 'accounts.CustomUser'
BASE_DIR PosixPath('/home/snapper/apps/django/django')
CACHES {'default': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache'}}
CACHE_MIDDLEWARE_ALIAS 'default'
CACHE_MIDDLEWARE_KEY_PREFIX '********************'
CACHE_MIDDLEWARE_SECONDS 600
CRISPY_TEMPLATE_PACK 'bootstrap5'
CSRF_COOKIE_AGE 31449600
CSRF_COOKIE_DOMAIN None
CSRF_COOKIE_HTTPONLY False
CSRF_COOKIE_MASKED False
CSRF_COOKIE_NAME 'csrftoken'
CSRF_COOKIE_PATH '/'
CSRF_COOKIE_SAMESITE 'Lax'
CSRF_COOKIE_SECURE False
CSRF_FAILURE_VIEW 'django.views.csrf.csrf_failure'
CSRF_HEADER_NAME 'HTTP_X_CSRFTOKEN'
CSRF_TRUSTED_ORIGINS []
CSRF_USE_SESSIONS False
DATABASES {'default': {'ATOMIC_REQUESTS': False, 'AUTOCOMMIT': True, 'CONN_HEALTH_CHECKS': False, 'CONN_MAX_AGE': 0, 'ENGINE': 'django.db.backends.mysql', 'HOST': '', 'NAME': '', 'OPTIONS': {'read_default_file': '/home/snapper/apps/django/django/django_project/my.cnf'}, 'PASSWORD': '********************', 'PORT': '', 'TEST': {'CHARSET': None, 'COLLATION': None, 'MIGRATE': True, 'MIRROR': None, 'NAME': None}, 'TIME_ZONE': None, 'USER': ''}}
DATABASE_ROUTERS []
DATA_UPLOAD_MAX_MEMORY_SIZE 2621440
DATA_UPLOAD_MAX_NUMBER_FIELDS 1000
DATA_UPLOAD_MAX_NUMBER_FILES 100
DATETIME_FORMAT 'N j, Y, P'
DATETIME_INPUT_FORMATS ['%Y-%m-%d %H:%M:%S', '%Y-%m-%d %H:%M:%S.%f', '%Y-%m-%d %H:%M', '%m/%d/%Y %H:%M:%S', '%m/%d/%Y %H:%M:%S.%f', '%m/%d/%Y %H:%M', '%m/%d/%y %H:%M:%S', '%m/%d/%y %H:%M:%S.%f', '%m/%d/%y %H:%M']
DATE_FORMAT 'N j, Y'
DATE_INPUT_FORMATS ['%Y-%m-%d', '%m/%d/%Y', '%m/%d/%y', '%b %d %Y', '%b %d, %Y', '%d %b %Y', '%d %b, %Y', '%B %d %Y', '%B %d, %Y', '%d %B %Y', '%d %B, %Y']
DEBUG True
DEBUG_PROPAGATE_EXCEPTIONS False
DECIMAL_SEPARATOR '.'
DEFAULT_AUTO_FIELD 'django.db.models.AutoField'
DEFAULT_CHARSET 'utf-8'
DEFAULT_EXCEPTION_REPORTER 'django.views.debug.ExceptionReporter'
DEFAULT_EXCEPTION_REPORTER_FILTER 'django.views.debug.SafeExceptionReporterFilter'
DEFAULT_FILE_STORAGE 'django.core.files.storage.FileSystemStorage'
DEFAULT_FROM_EMAIL 'webmaster@localhost'
DEFAULT_INDEX_TABLESPACE ''
DEFAULT_TABLESPACE ''
DISALLOWED_USER_AGENTS []
EMAIL_BACKEND 'django.core.mail.backends.console.EmailBackend'
EMAIL_HOST 'localhost'
EMAIL_HOST_PASSWORD '********************'
EMAIL_HOST_USER ''
EMAIL_PORT 25
EMAIL_SSL_CERTFILE None
EMAIL_SSL_KEYFILE '********************'
EMAIL_SUBJECT_PREFIX '[Django] '
EMAIL_TIMEOUT None
EMAIL_USE_LOCALTIME False
EMAIL_USE_SSL False
EMAIL_USE_TLS False
FILE_UPLOAD_DIRECTORY_PERMISSIONS None
FILE_UPLOAD_HANDLERS ['django.core.files.uploadhandler.MemoryFileUploadHandler', 'django.core.files.uploadhandler.TemporaryFileUploadHandler']
FILE_UPLOAD_MAX_MEMORY_SIZE 2621440
FILE_UPLOAD_PERMISSIONS 420
FILE_UPLOAD_TEMP_DIR None
FIRST_DAY_OF_WEEK 0
FIXTURE_DIRS []
FORCE_SCRIPT_NAME None
FORMAT_MODULE_PATH None
FORM_RENDERER 'django.forms.renderers.DjangoTemplates'
IGNORABLE_404_URLS []
INSTALLED_APPS ['django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'whitenoise.runserver_nostatic', 'django.contrib.staticfiles', 'django.contrib.sites', 'allauth', 'allauth.account', 'crispy_forms', 'crispy_bootstrap5', 'debug_toolbar', 'rest_framework', 'rest', 'accounts', 'distributors']
INTERNAL_IPS ['127.0.0.1']
LANGUAGES [('af', 'Afrikaans'), ('ar', 'Arabic'), ('ar-dz', 'Algerian Arabic'), ('ast', 'Asturian'), ('az', 'Azerbaijani'), ('bg', 'Bulgarian'), ('be', 'Belarusian'), ('bn', 'Bengali'), ('br', 'Breton'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('ckb', 'Central Kurdish (Sorani)'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('dsb', 'Lower Sorbian'), ('el', 'Greek'), ('en', 'English'), ('en-au', 'Australian English'), ('en-gb', 'British English'), ('eo', 'Esperanto'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('es-co', 'Colombian Spanish'), ('es-mx', 'Mexican Spanish'), ('es-ni', 'Nicaraguan Spanish'), ('es-ve', 'Venezuelan Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy', 'Frisian'), ('ga', 'Irish'), ('gd', 'Scottish Gaelic'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hsb', 'Upper Sorbian'), ('hu', 'Hungarian'), ('hy', 'Armenian'), ('ia', 'Interlingua'), ('id', 'Indonesian'), ('ig', 'Igbo'), ('io', 'Ido'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('kab', 'Kabyle'), ('kk', 'Kazakh'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('ky', 'Kyrgyz'), ('lb', 'Luxembourgish'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('mr', 'Marathi'), ('ms', 'Malay'), ('my', 'Burmese'), ('nb', 'Norwegian Bokmål'), ('ne', 'Nepali'), ('nl', 'Dutch'), ('nn', 'Norwegian Nynorsk'), ('os', 'Ossetic'), ('pa', 'Punjabi'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('sw', 'Swahili'), ('ta', 'Tamil'), ('te', 'Telugu'), ('tg', 'Tajik'), ('th', 'Thai'), ('tk', 'Turkmen'), ('tr', 'Turkish'), ('tt', 'Tatar'), ('udm', 'Udmurt'), ('uk', 'Ukrainian'), ('ur', 'Urdu'), ('uz', 'Uzbek'), ('vi', 'Vietnamese'), ('zh-hans', 'Simplified Chinese'), ('zh-hant', 'Traditional Chinese')]
LANGUAGES_BIDI ['he', 'ar', 'ar-dz', 'ckb', 'fa', 'ur']
LANGUAGE_CODE 'en-us'
LANGUAGE_COOKIE_AGE None
LANGUAGE_COOKIE_DOMAIN None
LANGUAGE_COOKIE_HTTPONLY False
LANGUAGE_COOKIE_NAME 'django_language'
LANGUAGE_COOKIE_PATH '/'
LANGUAGE_COOKIE_SAMESITE None
LANGUAGE_COOKIE_SECURE False
LOCALE_PATHS []
LOGGING {}
LOGGING_CONFIG 'logging.config.dictConfig'
LOGIN_REDIRECT_URL 'home'
LOGIN_URL '/accounts/login/'
LOGOUT_REDIRECT_URL None
MANAGERS []
MEDIA_ROOT ''
MEDIA_URL '/'
MESSAGE_STORAGE 'django.contrib.messages.storage.fallback.FallbackStorage'
MIDDLEWARE ['django.middleware.security.SecurityMiddleware', 'whitenoise.middleware.WhiteNoiseMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.common.CommonMiddleware', 'debug_toolbar.middleware.DebugToolbarMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware']
MIGRATION_MODULES {}
MONTH_DAY_FORMAT 'F j'
NUMBER_GROUPING 0
PASSWORD_HASHERS '********************'
PASSWORD_RESET_TIMEOUT '********************'
PREPEND_WWW False
REST_FRAMEWORK {'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.PageNumberPagination', 'PAGE_SIZE': 10}
ROOT_URLCONF 'django_project.urls'
SECRET_KEY '********************'
SECRET_KEY_FALLBACKS '********************'
SECURE_CONTENT_TYPE_NOSNIFF True
SECURE_CROSS_ORIGIN_OPENER_POLICY 'same-origin'
SECURE_HSTS_INCLUDE_SUBDOMAINS False
SECURE_HSTS_PRELOAD False
SECURE_HSTS_SECONDS 0
SECURE_PROXY_SSL_HEADER None
SECURE_REDIRECT_EXEMPT []
SECURE_REFERRER_POLICY 'same-origin'
SECURE_SSL_HOST None
SECURE_SSL_REDIRECT False
SERVER_EMAIL 'root@localhost'
SESSION_CACHE_ALIAS 'default'
SESSION_COOKIE_AGE 1209600
SESSION_COOKIE_DOMAIN None
SESSION_COOKIE_HTTPONLY True
SESSION_COOKIE_NAME 'sessionid'
SESSION_COOKIE_PATH '/'
SESSION_COOKIE_SAMESITE 'Lax'
SESSION_COOKIE_SECURE False
SESSION_ENGINE 'django.contrib.sessions.backends.db'
SESSION_EXPIRE_AT_BROWSER_CLOSE False
SESSION_FILE_PATH None
SESSION_SAVE_EVERY_REQUEST False
SESSION_SERIALIZER 'django.contrib.sessions.serializers.JSONSerializer'
SETTINGS_MODULE 'django_project.settings'
SHORT_DATETIME_FORMAT 'm/d/Y P'
SHORT_DATE_FORMAT 'm/d/Y'
SIGNING_BACKEND 'django.core.signing.TimestampSigner'
SILENCED_SYSTEM_CHECKS []
SITE_ID 1
STATICFILES_DIRS [PosixPath('/home/snapper/apps/django/django/static')]
STATICFILES_FINDERS ['django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder']
STATICFILES_STORAGE 'whitenoise.storage.CompressedManifestStaticFilesStorage'
STATIC_ROOT PosixPath('/home/snapper/apps/django/django/staticfiles')
STATIC_URL '/static/'
STORAGES {'default': {'BACKEND': 'django.core.files.storage.FileSystemStorage'}, 'staticfiles': {'BACKEND': 'django.contrib.staticfiles.storage.StaticFilesStorage'}}
TEMPLATES [{'APP_DIRS': True, 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': [PosixPath('/home/snapper/apps/django/django/templates')], 'OPTIONS': {'context_processors': ['django.template.context_processors.debug', 'django.template.context_processors.request', 'django.contrib.auth.context_processors.auth', 'django.contrib.messages.context_processors.messages']}}]
TEST_NON_SERIALIZED_APPS []
TEST_RUNNER 'django.test.runner.DiscoverRunner'
THOUSAND_SEPARATOR ','
TIME_FORMAT 'P'
TIME_INPUT_FORMATS ['%H:%M:%S', '%H:%M:%S.%f', '%H:%M']
TIME_ZONE 'UTC'
USE_DEPRECATED_PYTZ False
USE_I18N True
USE_L10N True
USE_THOUSAND_SEPARATOR False
USE_TZ True
USE_X_FORWARDED_HOST False
USE_X_FORWARDED_PORT False
WSGI_APPLICATION 'django_project.wsgi.application'
X_FRAME_OPTIONS 'DENY'
YEAR_MONTH_FORMAT 'F Y'

Headers

Request headers

Key Value
Accept */*
Accept-Encoding gzip, br, zstd, deflate
Connection upgrade
Cookie => see Request panel
Forwarded-Request-Uri /distributors/?direction=asc&page=67
Host django.snappersworld.com
Https on
User-Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
X-Forwarded-For 216.73.216.49
X-Forwarded-Host django.snappersworld.com
X-Forwarded-Proto https
X-Forwarded-Server django.snappersworld.com
X-Forwarded-Ssl on

Response headers

Key Value
Content-Type text/html; charset=utf-8
Vary Cookie
X-Frame-Options DENY

WSGI environ

Since the WSGI environ inherits the environment of the server, only a significant subset is shown below.

Key Value
PATH_INFO /distributors/
QUERY_STRING direction=asc&page=67
REMOTE_ADDR 127.0.0.1
REQUEST_METHOD GET
SCRIPT_NAME
SERVER_NAME opal7.opalstack.com
SERVER_PORT 50187
SERVER_PROTOCOL HTTP/1.1

Request

View information

View function Arguments Keyword arguments URL name
distributors.views.distributor_list () {} distributor_list

Cookies

Variable Value
'csrftoken' 'Stb5YGi8090zeMjYtiLgcCSQQ8oWwYA7'

No session data

GET data

Variable Value
'direction' 'asc'
'page' '67'

No POST data

SQL queries from 1 connection

  • default 907.17 ms (262 queries including 255 similar and 102 duplicates )
Query Timeline Time (ms) Action

   SET

SESSION

TRANSACTION

ISOLATION
LEVEL READ COMMITTED
SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED
7.52

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(125)
  records = distributors.count()

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/utils/asyncio.py in inner(26)
  return func(*args, **kwargs)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/utils/asyncio.py in inner(26)
  return func(*args, **kwargs)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/utils/asyncio.py in inner(26)
  return func(*args, **kwargs)

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
SELECT ••• FROM `distributors_distributor`
2 similar queries. Duplicated 2 times.
14.17

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(125)
  records = distributors.count()

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
SELECT ••• FROM `distributors_distributor`
2 similar queries. Duplicated 2 times.
3.12

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(128)
  page_obj = paginator.get_page(page_number)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/core/paginator.py in get_page(63)
  number = self.validate_number(number)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/core/paginator.py in validate_number(53)
  if number > self.num_pages:

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/core/paginator.py in num_pages(99)
  if self.count == 0 and not self.allow_empty_first_page:

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/core/paginator.py in count(93)
  return c()

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`primary_category` = 'Undefined'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Undefined'
16 similar queries.
22.63

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
  primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`primary_category` = 'Broadliner'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Broadliner'
16 similar queries.
5.01

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
  primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`primary_category` = 'Alcohol'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Alcohol'
16 similar queries.
12.69

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
  primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`primary_category` = 'Wine'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Wine'
16 similar queries.
11.02

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
  primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`primary_category` = 'Seafood'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Seafood'
16 similar queries.
13.48

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
  primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`primary_category` = 'Meat'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Meat'
16 similar queries.
6.58

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
  primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`primary_category` = 'Produce'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Produce'
16 similar queries.
2.55

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
  primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`primary_category` = 'Bakery'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Bakery'
16 similar queries.
2.79

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
  primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`primary_category` = 'Dairy'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Dairy'
16 similar queries.
6.65

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
  primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`primary_category` = 'Beverage'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Beverage'
16 similar queries.
11.76

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
  primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`primary_category` = 'Supplies'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Supplies'
16 similar queries.
11.86

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
  primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`primary_category` = 'Linens'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Linens'
16 similar queries.
6.64

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
  primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`primary_category` = 'Office Supplies'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Office Supplies'
16 similar queries.
11.73

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
  primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`primary_category` = 'Services'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Services'
16 similar queries.
11.76

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
  primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`primary_category` = 'Ethnic'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Ethnic'
16 similar queries.
12.04

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
  primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`primary_category` = 'Specialty'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Specialty'
16 similar queries.
12.58

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
  primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`type` = 'Undefined'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Undefined'
10 similar queries.
13.35

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(146)
  distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`type` = 'Distributor'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Distributor'
10 similar queries.
12.32

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(146)
  distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`type` = 'Restaurant'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Restaurant'
10 similar queries.
12.42

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(146)
  distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`type` = 'Brewery/Distillery'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Brewery/Distillery'
10 similar queries.
12.42

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(146)
  distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`type` = 'Manufacturer'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Manufacturer'
10 similar queries.
11.97

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(146)
  distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`type` = 'Online'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Online'
10 similar queries.
12.30

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(146)
  distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`type` = 'Retail'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Retail'
10 similar queries.
12.59

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(146)
  distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`type` = 'Services'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Services'
10 similar queries.
14.14

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(146)
  distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`type` = 'Grocery'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Grocery'
10 similar queries.
14.15

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(146)
  distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`type` = 'Ignore'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Ignore'
10 similar queries.
14.19

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(146)
  distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`status` = 'Undefined'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Undefined'
10 similar queries.
14.47

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
  statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`status` = 'Research'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Research'
10 similar queries.
14.18

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
  statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`status` = 'Scrapeable'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Scrapeable'
10 similar queries.
6.94

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
  statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`status` = 'Scraped'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Scraped'
10 similar queries.
11.75

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
  statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`status` = 'Processed'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Processed'
10 similar queries.
13.26

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
  statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`status` = 'Uploaded'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Uploaded'
10 similar queries.
12.47

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
  statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`status` = 'Tested'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Tested'
10 similar queries.
12.21

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
  statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`status` = 'On Hold'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'On Hold'
10 similar queries.
11.81

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
  statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`status` = 'Ignore'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Ignore'
10 similar queries.
11.97

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
  statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`status` = 'No Info'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'No Info'
10 similar queries.
11.94

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
  statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`area` = 'Undefined'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'Undefined'
4 similar queries.
18.82

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(148)
  areas = get_filter_options('area', Distributor.DISTRIBUTOR_AREA_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`area` = 'National'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'National'
4 similar queries.
12.07

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(148)
  areas = get_filter_options('area', Distributor.DISTRIBUTOR_AREA_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`area` = 'Regional'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'Regional'
4 similar queries.
13.30

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(148)
  areas = get_filter_options('area', Distributor.DISTRIBUTOR_AREA_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`area` = 'Local'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'Local'
4 similar queries.
16.70

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(148)
  areas = get_filter_options('area', Distributor.DISTRIBUTOR_AREA_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`price_available` = 'Unknown'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'Unknown'
4 similar queries.
14.27

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(149)
  price_availabilities = get_filter_options('price_available', Distributor.DISTRIBUTOR_PRICE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`price_available` = 'Yes'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'Yes'
4 similar queries.
11.84

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(149)
  price_availabilities = get_filter_options('price_available', Distributor.DISTRIBUTOR_PRICE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`price_available` = 'No'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'No'
4 similar queries.
12.16

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(149)
  price_availabilities = get_filter_options('price_available', Distributor.DISTRIBUTOR_PRICE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`price_available` = 'Login'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'Login'
4 similar queries.
13.09

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(149)
  price_availabilities = get_filter_options('price_available', Distributor.DISTRIBUTOR_PRICE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`pack_size_available` = 'Unknown'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'Unknown'
4 similar queries.
12.30

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(150)
  pack_size_availabilities = get_filter_options('pack_size_available', Distributor.DISTRIBUTOR_PACK_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`pack_size_available` = 'Yes'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'Yes'
4 similar queries.
12.75

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(150)
  pack_size_availabilities = get_filter_options('pack_size_available', Distributor.DISTRIBUTOR_PACK_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`pack_size_available` = 'No'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'No'
4 similar queries.
15.70

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(150)
  pack_size_availabilities = get_filter_options('pack_size_available', Distributor.DISTRIBUTOR_PACK_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`pack_size_available` = 'In Name'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'In Name'
4 similar queries.
11.36

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(150)
  pack_size_availabilities = get_filter_options('pack_size_available', Distributor.DISTRIBUTOR_PACK_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`image_available` = 1
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`image_available` = 1
2 similar queries.
3.18

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(154)
  ('true', 'Yes', distributors.filter(image_available=True).count()),

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`image_available` = 0
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`image_available` = 0
2 similar queries.
2.98

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(155)
  ('false', 'No', distributors.filter(image_available=False).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`sku_available` = 1
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`sku_available` = 1
2 similar queries.
3.01

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(158)
  ('true', 'Yes', distributors.filter(sku_available=True).count()),

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`sku_available` = 0
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`sku_available` = 0
2 similar queries.
1.59

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(159)
  ('false', 'No', distributors.filter(sku_available=False).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`gtin_available` = 1
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`gtin_available` = 1
2 similar queries.
1.55

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(162)
  ('true', 'Yes', distributors.filter(gtin_available=True).count()),

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`gtin_available` = 0
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`gtin_available` = 0
2 similar queries.
1.70

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(163)
  ('false', 'No', distributors.filter(gtin_available=False).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`login_required` = 1
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`login_required` = 1
2 similar queries.
1.40

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(166)
  ('true', 'Yes', distributors.filter(login_required=True).count()),

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`login_required` = 0
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`login_required` = 0
2 similar queries.
1.96

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(167)
  ('false', 'No', distributors.filter(login_required=False).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`favorite` = 1
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`favorite` = 1
2 similar queries.
1.92

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(170)
  ('true', 'Yes', distributors.filter(favorite=True).count()),

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`favorite` = 0
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`favorite` = 0
2 similar queries.
1.56

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(171)
  ('false', 'No', distributors.filter(favorite=False).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro` = 1
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro` = 1
2 similar queries.
1.51

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(174)
  ('true', 'Yes', distributors.filter(unipro=True).count()),

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro` = 0
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro` = 0
2 similar queries.
1.46

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(175)
  ('false', 'No', distributors.filter(unipro=False).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'True'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'True'
43 similar queries.
1.47

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(178)
  ('true', 'Yes', distributors.filter(unipro_market=True).count()),

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'False'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'False'
43 similar queries.
1.43

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(179)
  ('false', 'No', distributors.filter(unipro_market=False).count())

SELECT DISTINCT `distributors_distributor`.`framework`
  FROM
`distributors_distributor`
 ORDER BY
`distributors_distributor`.`framework` ASC
SELECT ••• FROM `distributors_distributor` ORDER BY `distributors_distributor`.`framework` ASC
2.47

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'BEES'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'BEES'
36 similar queries.
1.44

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'BIGCOMMERCE'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'BIGCOMMERCE'
36 similar queries.
1.36

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Choco'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Choco'
36 similar queries.
1.36

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'City Hive'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'City Hive'
36 similar queries.
1.40

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Cut&Dry'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Cut&Dry'
36 similar queries.
1.36

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Doordash'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Doordash'
36 similar queries.
1.40

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'dsdlink'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'dsdlink'
36 similar queries.
1.42

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Ecwid'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Ecwid'
36 similar queries.
1.43

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'entree.Net'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'entree.Net'
36 similar queries.
1.48

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Fresh Software Solutions'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Fresh Software Solutions'
36 similar queries.
1.38

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Insite'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Insite'
36 similar queries.
1.59

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'localexpress.io'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'localexpress.io'
36 similar queries.
1.57

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Magento'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Magento'
36 similar queries.
1.41

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Mirakl'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Mirakl'
36 similar queries.
1.56

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Miva'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Miva'
36 similar queries.
1.43

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'NitroSell'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'NitroSell'
36 similar queries.
1.43

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'PDF'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'PDF'
36 similar queries.
1.42

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Pepper'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Pepper'
36 similar queries.
1.91

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Prestashop'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Prestashop'
36 similar queries.
2.12

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Provi'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Provi'
36 similar queries.
1.90

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Revel Systems'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Revel Systems'
36 similar queries.
1.96

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Salesforce Commerce Cloud'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Salesforce Commerce Cloud'
36 similar queries.
1.93

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'SAP Commerce Cloud'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'SAP Commerce Cloud'
36 similar queries.
1.58

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'SevenFifty'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'SevenFifty'
36 similar queries.
1.45

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Shopify'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Shopify'
36 similar queries.
1.59

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'SipMarket'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'SipMarket'
36 similar queries.
1.44

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Squarespace'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Squarespace'
36 similar queries.
1.40

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Storefronts.sites'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Storefronts.sites'
36 similar queries.
1.36

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Toast'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Toast'
36 similar queries.
1.35

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Unknown'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Unknown'
36 similar queries.
1.32

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'VIP'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'VIP'
36 similar queries.
1.38

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Webflow Ecommerce'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Webflow Ecommerce'
36 similar queries.
1.45

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Weebly'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Weebly'
36 similar queries.
1.46

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Wix'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Wix'
36 similar queries.
1.41

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'WooCommerce'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'WooCommerce'
36 similar queries.
1.43

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Wordpress'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Wordpress'
36 similar queries.
1.36

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT DISTINCT `distributors_distributor`.`unipro_market`
  FROM
`distributors_distributor`
 ORDER BY
`distributors_distributor`.`unipro_market` ASC
SELECT ••• FROM `distributors_distributor` ORDER BY `distributors_distributor`.`unipro_market` ASC
2.61

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Atlanta, GA'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Atlanta, GA'
43 similar queries.
1.39

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Austin, TX'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Austin, TX'
43 similar queries.
1.37

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Baltimore, MD'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Baltimore, MD'
43 similar queries.
3.46

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Boston, MA'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Boston, MA'
43 similar queries.
1.42

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Charlotte, NC'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Charlotte, NC'
43 similar queries.
1.48

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Chicago, IL'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Chicago, IL'
43 similar queries.
1.70

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Cleveland, OH'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Cleveland, OH'
43 similar queries.
1.72

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Columbus, OH'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Columbus, OH'
43 similar queries.
1.71

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Dallas-Fort Worth, TX'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Dallas-Fort Worth, TX'
43 similar queries.
1.40

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Denver, CO'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Denver, CO'
43 similar queries.
1.40

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Detroit, MI'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Detroit, MI'
43 similar queries.
1.37

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Hartford, CT'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Hartford, CT'
43 similar queries.
1.88

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Houston, TX'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Houston, TX'
43 similar queries.
2.55

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Jacksonville, FL'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Jacksonville, FL'
43 similar queries.
2.02

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Kansas City, MO'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Kansas City, MO'
43 similar queries.
1.85

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Las Vegas, NV'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Las Vegas, NV'
43 similar queries.
3.79

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Louisville, KY'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Louisville, KY'
43 similar queries.
3.63

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'McAllen, TX'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'McAllen, TX'
43 similar queries.
2.51

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Memphis, TN'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Memphis, TN'
43 similar queries.
2.49

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Milwaukee, WI'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Milwaukee, WI'
43 similar queries.
1.87

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Minneapolis, MN'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Minneapolis, MN'
43 similar queries.
3.84

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Nashville, TN'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Nashville, TN'
43 similar queries.
3.25

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'New Orleans, LA'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'New Orleans, LA'
43 similar queries.
2.77

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'New York City, NY'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'New York City, NY'
43 similar queries.
2.93

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Oklahoma City, OK'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Oklahoma City, OK'
43 similar queries.
1.76

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Orlando, FL'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Orlando, FL'
43 similar queries.
1.60

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Philadelphia, PA'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Philadelphia, PA'
43 similar queries.
1.60

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Pittsburgh, PA'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Pittsburgh, PA'
43 similar queries.
1.43

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Portland, OR'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Portland, OR'
43 similar queries.
1.45

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Providence, RI'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Providence, RI'
43 similar queries.
1.44

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Raleigh, NC'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Raleigh, NC'
43 similar queries.
1.41

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Richmond'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Richmond'
43 similar queries.
1.39

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Richmond, VA'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Richmond, VA'
43 similar queries.
1.42

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Riverside-San Bernardino, CA'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Riverside-San Bernardino, CA'
43 similar queries.
1.44

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Sacramento, CA'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Sacramento, CA'
43 similar queries.
1.37

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Salt Lake City, UT'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Salt Lake City, UT'
43 similar queries.
1.38

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'San Francisco, CA'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'San Francisco, CA'
43 similar queries.
4.07

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'San Jose, CA'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'San Jose, CA'
43 similar queries.
9.03

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Seattle, WA'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Seattle, WA'
43 similar queries.
1.51

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'St. Louis, MO'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'St. Louis, MO'
43 similar queries.
1.95

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Tucson, AZ'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Tucson, AZ'
43 similar queries.
2.34

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT DISTINCT `distributors_distributor`.`method`
  FROM
`distributors_distributor`
 ORDER BY
`distributors_distributor`.`method` ASC
SELECT ••• FROM `distributors_distributor` ORDER BY `distributors_distributor`.`method` ASC
2.72

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(190)
  methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`method` = 'Instant Data Scrapper'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Instant Data Scrapper'
8 similar queries.
1.60

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(190)
  methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(190)
  methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`method` = 'Instant Data Scrapper Extension'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Instant Data Scrapper Extension'
8 similar queries.
3.57

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(190)
  methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(190)
  methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`method` = 'PDF'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'PDF'
8 similar queries.
3.70

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(190)
  methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(190)
  methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`method` = 'Puppeeter code'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Puppeeter code'
8 similar queries.
3.55

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(190)
  methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(190)
  methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`method` = 'Puppeteer Script'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Puppeteer Script'
8 similar queries.
2.64

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(190)
  methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(190)
  methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`method` = 'Rest Api'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Rest Api'
8 similar queries.
2.05

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(190)
  methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(190)
  methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`method` = 'Rest API Script'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Rest API Script'
8 similar queries.
1.95

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(190)
  methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(190)
  methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`method` = 'Web Scrapper Extension'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Web Scrapper Extension'
8 similar queries.
1.85

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(190)
  methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(190)
  methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]

SELECT DISTINCT `distributors_distributor`.`source`
  FROM
`distributors_distributor`
 ORDER BY
`distributors_distributor`.`source` ASC
SELECT ••• FROM `distributors_distributor` ORDER BY `distributors_distributor`.`source` ASC
3.12

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(193)
  sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`source` = 'Legacy'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Legacy'
6 similar queries.
1.59

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(193)
  sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(193)
  sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`source` = 'Manual'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Manual'
6 similar queries.
1.59

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(193)
  sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(193)
  sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`source` = 'PFG Site'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'PFG Site'
6 similar queries.
1.42

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(193)
  sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(193)
  sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`source` = 'Scrape'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Scrape'
6 similar queries.
1.41

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(193)
  sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(193)
  sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`source` = 'Unipro'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Unipro'
6 similar queries.
1.39

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(193)
  sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(193)
  sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`source` = 'Upload'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Upload'
6 similar queries.
24.71

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(193)
  sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(193)
  sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]

SELECT `distributors_market`.`id`,
       `distributors_market`.`name`,
       `distributors_market`.`city`,
       `distributors_market`.`state`,
       `distributors_market`.`zipcode`
  FROM
`distributors_market`
 ORDER BY
`distributors_market`.`name` ASC
SELECT ••• FROM `distributors_market` ORDER BY `distributors_market`.`name` ASC
0.81

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(208)
  return template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(177)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(742)
  new_obj = func(obj, *arg_vals)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaultfilters.py in length(609)
  return len(value)

293 <h2 class="accordion-header" id="headingPrice">
294 <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapsePrice" aria-expanded="false" aria-controls="collapsePrice">
295 Market
296 <span class="badge bg-primary rounded-pill ms-2">{{ markets|length }}</span>
297 </button>
298 </h2>
299 <div id="collapsePrice" class="accordion-collapse collapse" aria-labelledby="headingPrice" data-bs-parent="#filtersAccordion">
300 <div class="accordion-body p-2">

/home/snapper/apps/django/django/templates/distributors/includes/filters.html

SELECT `distributors_distributor`.`id`,
       `distributors_distributor`.`parent_id`,
       `distributors_distributor`.`name`,
       `distributors_distributor`.`city`,
       `distributors_distributor`.`state`,
       `distributors_distributor`.`address`,
       `distributors_distributor`.`phone_number`,
       `distributors_distributor`.`email`,
       `distributors_distributor`.`website_url`,
       `distributors_distributor`.`logo_url`,
       `distributors_distributor`.`area`,
       `distributors_distributor`.`type`,
       `distributors_distributor`.`primary_category`,
       `distributors_distributor`.`markets`,
       `distributors_distributor`.`products_available`,
       `distributors_distributor`.`skus_with_leading_zeros`,
       `distributors_distributor`.`sku_available`,
       `distributors_distributor`.`pack_size_available`,
       `distributors_distributor`.`image_available`,
       `distributors_distributor`.`gtin_available`,
       `distributors_distributor`.`price_available`,
       `distributors_distributor`.`login_required`,
       `distributors_distributor`.`sample_product_url`,
       `distributors_distributor`.`framework`,
       `distributors_distributor`.`taxonomy`,
       `distributors_distributor`.`status`,
       `distributors_distributor`.`additional_notes`,
       `distributors_distributor`.`method`,
       `distributors_distributor`.`suggested_url`,
       `distributors_distributor`.`suggested_address`,
       `distributors_distributor`.`suggested_categories`,
       `distributors_distributor`.`suggested_market`,
       `distributors_distributor`.`meta_category`,
       `distributors_distributor`.`favorite`,
       `distributors_distributor`.`unipro`,
       `distributors_distributor`.`unipro_market`,
       `distributors_distributor`.`unipro_type`,
       `distributors_distributor`.`source`,
       `distributors_distributor`.`zip`
  FROM
`distributors_distributor`
 ORDER BY
`distributors_distributor`.`name` ASC
 LIMIT
50
OFFSET
3300
SELECT ••• FROM `distributors_distributor` ORDER BY `distributors_distributor`.`name` ASC LIMIT 50 OFFSET 3300
14.33

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(194)
  len_values = len(values)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/core/paginator.py in __len__(174)
  return len(self.object_list)

173 </tr>
174 </thead>
175 <tbody>
176 {% for distributor in page_obj %}
177 <tr>
178 <td><a href="{% url 'distributor_detail' distributor.id %}">{{ distributor.name }}</a></td>
179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1645
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1645
100 similar queries. Duplicated 2 times.
1.11

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1645
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1645
100 similar queries. Duplicated 2 times.
0.52

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1884
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1884
100 similar queries. Duplicated 2 times.
0.46

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1884
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1884
100 similar queries. Duplicated 2 times.
0.50

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1835
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1835
100 similar queries. Duplicated 2 times.
0.54

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1835
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1835
100 similar queries. Duplicated 2 times.
0.43

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1905
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1905
100 similar queries. Duplicated 2 times.
0.50

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1905
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1905
100 similar queries. Duplicated 2 times.
0.61

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1615
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1615
100 similar queries. Duplicated 2 times.
0.46

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1615
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1615
100 similar queries. Duplicated 2 times.
0.47

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1882
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1882
100 similar queries. Duplicated 2 times.
0.82

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1882
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1882
100 similar queries. Duplicated 2 times.
0.48

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1878
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1878
100 similar queries. Duplicated 2 times.
0.50

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1878
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1878
100 similar queries. Duplicated 2 times.
0.43

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1888
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1888
100 similar queries. Duplicated 2 times.
0.52

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1888
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1888
100 similar queries. Duplicated 2 times.
0.95

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1614
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1614
100 similar queries. Duplicated 2 times.
0.31

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1614
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1614
100 similar queries. Duplicated 2 times.
0.37

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1737
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1737
100 similar queries. Duplicated 2 times.
0.56

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1737
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1737
100 similar queries. Duplicated 2 times.
0.54

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1855
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1855
100 similar queries. Duplicated 2 times.
0.35

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1855
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1855
100 similar queries. Duplicated 2 times.
0.34

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1616
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1616
100 similar queries. Duplicated 2 times.
0.43

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1616
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1616
100 similar queries. Duplicated 2 times.
0.45

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3342
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3342
100 similar queries. Duplicated 2 times.
0.40

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3342
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3342
100 similar queries. Duplicated 2 times.
0.61

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1605
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1605
100 similar queries. Duplicated 2 times.
0.56

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1605
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1605
100 similar queries. Duplicated 2 times.
0.34

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3110
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3110
100 similar queries. Duplicated 2 times.
0.37

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3110
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3110
100 similar queries. Duplicated 2 times.
0.33

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1133
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1133
100 similar queries. Duplicated 2 times.
0.41

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1133
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1133
100 similar queries. Duplicated 2 times.
0.57

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 350
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 350
100 similar queries. Duplicated 2 times.
0.74

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 350
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 350
100 similar queries. Duplicated 2 times.
0.48

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 757
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 757
100 similar queries. Duplicated 2 times.
0.61

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 757
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 757
100 similar queries. Duplicated 2 times.
0.53

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1134
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1134
100 similar queries. Duplicated 2 times.
0.42

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1134
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1134
100 similar queries. Duplicated 2 times.
0.38

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3111
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3111
100 similar queries. Duplicated 2 times.
0.35

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3111
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3111
100 similar queries. Duplicated 2 times.
0.37

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 378
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 378
100 similar queries. Duplicated 2 times.
0.55

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 378
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 378
100 similar queries. Duplicated 2 times.
0.34

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1297
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1297
100 similar queries. Duplicated 2 times.
0.39

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1297
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1297
100 similar queries. Duplicated 2 times.
0.77

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3112
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3112
100 similar queries. Duplicated 2 times.
0.59

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3112
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3112
100 similar queries. Duplicated 2 times.
0.31

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1135
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1135
100 similar queries. Duplicated 2 times.
0.39

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1135
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1135
100 similar queries. Duplicated 2 times.
0.38

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3113
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3113
100 similar queries. Duplicated 2 times.
0.41

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3113
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3113
100 similar queries. Duplicated 2 times.
0.45

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3114
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3114
100 similar queries. Duplicated 2 times.
0.61

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3114
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3114
100 similar queries. Duplicated 2 times.
0.33

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1568
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1568
100 similar queries. Duplicated 2 times.
0.34

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1568
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1568
100 similar queries. Duplicated 2 times.
0.36

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3115
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3115
100 similar queries. Duplicated 2 times.
0.35

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3115
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3115
100 similar queries. Duplicated 2 times.
0.35

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1701
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1701
100 similar queries. Duplicated 2 times.
0.36

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1701
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1701
100 similar queries. Duplicated 2 times.
0.46

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1762
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1762
100 similar queries. Duplicated 2 times.
0.53

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1762
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1762
100 similar queries. Duplicated 2 times.
0.54

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1934
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1934
100 similar queries. Duplicated 2 times.
0.51

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1934
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1934
100 similar queries. Duplicated 2 times.
0.48

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3116
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3116
100 similar queries. Duplicated 2 times.
0.38

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3116
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3116
100 similar queries. Duplicated 2 times.
0.74

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1237
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1237
100 similar queries. Duplicated 2 times.
1.21

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1237
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1237
100 similar queries. Duplicated 2 times.
0.64

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 758
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 758
100 similar queries. Duplicated 2 times.
1.53

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 758
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 758
100 similar queries. Duplicated 2 times.
0.80

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3117
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3117
100 similar queries. Duplicated 2 times.
0.69

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3117
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3117
100 similar queries. Duplicated 2 times.
0.26

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1136
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1136
100 similar queries. Duplicated 2 times.
1.08

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1136
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1136
100 similar queries. Duplicated 2 times.
0.69

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3403
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3403
100 similar queries. Duplicated 2 times.
0.50

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3403
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3403
100 similar queries. Duplicated 2 times.
0.78

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 759
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 759
100 similar queries. Duplicated 2 times.
0.79

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 759
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 759
100 similar queries. Duplicated 2 times.
0.67

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 351
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 351
100 similar queries. Duplicated 2 times.
0.86

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 351
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 351
100 similar queries. Duplicated 2 times.
0.62

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 760
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 760
100 similar queries. Duplicated 2 times.
1.05

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 760
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 760
100 similar queries. Duplicated 2 times.
0.70

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3542
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3542
100 similar queries. Duplicated 2 times.
0.78

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3542
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3542
100 similar queries. Duplicated 2 times.
0.71

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3306
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3306
100 similar queries. Duplicated 2 times.
0.40

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3306
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3306
100 similar queries. Duplicated 2 times.
0.48

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 761
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 761
100 similar queries. Duplicated 2 times.
0.58

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 761
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 761
100 similar queries. Duplicated 2 times.
0.42

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 762
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 762
100 similar queries. Duplicated 2 times.
0.80

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 762
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 762
100 similar queries. Duplicated 2 times.
0.44

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3236
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3236
100 similar queries. Duplicated 2 times.
0.64

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3236
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3236
100 similar queries. Duplicated 2 times.
0.43

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 352
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 352
100 similar queries. Duplicated 2 times.
0.62

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 352
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 352
100 similar queries. Duplicated 2 times.
0.44

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3508
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3508
100 similar queries. Duplicated 2 times.
0.46

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3508
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3508
100 similar queries. Duplicated 2 times.
0.61

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3421
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3421
100 similar queries. Duplicated 2 times.
0.28

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3421
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3421
100 similar queries. Duplicated 2 times.
0.50

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3349
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3349
100 similar queries. Duplicated 2 times.
0.63

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3349
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3349
100 similar queries. Duplicated 2 times.
0.28

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3222
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3222
100 similar queries. Duplicated 2 times.
0.65

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3222
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3222
100 similar queries. Duplicated 2 times.
0.89

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

Static files (171 found, 0 used)

Static file path

  1. /home/snapper/apps/django/django/static

Static file apps

  1. django.contrib.admin
  2. debug_toolbar
  3. rest_framework

Static files

debug_toolbar/css/print.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/toolbar.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/timer.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/css/print.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/toolbar.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/timer.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/css/print.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/toolbar.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/timer.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/css/print.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/toolbar.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/timer.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/css/print.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/toolbar.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/timer.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/css/print.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/toolbar.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/timer.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/css/print.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/toolbar.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/timer.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/css/print.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/toolbar.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/timer.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/css/print.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/toolbar.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/timer.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/css/print.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/toolbar.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/timer.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/css/print.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/toolbar.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/timer.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/css/print.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/toolbar.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/timer.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/css/print.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/toolbar.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/timer.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/css/print.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/toolbar.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/timer.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/css/print.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/toolbar.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/timer.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/css/print.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/toolbar.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/timer.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/css/print.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/toolbar.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/timer.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/css/print.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/toolbar.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/timer.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/css/print.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/toolbar.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/timer.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/css/print.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/toolbar.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/timer.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/css/print.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/toolbar.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/timer.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/css/print.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/toolbar.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/timer.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/css/print.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/toolbar.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/timer.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/css/print.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/toolbar.js
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js

django.contrib.staticfiles.finders.FileSystemFinder (4 files)

Path Location
images/favicon.ico /home/snapper/apps/django/django/static/images/favicon.ico
images/logo.png /home/snapper/apps/django/django/static/images/logo.png
css/base.css /home/snapper/apps/django/django/static/css/base.css
js/base.js /home/snapper/apps/django/django/static/js/base.js

django.contrib.staticfiles.finders.AppDirectoriesFinder (167 files)

Path Location
admin/css/autocomplete.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/autocomplete.css
admin/css/base.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/base.css
admin/css/changelists.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/changelists.css
admin/css/dark_mode.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/dark_mode.css
admin/css/dashboard.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/dashboard.css
admin/css/forms.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/forms.css
admin/css/login.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/login.css
admin/css/nav_sidebar.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/nav_sidebar.css
admin/css/responsive.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/responsive.css
admin/css/responsive_rtl.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/responsive_rtl.css
admin/css/rtl.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/rtl.css
admin/css/widgets.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/widgets.css
admin/css/vendor/select2/LICENSE-SELECT2.md /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md
admin/css/vendor/select2/select2.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.css
admin/css/vendor/select2/select2.min.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.min.css
admin/img/LICENSE /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/LICENSE
admin/img/README.txt /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/README.txt
admin/img/calendar-icons.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg
admin/img/icon-addlink.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg
admin/img/icon-alert.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg
admin/img/icon-calendar.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg
admin/img/icon-changelink.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg
admin/img/icon-clock.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg
admin/img/icon-deletelink.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg
admin/img/icon-no.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-no.svg
admin/img/icon-unknown-alt.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg
admin/img/icon-unknown.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg
admin/img/icon-viewlink.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-viewlink.svg
admin/img/icon-yes.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg
admin/img/inline-delete.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg
admin/img/search.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/search.svg
admin/img/selector-icons.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg
admin/img/sorting-icons.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg
admin/img/tooltag-add.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg
admin/img/tooltag-arrowright.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg
admin/img/gis/move_vertex_off.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg
admin/img/gis/move_vertex_on.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg
admin/js/SelectBox.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/SelectBox.js
admin/js/SelectFilter2.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js
admin/js/actions.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/actions.js
admin/js/autocomplete.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/autocomplete.js
admin/js/calendar.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/calendar.js
admin/js/cancel.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/cancel.js
admin/js/change_form.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/change_form.js
admin/js/collapse.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/collapse.js
admin/js/core.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/core.js
admin/js/filters.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/filters.js
admin/js/inlines.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/inlines.js
admin/js/jquery.init.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/jquery.init.js
admin/js/nav_sidebar.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/nav_sidebar.js
admin/js/popup_response.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/popup_response.js
admin/js/prepopulate.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/prepopulate.js
admin/js/prepopulate_init.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js
admin/js/theme.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/theme.js
admin/js/urlify.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/urlify.js
admin/js/admin/DateTimeShortcuts.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js
admin/js/admin/RelatedObjectLookups.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js
admin/js/vendor/jquery/LICENSE.txt /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt
admin/js/vendor/jquery/jquery.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js
admin/js/vendor/jquery/jquery.min.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js
admin/js/vendor/select2/LICENSE.md /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md
admin/js/vendor/select2/select2.full.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.js
admin/js/vendor/select2/select2.full.min.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.min.js
admin/js/vendor/select2/i18n/af.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/af.js
admin/js/vendor/select2/i18n/ar.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js
admin/js/vendor/select2/i18n/az.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/az.js
admin/js/vendor/select2/i18n/bg.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bg.js
admin/js/vendor/select2/i18n/bn.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bn.js
admin/js/vendor/select2/i18n/bs.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bs.js
admin/js/vendor/select2/i18n/ca.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ca.js
admin/js/vendor/select2/i18n/cs.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/cs.js
admin/js/vendor/select2/i18n/da.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/da.js
admin/js/vendor/select2/i18n/de.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/de.js
admin/js/vendor/select2/i18n/dsb.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/dsb.js
admin/js/vendor/select2/i18n/el.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/el.js
admin/js/vendor/select2/i18n/en.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/en.js
admin/js/vendor/select2/i18n/es.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/es.js
admin/js/vendor/select2/i18n/et.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/et.js
admin/js/vendor/select2/i18n/eu.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/eu.js
admin/js/vendor/select2/i18n/fa.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fa.js
admin/js/vendor/select2/i18n/fi.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fi.js
admin/js/vendor/select2/i18n/fr.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fr.js
admin/js/vendor/select2/i18n/gl.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/gl.js
admin/js/vendor/select2/i18n/he.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/he.js
admin/js/vendor/select2/i18n/hi.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hi.js
admin/js/vendor/select2/i18n/hr.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hr.js
admin/js/vendor/select2/i18n/hsb.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hsb.js
admin/js/vendor/select2/i18n/hu.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hu.js
admin/js/vendor/select2/i18n/hy.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hy.js
admin/js/vendor/select2/i18n/id.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/id.js
admin/js/vendor/select2/i18n/is.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/is.js
admin/js/vendor/select2/i18n/it.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/it.js
admin/js/vendor/select2/i18n/ja.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ja.js
admin/js/vendor/select2/i18n/ka.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ka.js
admin/js/vendor/select2/i18n/km.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/km.js
admin/js/vendor/select2/i18n/ko.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ko.js
admin/js/vendor/select2/i18n/lt.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lt.js
admin/js/vendor/select2/i18n/lv.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lv.js
admin/js/vendor/select2/i18n/mk.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/mk.js
admin/js/vendor/select2/i18n/ms.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ms.js
admin/js/vendor/select2/i18n/nb.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nb.js
admin/js/vendor/select2/i18n/ne.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ne.js
admin/js/vendor/select2/i18n/nl.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nl.js
admin/js/vendor/select2/i18n/pl.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pl.js
admin/js/vendor/select2/i18n/ps.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ps.js
admin/js/vendor/select2/i18n/pt-BR.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js
admin/js/vendor/select2/i18n/pt.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt.js
admin/js/vendor/select2/i18n/ro.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ro.js
admin/js/vendor/select2/i18n/ru.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ru.js
admin/js/vendor/select2/i18n/sk.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sk.js
admin/js/vendor/select2/i18n/sl.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sl.js
admin/js/vendor/select2/i18n/sq.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sq.js
admin/js/vendor/select2/i18n/sr-Cyrl.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr-Cyrl.js
admin/js/vendor/select2/i18n/sr.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr.js
admin/js/vendor/select2/i18n/sv.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sv.js
admin/js/vendor/select2/i18n/th.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/th.js
admin/js/vendor/select2/i18n/tk.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tk.js
admin/js/vendor/select2/i18n/tr.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tr.js
admin/js/vendor/select2/i18n/uk.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/uk.js
admin/js/vendor/select2/i18n/vi.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/vi.js
admin/js/vendor/select2/i18n/zh-CN.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-CN.js
admin/js/vendor/select2/i18n/zh-TW.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-TW.js
admin/js/vendor/xregexp/LICENSE.txt /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt
admin/js/vendor/xregexp/xregexp.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js
admin/js/vendor/xregexp/xregexp.min.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js
debug_toolbar/css/print.css /home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css /home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/history.js /home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/history.js
debug_toolbar/js/redirect.js /home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/redirect.js
debug_toolbar/js/timer.js /home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/js/toolbar.js /home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/utils.js /home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/utils.js
rest_framework/css/bootstrap-theme.min.css /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/css/bootstrap-theme.min.css
rest_framework/css/bootstrap-theme.min.css.map /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/css/bootstrap-theme.min.css.map
rest_framework/css/bootstrap-tweaks.css /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/css/bootstrap-tweaks.css
rest_framework/css/bootstrap.min.css /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/css/bootstrap.min.css
rest_framework/css/bootstrap.min.css.map /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/css/bootstrap.min.css.map
rest_framework/css/default.css /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/css/default.css
rest_framework/css/font-awesome-4.0.3.css /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/css/font-awesome-4.0.3.css
rest_framework/css/prettify.css /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/css/prettify.css
rest_framework/docs/css/base.css /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/docs/css/base.css
rest_framework/docs/css/highlight.css /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/docs/css/highlight.css
rest_framework/docs/css/jquery.json-view.min.css /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/docs/css/jquery.json-view.min.css
rest_framework/docs/img/favicon.ico /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/docs/img/favicon.ico
rest_framework/docs/img/grid.png /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/docs/img/grid.png
rest_framework/docs/js/api.js /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/docs/js/api.js
rest_framework/docs/js/highlight.pack.js /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/docs/js/highlight.pack.js
rest_framework/docs/js/jquery.json-view.min.js /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/docs/js/jquery.json-view.min.js
rest_framework/fonts/fontawesome-webfont.eot /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.eot
rest_framework/fonts/fontawesome-webfont.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.svg
rest_framework/fonts/fontawesome-webfont.ttf /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.ttf
rest_framework/fonts/fontawesome-webfont.woff /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.woff
rest_framework/fonts/glyphicons-halflings-regular.eot /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.eot
rest_framework/fonts/glyphicons-halflings-regular.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.svg
rest_framework/fonts/glyphicons-halflings-regular.ttf /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.ttf
rest_framework/fonts/glyphicons-halflings-regular.woff /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.woff
rest_framework/fonts/glyphicons-halflings-regular.woff2 /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.woff2
rest_framework/img/glyphicons-halflings-white.png /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/img/glyphicons-halflings-white.png
rest_framework/img/glyphicons-halflings.png /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/img/glyphicons-halflings.png
rest_framework/img/grid.png /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/img/grid.png
rest_framework/js/ajax-form.js /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/js/ajax-form.js
rest_framework/js/bootstrap.min.js /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/js/bootstrap.min.js
rest_framework/js/coreapi-0.1.1.js /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/js/coreapi-0.1.1.js
rest_framework/js/csrf.js /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/js/csrf.js
rest_framework/js/default.js /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/js/default.js
rest_framework/js/jquery-3.5.1.min.js /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/js/jquery-3.5.1.min.js
rest_framework/js/prettify-min.js /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/js/prettify-min.js

Templates (526 rendered)

Template path

  1. /home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates

Templates

django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280e020>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280e020>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280d8a0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280d8a0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280cf40>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280cf40>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280db40>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280db40>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280f0a0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280f0a0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8df0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8df0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c9300>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c9300>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb310>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb310>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c9030>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c9030>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c9ab0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c9ab0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c80d0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c80d0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8fa0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8fa0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca350>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca350>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8d00>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8d00>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb5b0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb5b0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb6d0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb6d0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca140>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca140>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cbb20>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cbb20>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca2f0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca2f0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb130>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb130>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cbf40>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cbf40>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c9600>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c9600>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca3e0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca3e0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8910>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8910>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c9b10>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c9b10>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c9930>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c9930>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca380>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca380>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb580>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb580>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb2e0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb2e0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c84c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c84c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8940>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8940>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25caf50>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25caf50>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c87c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c87c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca170>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca170>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca560>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca560>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25caa10>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25caa10>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca440>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca440>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb820>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb820>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8700>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8700>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c94b0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c94b0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb220>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb220>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca5f0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca5f0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c90c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c90c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c99f0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c99f0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8580>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8580>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca5c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca5c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca7a0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca7a0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c92d0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c92d0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cbe50>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cbe50>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8370>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8370>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c94e0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c94e0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8a30>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8a30>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8220>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8220>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb250>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb250>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280ed40>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280ed40>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2594d90>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2594d90>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2597c70>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2597c70>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25946a0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25946a0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2596320>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2596320>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2594f40>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2594f40>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595d20>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595d20>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2596ef0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2596ef0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595150>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595150>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2597d60>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2597d60>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595510>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595510>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25969e0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25969e0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595750>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595750>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2594100>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2594100>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25976a0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25976a0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2594c70>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2594c70>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2596680>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2596680>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25964a0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25964a0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2597b20>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2597b20>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25963e0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25963e0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595540>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595540>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2597910>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2597910>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595e70>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595e70>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595cc0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595cc0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2596740>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2596740>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2597e80>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2597e80>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2597010>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2597010>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809480>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809480>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280aad0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280aad0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a9b0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a9b0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a4a0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a4a0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28093c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28093c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a740>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a740>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809150>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809150>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b970>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b970>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28098d0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28098d0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808a00>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808a00>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a3e0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a3e0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280aa10>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280aa10>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808ee0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808ee0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28085e0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28085e0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809210>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809210>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a320>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a320>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809420>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809420>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809030>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809030>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280acb0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280acb0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809a80>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809a80>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bd60>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bd60>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b250>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b250>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bb20>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bb20>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a710>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a710>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b430>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b430>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bc70>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bc70>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a980>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a980>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28094b0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28094b0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b790>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b790>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809ab0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809ab0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b7c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b7c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809600>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809600>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809f90>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809f90>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b4f0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b4f0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809b40>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809b40>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b730>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b730>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809300>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809300>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b0d0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b0d0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809b70>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809b70>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b070>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b070>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809ba0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809ba0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a200>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a200>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a1a0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a1a0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28088e0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28088e0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b340>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b340>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808700>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808700>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280add0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280add0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bd30>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bd30>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809fc0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809fc0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bd90>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bd90>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809c60>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809c60>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809900>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809900>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809960>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809960>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28086d0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28086d0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280aa70>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280aa70>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a110>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a110>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808b80>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808b80>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28097b0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28097b0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280ba60>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280ba60>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bac0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bac0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280ab30>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280ab30>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809330>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809330>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a860>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a860>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809180>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809180>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809120>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809120>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a050>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a050>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808670>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808670>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b910>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b910>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a410>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a410>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808730>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808730>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808400>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808400>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808a90>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808a90>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bbb0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bbb0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808fa0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808fa0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808c40>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808c40>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b8e0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b8e0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809d20>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809d20>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808550>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808550>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808a30>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808a30>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28084c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28084c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a140>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a140>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28083d0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28083d0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a800>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a800>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808bb0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808bb0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809a20>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809a20>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222df30>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222df30>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222cdc0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222cdc0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222da20>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222da20>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222c580>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222c580>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222d3c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222d3c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222ca00>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222ca00>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222de70>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222de70>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222d2a0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222d2a0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222e2f0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222e2f0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222e590>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222e590>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222e560>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222e560>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bace0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bace0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b88e0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b88e0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b9c90>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b9c90>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26ba320>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26ba320>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bbfa0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bbfa0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b94b0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b94b0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bb940>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bb940>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bbf70>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bbf70>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26ba650>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26ba650>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b8eb0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b8eb0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b9b10>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b9b10>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bb7f0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bb7f0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bac50>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bac50>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bad40>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bad40>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b8880>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b8880>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b9330>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b9330>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a26cb0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a26cb0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a26ce0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a26ce0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a27af0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a27af0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a26620>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a26620>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a27e50>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a27e50>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a27430>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a27430>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a27790>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a27790>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a27100>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a27100>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a24e80>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a24e80>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a24040>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a24040>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2b73760>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2b73760>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2dab970>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2dab970>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f0400>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f0400>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f3cd0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f3cd0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f3e80>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f3e80>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f10c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f10c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f1f30>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f1f30>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f1e10>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f1e10>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f0430>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f0430>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2d2eb60>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2d2eb60>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2d2f5b0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2d2f5b0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2dabaf0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2dabaf0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e319f0a0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e319f0a0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2267220>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2267220>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2267880>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2267880>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2267580>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2267580>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2c06b30>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2c06b30>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae62c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae62c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae76d0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae76d0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae75e0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae75e0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae6200>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae6200>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae6dd0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae6dd0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7400>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7400>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae6e30>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae6e30>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae6c50>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae6c50>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae78b0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae78b0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7b50>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7b50>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7940>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7940>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae4100>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae4100>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7790>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7790>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7250>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7250>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7340>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7340>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae6d70>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae6d70>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae75b0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae75b0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae6d10>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae6d10>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7850>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7850>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae71c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae71c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7190>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7190>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a308e0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a308e0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a30550>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a30550>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a301f0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a301f0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2259720>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2259720>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2258730>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2258730>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e225a350>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e225a350>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2258a90>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2258a90>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e225a3e0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e225a3e0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2259ba0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2259ba0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2258700>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2258700>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2259510>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2259510>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e22585e0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e22585e0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2258a60>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2258a60>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e22581c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e22581c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2259e40>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2259e40>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2258880>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2258880>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e22595d0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e22595d0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2259600>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2259600>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2259270>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2259270>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e225a170>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e225a170>]}
distributors/distributor_list.html
/home/snapper/apps/django/django/templates/distributors/distributor_list.html
Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'csrf_token': <SimpleLazyObject: 'YVsjvqRDcYEBKqNFfVrMfSxBmj8uapLoGetejWZB2Xu0O2Wty32Shkfh2hmgwdbl'>, 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/distributors/?direction=asc&page=67'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7fe7e281c5e0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x7fe7e28831c0>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7fe7e281c5e0>>} {'active_filters': {}, 'areas': [('Undefined', 'Undefined', 2902), ('National', 'National', 118), ('Regional', 'Regional', 70), ('Local', 'Local', 171)], 'direction': 'asc', 'distributor_types': [('Undefined', 'Undefined', 2251), ('Distributor', 'Distributor', 347), ('Restaurant', 'Restaurant', 32), ('Brewery/Distillery', 'Brewery', 8), ('Manufacturer', 'Manufacturer', 46), ('Online', 'Online', 58), ('Retail', 'Retail', 31), ('Services', 'Services', 33), ('Grocery', 'Grocery', 7), ('Ignore', 'Ignore', 1)], 'distributors': <Page 67 of 69>, 'favorite_options': [('true', 'Yes', 25), ('false', 'No', 3397)], 'favorite_toggle': False, 'frameworks': [('BEES', 'BEES', 2), ('BIGCOMMERCE', 'BIGCOMMERCE', 7), ('Choco', 'Choco', 1), ('City Hive', 'City Hive', 193), ('Cut&Dry', 'Cut&Dry', 111), ('Doordash', 'Doordash', 1), ('dsdlink', 'dsdlink', 2), ('Ecwid', 'Ecwid', 1), ('entree.Net', 'entree.Net', 3), ('Fresh Software Solutions', 'Fresh Software Solutions', 1), ('Insite', 'Insite', 1), ('localexpress.io', 'localexpress.io', 1), ('Magento', 'Magento', 7), ('Mirakl', 'Mirakl', 1), ('Miva', 'Miva', 1), ('NitroSell', 'NitroSell', 1), ('PDF', 'PDF', 11), ('Pepper', 'Pepper', 28), ('Prestashop', 'Prestashop', 1), ('Provi', 'Provi', 1), ('Revel Systems', 'Revel Systems', 1), ('Salesforce Commerce Cloud', 'Salesforce Commerce Cloud', 1), ('SAP Commerce Cloud', 'SAP Commerce Cloud', 1), ('SevenFifty', 'SevenFifty', 2), ('Shopify', 'Shopify', 62), ('SipMarket', 'SipMarket', 3), ('Squarespace', 'Squarespace', 6), ('Storefronts.sites', 'Storefronts.sites', 4), ('Toast', 'Toast', 2), ('Unknown', 'Unknown', 13), ('VIP', 'VIP', 4), ('Webflow Ecommerce', 'Webflow Ecommerce', 2), ('Weebly', 'Weebly', 1), ('Wix', 'Wix', 5), ('WooCommerce', 'WooCommerce', 25), ('Wordpress', 'Wordpress', 3)], 'gtin_availabilities': [('true', 'Yes', 25), ('false', 'No', 0)], 'image_availabilities': [('true', 'Yes', 83), ('false', 'No', 126)], 'login_required_options': [('true', 'Yes', 1), ('false', 'No', 3015)], 'markets': '<<queryset of distributors.Market>>', 'methods': [('Instant Data Scrapper', 'Instant Data Scrapper', 2), ('Instant Data Scrapper Extension', 'Instant Data Scrapper Extension', 1), ('PDF', 'PDF', 2), ('Puppeeter code', 'Puppeeter code', 1), ('Puppeteer Script', 'Puppeteer Script', 32), ('Rest Api', 'Rest Api', 2), ('Rest API Script', 'Rest API Script', 4), ('Web Scrapper Extension', 'Web Scrapper Extension', 69)], 'pack_size_availabilities': [('Unknown', 'Unknown', 1064), ('Yes', 'Yes', 63), ('No', 'No', 16), ('In Name', 'In Name', 6)], 'page_obj': <Page 67 of 69>, 'price_availabilities': [('Unknown', 'Unknown', 3192), ('Yes', 'Yes', 131), ('No', 'No', 68), ('Login', 'Login', 31)], 'primary_categories': [('Undefined', 'Undefined', 2251), ('Broadliner', 'Broadliner', 61), ('Alcohol', 'Alcohol', 123), ('Wine', 'Wine', 50), ('Seafood', 'Seafood', 33), ('Meat', 'Meat', 45), ('Produce', 'Produce', 49), ('Bakery', 'Bakery', 33), ('Dairy', 'Dairy', 8), ('Beverage', 'Beverage', 25), ('Supplies', 'Supplies', 31), ('Linens', 'Linens', 4), ('Office Supplies', 'Office', 1), ('Services', 'Services', 21), ('Ethnic', 'Ethnic', 19), ('Specialty', 'Specialty', 70)], 'records': 3422, 'search': '', 'selected_area': 'all', 'selected_favorite': 'all', 'selected_favorite_toggle': False, 'selected_framework': 'all', 'selected_gtin_available': 'all', 'selected_image_available': 'all', 'selected_login_required': 'all', 'selected_market': None, 'selected_method': 'all', 'selected_new_market': 'all', 'selected_pack_size_available': 'all', 'selected_price_available': 'all', 'selected_primary_category': 'all', 'selected_sku_available': 'all', 'selected_source': 'all', 'selected_status': 'all', 'selected_type': 'all', 'selected_unipro': 'all', 'selected_unipro_market': 'all', 'selected_unipro_toggle': False, 'sku_availabilities': [('true', 'Yes', 44), ('false', 'No', 499)], 'sort': 'name', 'sources': [('Legacy', 'Legacy', 1471), ('Manual', 'Manual', 245), ('PFG Site', 'PFG Site', 66), ('Scrape', 'Scrape', 808), ('Unipro', 'Unipro', 568), ('Upload', 'Upload', 210)], 'statuses': [('Undefined', 'Undefined', 2130), ('Research', 'Research', 134), ('Scrapeable', 'Scrapeable', 78), ('Scraped', 'Scraped', 89), ('Processed', 'Processed', 0), ('Uploaded', 'Uploaded', 1), ('Tested', 'Tested', 0), ('On Hold', 'On Hold', 2), ('Ignore', 'Ignore', 105), ('No Info', 'No Info', 8)], 'unipro_market_options': [('true', 'Yes', 0), ('false', 'No', 0)], 'unipro_markets': [('Atlanta, GA', 'Atlanta, GA', 24), ('Austin, TX', 'Austin, TX', 15), ('Baltimore, MD', 'Baltimore, MD', 30), ('Boston, MA', 'Boston, MA', 1), ('Charlotte, NC', 'Charlotte, NC', 2), ('Chicago, IL', 'Chicago, IL', 46), ('Cleveland, OH', 'Cleveland, OH', 4), ('Columbus, OH', 'Columbus, OH', 15), ('Dallas-Fort Worth, TX', 'Dallas-Fort Worth, TX', 17), ('Denver, CO', 'Denver, CO', 6), ('Detroit, MI', 'Detroit, MI', 1), ('Hartford, CT', 'Hartford, CT', 110), ('Houston, TX', 'Houston, TX', 8), ('Jacksonville, FL', 'Jacksonville, FL', 13), ('Kansas City, MO', 'Kansas City, MO', 10), ('Las Vegas, NV', 'Las Vegas, NV', 11), ('Louisville, KY', 'Louisville, KY', 23), ('McAllen, TX', 'McAllen, TX', 1), ('Memphis, TN', 'Memphis, TN', 9), ('Milwaukee, WI', 'Milwaukee, WI', 1), ('Minneapolis, MN', 'Minneapolis, MN', 2), ('Nashville, TN', 'Nashville, TN', 11), ('New Orleans, LA', 'New Orleans, LA', 11), ('New York City, NY', 'New York City, NY', 1), ('Oklahoma City, OK', 'Oklahoma City, OK', 3), ('Orlando, FL', 'Orlando, FL', 14), ('Philadelphia, PA', 'Philadelphia, PA', 1), ('Pittsburgh, PA', 'Pittsburgh, PA', 20), ('Portland, OR', 'Portland, OR', 22), ('Providence, RI', 'Providence, RI', 1), ('Raleigh, NC', 'Raleigh, NC', 12), ('Richmond', 'Richmond', 1), ('Richmond, VA', 'Richmond, VA', 31), ('Riverside-San Bernardino, CA', 'Riverside-San Bernardino, CA', 48), ('Sacramento, CA', 'Sacramento, CA', 4), ('Salt Lake City, UT', 'Salt Lake City, UT', 5), ('San Francisco, CA', 'San Francisco, CA', 38), ('San Jose, CA', 'San Jose, CA', 5), ('Seattle, WA', 'Seattle, WA', 6), ('St. Louis, MO', 'St. Louis, MO', 11), ('Tucson, AZ', 'Tucson, AZ', 10)], 'unipro_options': [('true', 'Yes', 605), ('false', 'No', 1278)], 'unipro_toggle': False}
distributors/base.html
/home/snapper/apps/django/django/templates/distributors/base.html
Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'csrf_token': <SimpleLazyObject: 'YVsjvqRDcYEBKqNFfVrMfSxBmj8uapLoGetejWZB2Xu0O2Wty32Shkfh2hmgwdbl'>, 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/distributors/?direction=asc&page=67'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7fe7e281c5e0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x7fe7e28831c0>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7fe7e281c5e0>>} {'active_filters': {}, 'areas': [('Undefined', 'Undefined', 2902), ('National', 'National', 118), ('Regional', 'Regional', 70), ('Local', 'Local', 171)], 'direction': 'asc', 'distributor_types': [('Undefined', 'Undefined', 2251), ('Distributor', 'Distributor', 347), ('Restaurant', 'Restaurant', 32), ('Brewery/Distillery', 'Brewery', 8), ('Manufacturer', 'Manufacturer', 46), ('Online', 'Online', 58), ('Retail', 'Retail', 31), ('Services', 'Services', 33), ('Grocery', 'Grocery', 7), ('Ignore', 'Ignore', 1)], 'distributors': <Page 67 of 69>, 'favorite_options': [('true', 'Yes', 25), ('false', 'No', 3397)], 'favorite_toggle': False, 'frameworks': [('BEES', 'BEES', 2), ('BIGCOMMERCE', 'BIGCOMMERCE', 7), ('Choco', 'Choco', 1), ('City Hive', 'City Hive', 193), ('Cut&Dry', 'Cut&Dry', 111), ('Doordash', 'Doordash', 1), ('dsdlink', 'dsdlink', 2), ('Ecwid', 'Ecwid', 1), ('entree.Net', 'entree.Net', 3), ('Fresh Software Solutions', 'Fresh Software Solutions', 1), ('Insite', 'Insite', 1), ('localexpress.io', 'localexpress.io', 1), ('Magento', 'Magento', 7), ('Mirakl', 'Mirakl', 1), ('Miva', 'Miva', 1), ('NitroSell', 'NitroSell', 1), ('PDF', 'PDF', 11), ('Pepper', 'Pepper', 28), ('Prestashop', 'Prestashop', 1), ('Provi', 'Provi', 1), ('Revel Systems', 'Revel Systems', 1), ('Salesforce Commerce Cloud', 'Salesforce Commerce Cloud', 1), ('SAP Commerce Cloud', 'SAP Commerce Cloud', 1), ('SevenFifty', 'SevenFifty', 2), ('Shopify', 'Shopify', 62), ('SipMarket', 'SipMarket', 3), ('Squarespace', 'Squarespace', 6), ('Storefronts.sites', 'Storefronts.sites', 4), ('Toast', 'Toast', 2), ('Unknown', 'Unknown', 13), ('VIP', 'VIP', 4), ('Webflow Ecommerce', 'Webflow Ecommerce', 2), ('Weebly', 'Weebly', 1), ('Wix', 'Wix', 5), ('WooCommerce', 'WooCommerce', 25), ('Wordpress', 'Wordpress', 3)], 'gtin_availabilities': [('true', 'Yes', 25), ('false', 'No', 0)], 'image_availabilities': [('true', 'Yes', 83), ('false', 'No', 126)], 'login_required_options': [('true', 'Yes', 1), ('false', 'No', 3015)], 'markets': '<<queryset of distributors.Market>>', 'methods': [('Instant Data Scrapper', 'Instant Data Scrapper', 2), ('Instant Data Scrapper Extension', 'Instant Data Scrapper Extension', 1), ('PDF', 'PDF', 2), ('Puppeeter code', 'Puppeeter code', 1), ('Puppeteer Script', 'Puppeteer Script', 32), ('Rest Api', 'Rest Api', 2), ('Rest API Script', 'Rest API Script', 4), ('Web Scrapper Extension', 'Web Scrapper Extension', 69)], 'pack_size_availabilities': [('Unknown', 'Unknown', 1064), ('Yes', 'Yes', 63), ('No', 'No', 16), ('In Name', 'In Name', 6)], 'page_obj': <Page 67 of 69>, 'price_availabilities': [('Unknown', 'Unknown', 3192), ('Yes', 'Yes', 131), ('No', 'No', 68), ('Login', 'Login', 31)], 'primary_categories': [('Undefined', 'Undefined', 2251), ('Broadliner', 'Broadliner', 61), ('Alcohol', 'Alcohol', 123), ('Wine', 'Wine', 50), ('Seafood', 'Seafood', 33), ('Meat', 'Meat', 45), ('Produce', 'Produce', 49), ('Bakery', 'Bakery', 33), ('Dairy', 'Dairy', 8), ('Beverage', 'Beverage', 25), ('Supplies', 'Supplies', 31), ('Linens', 'Linens', 4), ('Office Supplies', 'Office', 1), ('Services', 'Services', 21), ('Ethnic', 'Ethnic', 19), ('Specialty', 'Specialty', 70)], 'records': 3422, 'search': '', 'selected_area': 'all', 'selected_favorite': 'all', 'selected_favorite_toggle': False, 'selected_framework': 'all', 'selected_gtin_available': 'all', 'selected_image_available': 'all', 'selected_login_required': 'all', 'selected_market': None, 'selected_method': 'all', 'selected_new_market': 'all', 'selected_pack_size_available': 'all', 'selected_price_available': 'all', 'selected_primary_category': 'all', 'selected_sku_available': 'all', 'selected_source': 'all', 'selected_status': 'all', 'selected_type': 'all', 'selected_unipro': 'all', 'selected_unipro_market': 'all', 'selected_unipro_toggle': False, 'sku_availabilities': [('true', 'Yes', 44), ('false', 'No', 499)], 'sort': 'name', 'sources': [('Legacy', 'Legacy', 1471), ('Manual', 'Manual', 245), ('PFG Site', 'PFG Site', 66), ('Scrape', 'Scrape', 808), ('Unipro', 'Unipro', 568), ('Upload', 'Upload', 210)], 'statuses': [('Undefined', 'Undefined', 2130), ('Research', 'Research', 134), ('Scrapeable', 'Scrapeable', 78), ('Scraped', 'Scraped', 89), ('Processed', 'Processed', 0), ('Uploaded', 'Uploaded', 1), ('Tested', 'Tested', 0), ('On Hold', 'On Hold', 2), ('Ignore', 'Ignore', 105), ('No Info', 'No Info', 8)], 'unipro_market_options': [('true', 'Yes', 0), ('false', 'No', 0)], 'unipro_markets': [('Atlanta, GA', 'Atlanta, GA', 24), ('Austin, TX', 'Austin, TX', 15), ('Baltimore, MD', 'Baltimore, MD', 30), ('Boston, MA', 'Boston, MA', 1), ('Charlotte, NC', 'Charlotte, NC', 2), ('Chicago, IL', 'Chicago, IL', 46), ('Cleveland, OH', 'Cleveland, OH', 4), ('Columbus, OH', 'Columbus, OH', 15), ('Dallas-Fort Worth, TX', 'Dallas-Fort Worth, TX', 17), ('Denver, CO', 'Denver, CO', 6), ('Detroit, MI', 'Detroit, MI', 1), ('Hartford, CT', 'Hartford, CT', 110), ('Houston, TX', 'Houston, TX', 8), ('Jacksonville, FL', 'Jacksonville, FL', 13), ('Kansas City, MO', 'Kansas City, MO', 10), ('Las Vegas, NV', 'Las Vegas, NV', 11), ('Louisville, KY', 'Louisville, KY', 23), ('McAllen, TX', 'McAllen, TX', 1), ('Memphis, TN', 'Memphis, TN', 9), ('Milwaukee, WI', 'Milwaukee, WI', 1), ('Minneapolis, MN', 'Minneapolis, MN', 2), ('Nashville, TN', 'Nashville, TN', 11), ('New Orleans, LA', 'New Orleans, LA', 11), ('New York City, NY', 'New York City, NY', 1), ('Oklahoma City, OK', 'Oklahoma City, OK', 3), ('Orlando, FL', 'Orlando, FL', 14), ('Philadelphia, PA', 'Philadelphia, PA', 1), ('Pittsburgh, PA', 'Pittsburgh, PA', 20), ('Portland, OR', 'Portland, OR', 22), ('Providence, RI', 'Providence, RI', 1), ('Raleigh, NC', 'Raleigh, NC', 12), ('Richmond', 'Richmond', 1), ('Richmond, VA', 'Richmond, VA', 31), ('Riverside-San Bernardino, CA', 'Riverside-San Bernardino, CA', 48), ('Sacramento, CA', 'Sacramento, CA', 4), ('Salt Lake City, UT', 'Salt Lake City, UT', 5), ('San Francisco, CA', 'San Francisco, CA', 38), ('San Jose, CA', 'San Jose, CA', 5), ('Seattle, WA', 'Seattle, WA', 6), ('St. Louis, MO', 'St. Louis, MO', 11), ('Tucson, AZ', 'Tucson, AZ', 10)], 'unipro_options': [('true', 'Yes', 605), ('false', 'No', 1278)], 'unipro_toggle': False}
distributors/includes/filters.html
/home/snapper/apps/django/django/templates/distributors/includes/filters.html
Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'csrf_token': <SimpleLazyObject: 'YVsjvqRDcYEBKqNFfVrMfSxBmj8uapLoGetejWZB2Xu0O2Wty32Shkfh2hmgwdbl'>, 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/distributors/?direction=asc&page=67'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7fe7e281c5e0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x7fe7e28831c0>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7fe7e281c5e0>>} {'active_filters': {}, 'areas': [('Undefined', 'Undefined', 2902), ('National', 'National', 118), ('Regional', 'Regional', 70), ('Local', 'Local', 171)], 'direction': 'asc', 'distributor_types': [('Undefined', 'Undefined', 2251), ('Distributor', 'Distributor', 347), ('Restaurant', 'Restaurant', 32), ('Brewery/Distillery', 'Brewery', 8), ('Manufacturer', 'Manufacturer', 46), ('Online', 'Online', 58), ('Retail', 'Retail', 31), ('Services', 'Services', 33), ('Grocery', 'Grocery', 7), ('Ignore', 'Ignore', 1)], 'distributors': <Page 67 of 69>, 'favorite_options': [('true', 'Yes', 25), ('false', 'No', 3397)], 'favorite_toggle': False, 'frameworks': [('BEES', 'BEES', 2), ('BIGCOMMERCE', 'BIGCOMMERCE', 7), ('Choco', 'Choco', 1), ('City Hive', 'City Hive', 193), ('Cut&Dry', 'Cut&Dry', 111), ('Doordash', 'Doordash', 1), ('dsdlink', 'dsdlink', 2), ('Ecwid', 'Ecwid', 1), ('entree.Net', 'entree.Net', 3), ('Fresh Software Solutions', 'Fresh Software Solutions', 1), ('Insite', 'Insite', 1), ('localexpress.io', 'localexpress.io', 1), ('Magento', 'Magento', 7), ('Mirakl', 'Mirakl', 1), ('Miva', 'Miva', 1), ('NitroSell', 'NitroSell', 1), ('PDF', 'PDF', 11), ('Pepper', 'Pepper', 28), ('Prestashop', 'Prestashop', 1), ('Provi', 'Provi', 1), ('Revel Systems', 'Revel Systems', 1), ('Salesforce Commerce Cloud', 'Salesforce Commerce Cloud', 1), ('SAP Commerce Cloud', 'SAP Commerce Cloud', 1), ('SevenFifty', 'SevenFifty', 2), ('Shopify', 'Shopify', 62), ('SipMarket', 'SipMarket', 3), ('Squarespace', 'Squarespace', 6), ('Storefronts.sites', 'Storefronts.sites', 4), ('Toast', 'Toast', 2), ('Unknown', 'Unknown', 13), ('VIP', 'VIP', 4), ('Webflow Ecommerce', 'Webflow Ecommerce', 2), ('Weebly', 'Weebly', 1), ('Wix', 'Wix', 5), ('WooCommerce', 'WooCommerce', 25), ('Wordpress', 'Wordpress', 3)], 'gtin_availabilities': [('true', 'Yes', 25), ('false', 'No', 0)], 'image_availabilities': [('true', 'Yes', 83), ('false', 'No', 126)], 'login_required_options': [('true', 'Yes', 1), ('false', 'No', 3015)], 'markets': '<<queryset of distributors.Market>>', 'methods': [('Instant Data Scrapper', 'Instant Data Scrapper', 2), ('Instant Data Scrapper Extension', 'Instant Data Scrapper Extension', 1), ('PDF', 'PDF', 2), ('Puppeeter code', 'Puppeeter code', 1), ('Puppeteer Script', 'Puppeteer Script', 32), ('Rest Api', 'Rest Api', 2), ('Rest API Script', 'Rest API Script', 4), ('Web Scrapper Extension', 'Web Scrapper Extension', 69)], 'pack_size_availabilities': [('Unknown', 'Unknown', 1064), ('Yes', 'Yes', 63), ('No', 'No', 16), ('In Name', 'In Name', 6)], 'page_obj': <Page 67 of 69>, 'price_availabilities': [('Unknown', 'Unknown', 3192), ('Yes', 'Yes', 131), ('No', 'No', 68), ('Login', 'Login', 31)], 'primary_categories': [('Undefined', 'Undefined', 2251), ('Broadliner', 'Broadliner', 61), ('Alcohol', 'Alcohol', 123), ('Wine', 'Wine', 50), ('Seafood', 'Seafood', 33), ('Meat', 'Meat', 45), ('Produce', 'Produce', 49), ('Bakery', 'Bakery', 33), ('Dairy', 'Dairy', 8), ('Beverage', 'Beverage', 25), ('Supplies', 'Supplies', 31), ('Linens', 'Linens', 4), ('Office Supplies', 'Office', 1), ('Services', 'Services', 21), ('Ethnic', 'Ethnic', 19), ('Specialty', 'Specialty', 70)], 'records': 3422, 'search': '', 'selected_area': 'all', 'selected_favorite': 'all', 'selected_favorite_toggle': False, 'selected_framework': 'all', 'selected_gtin_available': 'all', 'selected_image_available': 'all', 'selected_login_required': 'all', 'selected_market': None, 'selected_method': 'all', 'selected_new_market': 'all', 'selected_pack_size_available': 'all', 'selected_price_available': 'all', 'selected_primary_category': 'all', 'selected_sku_available': 'all', 'selected_source': 'all', 'selected_status': 'all', 'selected_type': 'all', 'selected_unipro': 'all', 'selected_unipro_market': 'all', 'selected_unipro_toggle': False, 'sku_availabilities': [('true', 'Yes', 44), ('false', 'No', 499)], 'sort': 'name', 'sources': [('Legacy', 'Legacy', 1471), ('Manual', 'Manual', 245), ('PFG Site', 'PFG Site', 66), ('Scrape', 'Scrape', 808), ('Unipro', 'Unipro', 568), ('Upload', 'Upload', 210)], 'statuses': [('Undefined', 'Undefined', 2130), ('Research', 'Research', 134), ('Scrapeable', 'Scrapeable', 78), ('Scraped', 'Scraped', 89), ('Processed', 'Processed', 0), ('Uploaded', 'Uploaded', 1), ('Tested', 'Tested', 0), ('On Hold', 'On Hold', 2), ('Ignore', 'Ignore', 105), ('No Info', 'No Info', 8)], 'unipro_market_options': [('true', 'Yes', 0), ('false', 'No', 0)], 'unipro_markets': [('Atlanta, GA', 'Atlanta, GA', 24), ('Austin, TX', 'Austin, TX', 15), ('Baltimore, MD', 'Baltimore, MD', 30), ('Boston, MA', 'Boston, MA', 1), ('Charlotte, NC', 'Charlotte, NC', 2), ('Chicago, IL', 'Chicago, IL', 46), ('Cleveland, OH', 'Cleveland, OH', 4), ('Columbus, OH', 'Columbus, OH', 15), ('Dallas-Fort Worth, TX', 'Dallas-Fort Worth, TX', 17), ('Denver, CO', 'Denver, CO', 6), ('Detroit, MI', 'Detroit, MI', 1), ('Hartford, CT', 'Hartford, CT', 110), ('Houston, TX', 'Houston, TX', 8), ('Jacksonville, FL', 'Jacksonville, FL', 13), ('Kansas City, MO', 'Kansas City, MO', 10), ('Las Vegas, NV', 'Las Vegas, NV', 11), ('Louisville, KY', 'Louisville, KY', 23), ('McAllen, TX', 'McAllen, TX', 1), ('Memphis, TN', 'Memphis, TN', 9), ('Milwaukee, WI', 'Milwaukee, WI', 1), ('Minneapolis, MN', 'Minneapolis, MN', 2), ('Nashville, TN', 'Nashville, TN', 11), ('New Orleans, LA', 'New Orleans, LA', 11), ('New York City, NY', 'New York City, NY', 1), ('Oklahoma City, OK', 'Oklahoma City, OK', 3), ('Orlando, FL', 'Orlando, FL', 14), ('Philadelphia, PA', 'Philadelphia, PA', 1), ('Pittsburgh, PA', 'Pittsburgh, PA', 20), ('Portland, OR', 'Portland, OR', 22), ('Providence, RI', 'Providence, RI', 1), ('Raleigh, NC', 'Raleigh, NC', 12), ('Richmond', 'Richmond', 1), ('Richmond, VA', 'Richmond, VA', 31), ('Riverside-San Bernardino, CA', 'Riverside-San Bernardino, CA', 48), ('Sacramento, CA', 'Sacramento, CA', 4), ('Salt Lake City, UT', 'Salt Lake City, UT', 5), ('San Francisco, CA', 'San Francisco, CA', 38), ('San Jose, CA', 'San Jose, CA', 5), ('Seattle, WA', 'Seattle, WA', 6), ('St. Louis, MO', 'St. Louis, MO', 11), ('Tucson, AZ', 'Tucson, AZ', 10)], 'unipro_options': [('true', 'Yes', 605), ('false', 'No', 1278)], 'unipro_toggle': False} {'block': <Block Node: content. Contents: [<TextNode: '\n<div class="container-fl'>, <IncludeNode: template=<FilterExpression "'distributors/includes/filters.html'">>, <TextNode: '\n </div>\n '>, <IncludeNode: template=<FilterExpression "'distributors/includes/filters.html'">>, <TextNode: '\n </div>\n '>, <Variable Node: page_obj.paginator.count>, <TextNode: ' total</small></h1>\n '>, <URLNode view_name=''distributor_create'' args=[] kwargs={} as=None>, <TextNode: '" class="btn btn-sm btn-p'>, <django.template.library.SimpleNode object at 0x7fe7e29f17b0>, <TextNode: '" class="btn btn-sm btn-o'>, <IfNode>, <TextNode: '\n\n <!-- Distri'>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n '>, <ForNode: for distributor in page_obj, tail_len: 35>, <TextNode: '\n </tb'>, <IfNode>, <TextNode: '\n </main>\n </di'>]>}
distributors/includes/filters.html
/home/snapper/apps/django/django/templates/distributors/includes/filters.html
Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'csrf_token': <SimpleLazyObject: 'YVsjvqRDcYEBKqNFfVrMfSxBmj8uapLoGetejWZB2Xu0O2Wty32Shkfh2hmgwdbl'>, 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/distributors/?direction=asc&page=67'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7fe7e281c5e0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x7fe7e28831c0>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7fe7e281c5e0>>} {'active_filters': {}, 'areas': [('Undefined', 'Undefined', 2902), ('National', 'National', 118), ('Regional', 'Regional', 70), ('Local', 'Local', 171)], 'direction': 'asc', 'distributor_types': [('Undefined', 'Undefined', 2251), ('Distributor', 'Distributor', 347), ('Restaurant', 'Restaurant', 32), ('Brewery/Distillery', 'Brewery', 8), ('Manufacturer', 'Manufacturer', 46), ('Online', 'Online', 58), ('Retail', 'Retail', 31), ('Services', 'Services', 33), ('Grocery', 'Grocery', 7), ('Ignore', 'Ignore', 1)], 'distributors': <Page 67 of 69>, 'favorite_options': [('true', 'Yes', 25), ('false', 'No', 3397)], 'favorite_toggle': False, 'frameworks': [('BEES', 'BEES', 2), ('BIGCOMMERCE', 'BIGCOMMERCE', 7), ('Choco', 'Choco', 1), ('City Hive', 'City Hive', 193), ('Cut&Dry', 'Cut&Dry', 111), ('Doordash', 'Doordash', 1), ('dsdlink', 'dsdlink', 2), ('Ecwid', 'Ecwid', 1), ('entree.Net', 'entree.Net', 3), ('Fresh Software Solutions', 'Fresh Software Solutions', 1), ('Insite', 'Insite', 1), ('localexpress.io', 'localexpress.io', 1), ('Magento', 'Magento', 7), ('Mirakl', 'Mirakl', 1), ('Miva', 'Miva', 1), ('NitroSell', 'NitroSell', 1), ('PDF', 'PDF', 11), ('Pepper', 'Pepper', 28), ('Prestashop', 'Prestashop', 1), ('Provi', 'Provi', 1), ('Revel Systems', 'Revel Systems', 1), ('Salesforce Commerce Cloud', 'Salesforce Commerce Cloud', 1), ('SAP Commerce Cloud', 'SAP Commerce Cloud', 1), ('SevenFifty', 'SevenFifty', 2), ('Shopify', 'Shopify', 62), ('SipMarket', 'SipMarket', 3), ('Squarespace', 'Squarespace', 6), ('Storefronts.sites', 'Storefronts.sites', 4), ('Toast', 'Toast', 2), ('Unknown', 'Unknown', 13), ('VIP', 'VIP', 4), ('Webflow Ecommerce', 'Webflow Ecommerce', 2), ('Weebly', 'Weebly', 1), ('Wix', 'Wix', 5), ('WooCommerce', 'WooCommerce', 25), ('Wordpress', 'Wordpress', 3)], 'gtin_availabilities': [('true', 'Yes', 25), ('false', 'No', 0)], 'image_availabilities': [('true', 'Yes', 83), ('false', 'No', 126)], 'login_required_options': [('true', 'Yes', 1), ('false', 'No', 3015)], 'markets': '<<queryset of distributors.Market>>', 'methods': [('Instant Data Scrapper', 'Instant Data Scrapper', 2), ('Instant Data Scrapper Extension', 'Instant Data Scrapper Extension', 1), ('PDF', 'PDF', 2), ('Puppeeter code', 'Puppeeter code', 1), ('Puppeteer Script', 'Puppeteer Script', 32), ('Rest Api', 'Rest Api', 2), ('Rest API Script', 'Rest API Script', 4), ('Web Scrapper Extension', 'Web Scrapper Extension', 69)], 'pack_size_availabilities': [('Unknown', 'Unknown', 1064), ('Yes', 'Yes', 63), ('No', 'No', 16), ('In Name', 'In Name', 6)], 'page_obj': <Page 67 of 69>, 'price_availabilities': [('Unknown', 'Unknown', 3192), ('Yes', 'Yes', 131), ('No', 'No', 68), ('Login', 'Login', 31)], 'primary_categories': [('Undefined', 'Undefined', 2251), ('Broadliner', 'Broadliner', 61), ('Alcohol', 'Alcohol', 123), ('Wine', 'Wine', 50), ('Seafood', 'Seafood', 33), ('Meat', 'Meat', 45), ('Produce', 'Produce', 49), ('Bakery', 'Bakery', 33), ('Dairy', 'Dairy', 8), ('Beverage', 'Beverage', 25), ('Supplies', 'Supplies', 31), ('Linens', 'Linens', 4), ('Office Supplies', 'Office', 1), ('Services', 'Services', 21), ('Ethnic', 'Ethnic', 19), ('Specialty', 'Specialty', 70)], 'records': 3422, 'search': '', 'selected_area': 'all', 'selected_favorite': 'all', 'selected_favorite_toggle': False, 'selected_framework': 'all', 'selected_gtin_available': 'all', 'selected_image_available': 'all', 'selected_login_required': 'all', 'selected_market': None, 'selected_method': 'all', 'selected_new_market': 'all', 'selected_pack_size_available': 'all', 'selected_price_available': 'all', 'selected_primary_category': 'all', 'selected_sku_available': 'all', 'selected_source': 'all', 'selected_status': 'all', 'selected_type': 'all', 'selected_unipro': 'all', 'selected_unipro_market': 'all', 'selected_unipro_toggle': False, 'sku_availabilities': [('true', 'Yes', 44), ('false', 'No', 499)], 'sort': 'name', 'sources': [('Legacy', 'Legacy', 1471), ('Manual', 'Manual', 245), ('PFG Site', 'PFG Site', 66), ('Scrape', 'Scrape', 808), ('Unipro', 'Unipro', 568), ('Upload', 'Upload', 210)], 'statuses': [('Undefined', 'Undefined', 2130), ('Research', 'Research', 134), ('Scrapeable', 'Scrapeable', 78), ('Scraped', 'Scraped', 89), ('Processed', 'Processed', 0), ('Uploaded', 'Uploaded', 1), ('Tested', 'Tested', 0), ('On Hold', 'On Hold', 2), ('Ignore', 'Ignore', 105), ('No Info', 'No Info', 8)], 'unipro_market_options': [('true', 'Yes', 0), ('false', 'No', 0)], 'unipro_markets': [('Atlanta, GA', 'Atlanta, GA', 24), ('Austin, TX', 'Austin, TX', 15), ('Baltimore, MD', 'Baltimore, MD', 30), ('Boston, MA', 'Boston, MA', 1), ('Charlotte, NC', 'Charlotte, NC', 2), ('Chicago, IL', 'Chicago, IL', 46), ('Cleveland, OH', 'Cleveland, OH', 4), ('Columbus, OH', 'Columbus, OH', 15), ('Dallas-Fort Worth, TX', 'Dallas-Fort Worth, TX', 17), ('Denver, CO', 'Denver, CO', 6), ('Detroit, MI', 'Detroit, MI', 1), ('Hartford, CT', 'Hartford, CT', 110), ('Houston, TX', 'Houston, TX', 8), ('Jacksonville, FL', 'Jacksonville, FL', 13), ('Kansas City, MO', 'Kansas City, MO', 10), ('Las Vegas, NV', 'Las Vegas, NV', 11), ('Louisville, KY', 'Louisville, KY', 23), ('McAllen, TX', 'McAllen, TX', 1), ('Memphis, TN', 'Memphis, TN', 9), ('Milwaukee, WI', 'Milwaukee, WI', 1), ('Minneapolis, MN', 'Minneapolis, MN', 2), ('Nashville, TN', 'Nashville, TN', 11), ('New Orleans, LA', 'New Orleans, LA', 11), ('New York City, NY', 'New York City, NY', 1), ('Oklahoma City, OK', 'Oklahoma City, OK', 3), ('Orlando, FL', 'Orlando, FL', 14), ('Philadelphia, PA', 'Philadelphia, PA', 1), ('Pittsburgh, PA', 'Pittsburgh, PA', 20), ('Portland, OR', 'Portland, OR', 22), ('Providence, RI', 'Providence, RI', 1), ('Raleigh, NC', 'Raleigh, NC', 12), ('Richmond', 'Richmond', 1), ('Richmond, VA', 'Richmond, VA', 31), ('Riverside-San Bernardino, CA', 'Riverside-San Bernardino, CA', 48), ('Sacramento, CA', 'Sacramento, CA', 4), ('Salt Lake City, UT', 'Salt Lake City, UT', 5), ('San Francisco, CA', 'San Francisco, CA', 38), ('San Jose, CA', 'San Jose, CA', 5), ('Seattle, WA', 'Seattle, WA', 6), ('St. Louis, MO', 'St. Louis, MO', 11), ('Tucson, AZ', 'Tucson, AZ', 10)], 'unipro_options': [('true', 'Yes', 605), ('false', 'No', 1278)], 'unipro_toggle': False} {'block': <Block Node: content. Contents: [<TextNode: '\n<div class="container-fl'>, <IncludeNode: template=<FilterExpression "'distributors/includes/filters.html'">>, <TextNode: '\n </div>\n '>, <IncludeNode: template=<FilterExpression "'distributors/includes/filters.html'">>, <TextNode: '\n </div>\n '>, <Variable Node: page_obj.paginator.count>, <TextNode: ' total</small></h1>\n '>, <URLNode view_name=''distributor_create'' args=[] kwargs={} as=None>, <TextNode: '" class="btn btn-sm btn-p'>, <django.template.library.SimpleNode object at 0x7fe7e29f17b0>, <TextNode: '" class="btn btn-sm btn-o'>, <IfNode>, <TextNode: '\n\n <!-- Distri'>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n '>, <ForNode: for distributor in page_obj, tail_len: 35>, <TextNode: '\n </tb'>, <IfNode>, <TextNode: '\n </main>\n </di'>]>}

Context processors

None

Cache calls from 1 backend

Summary

Total calls Total time Cache hits Cache misses
0 0 ms 0 0

Commands

add get set get_or_set touch delete clear get_many set_many delete_many has_key incr decr incr_version decr_version
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Signals

Signal Receivers
class_prepared
connection_created
got_request_exception
m2m_changed
post_delete
post_init
post_migrate create_permissions, create_contenttypes, create_default_site
post_save
pre_delete clear_site_cache
pre_init
pre_migrate inject_rename_contenttypes_operations
pre_save clear_site_cache
request_finished close_old_connections, close_caches, reset_urlconf
request_started reset_queries, close_old_connections
setting_changed reset_cache, clear_cache_handlers, update_installed_apps, update_connections_time_zone, clear_routers_cache, reset_template_engines, storages_changed, clear_serializers_cache, language_changed, localize_settings_changed, file_storage_changed, complex_setting_changed, root_urlconf_changed, static_storage_changed, static_finders_changed, auth_password_validators_changed, user_model_swapped, update_toolbar_config, reset_hashers, update_level_tags, reload_api_settings, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, CompressedManifestStaticFilesStorage._clear_cached_properties, DebugStaticFilesStorage._clear_cached_properties