Showing 0-0 of 0

    DJDT

    Versions

    Package Name Version
    Django 5.1
    Python 3.10.18
    crispy_bootstrap5 Crispy_Bootstrap5 2025.6
    crispy_forms Crispy_Forms 2.4
    debug_toolbar Debug Toolbar 5.2.0
    django_celery_results Celery Results 2.6.0
    django_cleanup Django Cleanup 9.0.0
    django_extensions Django Extensions 5.1
    django_filters Django_Filters 25.1
    email_log Email log 1.4.0
    import_export Import_Export 4.3.8

    Time

    Resource usage

    Resource Value
    User CPU time 1582.304 msec
    System CPU time 8.649 msec
    Total CPU time 1590.953 msec
    Elapsed time 1623.315 msec
    Context switches 41 voluntary, 58 involuntary

    Browser timing

    Timing attribute Timeline Milliseconds since navigation start (+length)

    Settings from config.settings.local

    Setting Value
    ABSOLUTE_URL_OVERRIDES {}
    ADMINS []
    ALLOWED_HOSTS ['*']
    APPEND_SLASH True
    APPEND_TRAILING_SLASH True
    AUTHENTICATION_BACKENDS ['django.contrib.auth.backends.ModelBackend']
    AUTH_PASSWORD_VALIDATORS '********************'
    AUTH_USER_MODEL 'accounts.User'
    BASE_DIR PosixPath('/app/config')
    CACHES {'default': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache'}}
    CACHE_MIDDLEWARE_ALIAS 'default'
    CACHE_MIDDLEWARE_KEY_PREFIX '********************'
    CACHE_MIDDLEWARE_SECONDS 600
    CELERY_ACCEPT_CONTENT ['application/json']
    CELERY_BROKER_URL 'redis://redis:6379'
    CELERY_RESULT_BACKEND 'django-db'
    CELERY_RESULT_SERIALIZER 'json'
    CELERY_TASK_SERIALIZER 'json'
    CHAT_BASE_URL '/chat/'
    CRISPY_ALLOWED_TEMPLATE_PACKS 'bootstrap5'
    CRISPY_TEMPLATE_PACK 'bootstrap5'
    CSRF_COOKIE_AGE 31449600
    CSRF_COOKIE_DOMAIN None
    CSRF_COOKIE_HTTPONLY 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 ['https://interhrm.com', 'https://www.interhrm.com']
    CSRF_USE_SESSIONS False
    DATABASES {'default': {'ATOMIC_REQUESTS': False, 'AUTOCOMMIT': True, 'CONN_HEALTH_CHECKS': False, 'CONN_MAX_AGE': 0, 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'HOST': 'postgres', 'NAME': 'inter_hm', 'OPTIONS': {}, 'PASSWORD': '********************', 'PORT': 5432, 'TEST': {'CHARSET': None, 'COLLATION': None, 'MIGRATE': True, 'MIRROR': None, 'NAME': None}, 'TIME_ZONE': None, 'USER': 'debug'}}
    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
    DEBUG_TOOLBAR_CONFIG {'DISABLE_PANELS': ['debug_toolbar.panels.redirects.RedirectsPanel'], 'SHOW_TEMPLATE_CONTEXT': True}
    DECIMAL_SEPARATOR '.'
    DEFAULT_AUTO_FIELD 'django.db.models.BigAutoField'
    DEFAULT_CHARSET 'utf-8'
    DEFAULT_EXCEPTION_REPORTER 'django.views.debug.ExceptionReporter'
    DEFAULT_EXCEPTION_REPORTER_FILTER 'django.views.debug.SafeExceptionReporterFilter'
    DEFAULT_FROM_EMAIL 'xyz@gmail.com'
    DEFAULT_INDEX_TABLESPACE ''
    DEFAULT_TABLESPACE ''
    DISALLOWED_USER_AGENTS []
    EMAIL_BACKEND 'django.core.mail.backends.smtp.EmailBackend'
    EMAIL_HOST 'smtp.gmail.com'
    EMAIL_HOST_PASSWORD '********************'
    EMAIL_HOST_USER 'xyz@gmail.com'
    EMAIL_PORT 587
    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 True
    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
    FORMS_URLFIELD_ASSUME_HTTPS False
    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', 'django.contrib.staticfiles', 'django.contrib.humanize', 'django.contrib.postgres', 'apps.core', 'apps.accounts', 'apps.profile', 'apps.job_post', 'apps.pages', 'apps.search', 'apps.chat', 'crispy_forms', 'crispy_bootstrap5', 'django_filters', 'email_log', 'modeltranslation', 'django_cleanup', 'django_celery_results', 'import_export', 'debug_toolbar', 'django_extensions']
    INTERNAL_IPS ['127.0.0.1', '172.18.0.1']
    LANGUAGES [('en', 'English'), ('hu', 'Hungary')]
    LANGUAGES_BIDI ['he', 'ar', 'ar-dz', 'ckb', 'fa', 'ug', '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 ['/app/translations']
    LOGGING {'disable_existing_loggers': False, 'formatters': {'simple': {'format': '{levelname} {message}', 'style': '{'}, 'verbose': {'format': '{levelname} {asctime} {module} ' '{message}', 'style': '{'}}, 'handlers': {'console': {'class': 'logging.StreamHandler', 'formatter': 'simple', 'level': 'DEBUG'}}, 'loggers': {'apps': {'handlers': ['console'], 'level': 'DEBUG', 'propagate': False}, 'django': {'handlers': ['console'], 'level': 'INFO', 'propagate': False}}, 'root': {'handlers': ['console'], 'level': 'WARNING'}, 'version': 1}
    LOGGING_CONFIG 'logging.config.dictConfig'
    LOGIN_REDIRECT_URL 'edit_profile'
    LOGIN_URL 'login'
    LOGOUT_REDIRECT_URL 'login'
    MANAGERS []
    MEDIA_ROOT '/app/media'
    MEDIA_URL '/media/'
    MESSAGE_STORAGE 'django.contrib.messages.storage.fallback.FallbackStorage'
    MIDDLEWARE ['django.middleware.security.SecurityMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.middleware.locale.LocaleMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware', 'debug_toolbar.middleware.DebugToolbarMiddleware']
    MIGRATION_MODULES {}
    MODELTRANSLATION_DEFAULT_LANGUAGE 'hu'
    MODELTRANSLATION_FALLBACK_LANGUAGES ('hu', 'en')
    MODELTRANSLATION_LANGUAGES ('en', 'hu')
    MONTH_DAY_FORMAT 'F j'
    NUMBER_GROUPING 0
    PASSWORD_HASHERS '********************'
    PASSWORD_RESET_TIMEOUT '********************'
    PREPEND_WWW False
    READ_DOT_ENV_FILE False
    REDIS_HOST 'redis'
    REDIS_PORT 6379
    ROOT_DIR PosixPath('/app')
    ROOT_URLCONF 'config.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 'config.settings.local'
    SHORT_DATETIME_FORMAT 'm/d/Y P'
    SHORT_DATE_FORMAT 'm/d/Y'
    SIGNING_BACKEND 'django.core.signing.TimestampSigner'
    SILENCED_SYSTEM_CHECKS []
    STATICFILES_DIRS []
    STATICFILES_FINDERS ['django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder']
    STATICFILES_STORAGE 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'
    STATIC_ROOT '/app/static'
    STATIC_URL '/static/'
    STORAGES {'default': {'BACKEND': 'django.core.files.storage.FileSystemStorage'}, 'staticfiles': {'BACKEND': 'django.contrib.staticfiles.storage.StaticFilesStorage'}}
    STRIPE_LIVE_MODE False
    STRIPE_LIVE_SECRET_KEY '********************'
    STRIPE_PUBLIC_KEY '********************'
    STRIPE_SECRET_KEY '********************'
    STRIPE_TEST_SECRET_KEY '********************'
    STRIPE_WEBHOOK_SECRET '********************'
    TEMPLATES [{'APP_DIRS': True, 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': [], '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', 'apps.chat.context_processors.unread_messages_count', 'apps.job_post.context_processors.unread_applications_count', 'apps.job_post.context_processors.active_job_posts_count']}}]
    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_I18N True
    USE_THOUSAND_SEPARATOR False
    USE_TZ True
    USE_X_FORWARDED_HOST False
    USE_X_FORWARDED_PORT False
    WEBSOCKET_SERVER_URL 'ws://localhost:3001'
    WSGI_APPLICATION None
    X_FRAME_OPTIONS 'DENY'
    YEAR_MONTH_FORMAT 'F Y'

    Headers

    Request headers

    Key Value
    Accept */*
    Accept-Encoding gzip, br, zstd, deflate
    Connection close
    Host interhrm.com
    User-Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
    X-Forwarded-For 216.73.216.246, 172.16.0.121
    X-Forwarded-Port 443
    X-Forwarded-Proto http
    X-Real-Ip 172.16.0.121

    Response headers

    Key Value
    Content-Type text/html; charset=utf-8

    WSGI environ

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

    Key Value
    PATH_INFO /search/jobs/
    QUERY_STRING category=12
    REMOTE_ADDR 172.18.0.1
    REQUEST_METHOD GET
    SCRIPT_NAME
    SERVER_NAME 0.0.0.0
    SERVER_PORT 8000
    SERVER_PROTOCOL HTTP/1.0
    SERVER_SOFTWARE gunicorn/23.0.0

    Request

    View information

    View function Arguments Keyword arguments URL name
    apps.search.views.search_job_posts () {} search_job_posts

    No cookies

    No session data

    GET data

    Variable Value
    'category' '12'

    No POST data

    SQL queries from 1 connection

    • default 17.79 ms (10 queries )
    Query Timeline Time (ms) Action
    SELECT "job_post_category"."id",
           "job_post_category"."code",
           "job_post_category"."name",
           "job_post_category"."name_en",
           "job_post_category"."name_hu",
           "job_post_category"."icon",
           "job_post_category"."featured",
           "job_post_category"."order"
      FROM "job_post_category"
     WHERE "job_post_category"."id" IN (12)
    SELECT ••• FROM "job_post_category" WHERE "job_post_category"."id" IN (12)
    3.04

    Connection: default

    Transaction status: Idle

    /usr/local/bin/gunicorn in <module>(8)
      sys.exit(run())
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/wsgiapp.py in run(66)
      WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(235)
      super().run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(71)
      Arbiter(self).run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in run(201)
      self.manage_workers()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in manage_workers(570)
      self.spawn_workers()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_workers(641)
      self.spawn_worker()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_worker(608)
      worker.init_process()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/base.py in init_process(143)
      self.run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run(125)
      self.run_for_one(timeout)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run_for_one(69)
      self.accept(listener)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in accept(31)
      self.handle(listener, client, addr)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle(134)
      self.handle_request(listener, req, client, addr)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle_request(177)
      respiter = self.wsgi(environ, resp.start_response)
    
    /usr/local/lib/python3.10/cProfile.py in runcall(110)
      return func(*args, **kw)
    
    /app/apps/search/views.py in search_job_posts(172)
      f.qs
    
    /app/apps/search/filters.py in qs(336)
      qs = super().qs
    
    /usr/local/lib/python3.10/site-packages/django_filters/filterset.py in qs(249)
      self.errors
    
    /usr/local/lib/python3.10/site-packages/django_filters/filterset.py in errors(222)
      return self.form.errors
    
    /usr/local/lib/python3.10/site-packages/django/forms/forms.py in errors(192)
      self.full_clean()
    
    /usr/local/lib/python3.10/site-packages/django/forms/forms.py in full_clean(325)
      self._clean_fields()
    
    /usr/local/lib/python3.10/site-packages/django/forms/forms.py in _clean_fields(333)
      self.cleaned_data[name] = field._clean_bound_field(bf)
    
    /usr/local/lib/python3.10/site-packages/django/forms/fields.py in _clean_bound_field(266)
      return self.clean(value)
    
    /usr/local/lib/python3.10/site-packages/django/forms/models.py in clean(1616)
      qs = self._check_values(value)
    
    /usr/local/lib/python3.10/site-packages/django_filters/fields.py in _check_values(322)
      result = list(super()._check_values(value))
    
    /usr/local/lib/python3.10/site-packages/django/forms/models.py in _check_values(1650)
      pks = {str(getattr(o, key)) for o in qs}
    
    
    SELECT COUNT(*)
      FROM (
            SELECT DISTINCT "job_post_jobpost"."id" AS "col1",
                   "job_post_jobpost"."title" AS "col2",
                   "job_post_jobpost"."slug" AS "col3",
                   "job_post_jobpost"."created_at" AS "col4",
                   "job_post_jobpost"."updated_at" AS "col5",
                   "job_post_jobpost"."is_active" AS "col6",
                   "job_post_jobpost"."category_id" AS "col7",
                   "job_post_jobpost"."sub_category_id" AS "col8",
                   "job_post_jobpost"."job_description" AS "col9",
                   "job_post_jobpost"."expectations" AS "col10",
                   "job_post_jobpost"."advantages" AS "col11",
                   "job_post_jobpost"."job_location_id" AS "col12",
                   "job_post_jobpost"."job_city" AS "col13",
                   "job_post_jobpost"."job_address" AS "col14",
                   "job_post_jobpost"."benefits" AS "col15",
                   "job_post_jobpost"."is_cv_required" AS "col16",
                   "job_post_jobpost"."is_cover_letter_required" AS "col17",
                   "job_post_jobpost"."contact_email" AS "col18",
                   "job_post_jobpost"."contact_phone" AS "col19",
                   "job_post_jobpost"."created_by_id" AS "col20",
                   "job_post_jobpost"."is_boosted" AS "col21",
                   "job_post_jobpost"."boost_start_date" AS "col22",
                   "job_post_jobpost"."boost_end_date" AS "col23",
                   "job_post_jobpost"."boost_location" AS "col24",
                   "job_post_jobpost"."selected_plan_id" AS "col25",
                   "job_post_jobpost"."stripe_payment_intent_id" AS "col26",
                   "job_post_jobpost"."stripe_checkout_session_id" AS "col27",
                   "job_post_jobpost"."stripe_customer_email" AS "col28",
                   "job_post_jobpost"."stripe_transaction_completed_at" AS "col29",
                   "job_post_jobpost"."billing_name" AS "col30",
                   "job_post_jobpost"."billing_tax_number" AS "col31",
                   "job_post_jobpost"."billing_address" AS "col32",
                   "job_post_jobpost"."billing_state" AS "col33",
                   "job_post_jobpost"."billing_country" AS "col34",
                   "job_post_jobpost"."billing_city" AS "col35",
                   "job_post_jobpost"."billing_zip_code" AS "col36",
                   "job_post_jobpost"."title_editable_until" AS "col37",
                   "job_post_jobpost"."expiration_reminder_sent" AS "col38",
                   "job_post_jobpost"."reminder_days_before_expiry" AS "col39"
              FROM "job_post_jobpost"
             WHERE ("job_post_jobpost"."category_id" = 12 AND "job_post_jobpost"."is_active")
           ) subquery
    SELECT COUNT(*) FROM (SELECT DISTINCT "job_post_jobpost"."id" AS "col1", "job_post_jobpost"."title" AS "col2", "job_post_jobpost"."slug" AS "col3", "job_post_jobpost"."created_at" AS "col4", "job_post_jobpost"."updated_at" AS "col5", "job_post_jobpost"."is_active" AS "col6", "job_post_jobpost"."category_id" AS "col7", "job_post_jobpost"."sub_category_id" AS "col8", "job_post_jobpost"."job_description" AS "col9", "job_post_jobpost"."expectations" AS "col10", "job_post_jobpost"."advantages" AS "col11", "job_post_jobpost"."job_location_id" AS "col12", "job_post_jobpost"."job_city" AS "col13", "job_post_jobpost"."job_address" AS "col14", "job_post_jobpost"."benefits" AS "col15", "job_post_jobpost"."is_cv_required" AS "col16", "job_post_jobpost"."is_cover_letter_required" AS "col17", "job_post_jobpost"."contact_email" AS "col18", "job_post_jobpost"."contact_phone" AS "col19", "job_post_jobpost"."created_by_id" AS "col20", "job_post_jobpost"."is_boosted" AS "col21", "job_post_jobpost"."boost_start_date" AS "col22", "job_post_jobpost"."boost_end_date" AS "col23", "job_post_jobpost"."boost_location" AS "col24", "job_post_jobpost"."selected_plan_id" AS "col25", "job_post_jobpost"."stripe_payment_intent_id" AS "col26", "job_post_jobpost"."stripe_checkout_session_id" AS "col27", "job_post_jobpost"."stripe_customer_email" AS "col28", "job_post_jobpost"."stripe_transaction_completed_at" AS "col29", "job_post_jobpost"."billing_name" AS "col30", "job_post_jobpost"."billing_tax_number" AS "col31", "job_post_jobpost"."billing_address" AS "col32", "job_post_jobpost"."billing_state" AS "col33", "job_post_jobpost"."billing_country" AS "col34", "job_post_jobpost"."billing_city" AS "col35", "job_post_jobpost"."billing_zip_code" AS "col36", "job_post_jobpost"."title_editable_until" AS "col37", "job_post_jobpost"."expiration_reminder_sent" AS "col38", "job_post_jobpost"."reminder_days_before_expiry" AS "col39" FROM "job_post_jobpost" WHERE ("job_post_jobpost"."category_id" = 12 AND "job_post_jobpost"."is_active")) subquery
    6.97

    Connection: default

    Transaction status: Idle

    /usr/local/bin/gunicorn in <module>(8)
      sys.exit(run())
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/wsgiapp.py in run(66)
      WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(235)
      super().run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(71)
      Arbiter(self).run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in run(201)
      self.manage_workers()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in manage_workers(570)
      self.spawn_workers()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_workers(641)
      self.spawn_worker()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_worker(608)
      worker.init_process()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/base.py in init_process(143)
      self.run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run(125)
      self.run_for_one(timeout)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run_for_one(69)
      self.accept(listener)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in accept(31)
      self.handle(listener, client, addr)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle(134)
      self.handle_request(listener, req, client, addr)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle_request(177)
      respiter = self.wsgi(environ, resp.start_response)
    
    /usr/local/lib/python3.10/cProfile.py in runcall(110)
      return func(*args, **kw)
    
    /app/apps/search/views.py in search_job_posts(183)
      paginated_objects = paginator.page(1)
    
    /usr/local/lib/python3.10/site-packages/django/core/paginator.py in page(89)
      number = self.validate_number(number)
    
    /usr/local/lib/python3.10/site-packages/django/core/paginator.py in validate_number(70)
      if number > self.num_pages:
    
    /usr/local/lib/python3.10/site-packages/django/core/paginator.py in num_pages(116)
      if self.count == 0 and not self.allow_empty_first_page:
    
    /usr/local/lib/python3.10/site-packages/django/core/paginator.py in count(110)
      return c()
    
    
    DECLARE "_django_curs_127205875460992_sync_262" NO SCROLL
    CURSOR WITH HOLD
       FOR SELECT "job_post_category"."id",
           "job_post_category"."code",
           "job_post_category"."name",
           "job_post_category"."name_en",
           "job_post_category"."name_hu",
           "job_post_category"."icon",
           "job_post_category"."featured",
           "job_post_category"."order"
      FROM "job_post_category"
    DECLARE "_django_curs_127205875460992_sync_262" NO SCROLL CURSOR WITH HOLD FOR SELECT "job_post_category"."id", "job_post_category"."code", "job_post_category"."name", "job_post_category"."name_en", "job_post_category"."name_hu", "job_post_category"."icon", "job_post_category"."featured", "job_post_category"."order" FROM "job_post_category"
    0.72

    Connection: default

    Transaction status: Idle

    /usr/local/bin/gunicorn in <module>(8)
      sys.exit(run())
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/wsgiapp.py in run(66)
      WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(235)
      super().run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(71)
      Arbiter(self).run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in run(201)
      self.manage_workers()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in manage_workers(570)
      self.spawn_workers()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_workers(641)
      self.spawn_worker()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_worker(608)
      worker.init_process()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/base.py in init_process(143)
      self.run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run(125)
      self.run_for_one(timeout)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run_for_one(69)
      self.accept(listener)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in accept(31)
      self.handle(listener, client, addr)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle(134)
      self.handle_request(listener, req, client, addr)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle_request(177)
      respiter = self.wsgi(environ, resp.start_response)
    
    /usr/local/lib/python3.10/cProfile.py in runcall(110)
      return func(*args, **kw)
    
    /app/apps/search/views.py in search_job_posts(187)
      return render(
    
    /usr/local/lib/python3.10/site-packages/django/shortcuts.py in render(25)
      content = loader.render_to_string(template_name, context, request, using=using)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
      return template.render(context, request)
    
    /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107)
      return self.template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159)
      return compiled_parent._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65)
      result = block.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210)
      return template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/templatetags/crispy_forms_tags.py in render(199)
      c = self.get_render(context).flatten()
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/templatetags/crispy_forms_tags.py in get_render(117)
      actual_form.form_html = helper.render_layout(
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/helper.py in render_layout(276)
      html = self.layout.render(form, context, template_pack=template_pack)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in render(142)
      return self.get_rendered_fields(form, context, template_pack, **kwargs)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in get_rendered_fields(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in <genexpr>(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/utils.py in render_field(65)
      return field.render(form, context, template_pack=template_pack)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in render(947)
      return self.get_rendered_fields(
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in get_rendered_fields(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in <genexpr>(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/utils.py in render_field(137)
      html = template.render(context.flatten())
    
    /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107)
      return self.template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327)
      return nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327)
      return nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210)
      return template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(194)
      values = self.sequence.resolve(context, ignore_failures=True)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(745)
      new_obj = func(obj, *arg_vals)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/templatetags/crispy_forms_filters.py in optgroups(158)
      return field.field.widget.optgroups(field.html_name, values, attrs)
    
    /usr/local/lib/python3.10/site-packages/django/forms/widgets.py in optgroups(655)
      for index, (option_value, option_label) in enumerate(self.choices):
    
    /usr/local/lib/python3.10/site-packages/django_filters/fields.py in __iter__(256)
      yield from iterable
    
    /usr/local/lib/python3.10/site-packages/django/forms/models.py in __iter__(1424)
      for obj in queryset:
    
    
    3
    4 <div {% if field_class %}class="{{ field_class }}"{% endif %}{% if flat_attrs %} {{ flat_attrs }}{% endif %}>
    5
    6 {% for group, options, index in field|optgroups %}
    7 {% if group %}<strong>{{ group }}</strong>{% endif %}
    8 {% for option in options %}
    9 <div class="form-check{% if inline_class %} form-check-inline{% endif %}">
    10 <input type="{{option.type}}" class="form-check-input{% if field.errors %} is-invalid{% endif %}" name="{{ field.html_name }}" value="{{ option.value|unlocalize }}" {% include "bootstrap5/layout/attrs.html" with widget=option %}>

    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/radio_checkbox_select.html

    DECLARE "_django_curs_127205875460992_sync_263" NO SCROLL
    CURSOR WITH HOLD
       FOR SELECT "job_post_subcategory"."id",
           "job_post_subcategory"."category_id",
           "job_post_subcategory"."code",
           "job_post_subcategory"."name",
           "job_post_subcategory"."name_en",
           "job_post_subcategory"."name_hu"
      FROM "job_post_subcategory"
     WHERE "job_post_subcategory"."category_id" IN (12)
    DECLARE "_django_curs_127205875460992_sync_263" NO SCROLL CURSOR WITH HOLD FOR SELECT "job_post_subcategory"."id", "job_post_subcategory"."category_id", "job_post_subcategory"."code", "job_post_subcategory"."name", "job_post_subcategory"."name_en", "job_post_subcategory"."name_hu" FROM "job_post_subcategory" WHERE "job_post_subcategory"."category_id" IN (12)
    1.29

    Connection: default

    Transaction status: Idle

    /usr/local/bin/gunicorn in <module>(8)
      sys.exit(run())
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/wsgiapp.py in run(66)
      WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(235)
      super().run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(71)
      Arbiter(self).run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in run(201)
      self.manage_workers()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in manage_workers(570)
      self.spawn_workers()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_workers(641)
      self.spawn_worker()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_worker(608)
      worker.init_process()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/base.py in init_process(143)
      self.run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run(125)
      self.run_for_one(timeout)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run_for_one(69)
      self.accept(listener)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in accept(31)
      self.handle(listener, client, addr)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle(134)
      self.handle_request(listener, req, client, addr)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle_request(177)
      respiter = self.wsgi(environ, resp.start_response)
    
    /usr/local/lib/python3.10/cProfile.py in runcall(110)
      return func(*args, **kw)
    
    /app/apps/search/views.py in search_job_posts(187)
      return render(
    
    /usr/local/lib/python3.10/site-packages/django/shortcuts.py in render(25)
      content = loader.render_to_string(template_name, context, request, using=using)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
      return template.render(context, request)
    
    /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107)
      return self.template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159)
      return compiled_parent._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65)
      result = block.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210)
      return template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/templatetags/crispy_forms_tags.py in render(199)
      c = self.get_render(context).flatten()
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/templatetags/crispy_forms_tags.py in get_render(117)
      actual_form.form_html = helper.render_layout(
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/helper.py in render_layout(276)
      html = self.layout.render(form, context, template_pack=template_pack)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in render(142)
      return self.get_rendered_fields(form, context, template_pack, **kwargs)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in get_rendered_fields(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in <genexpr>(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/utils.py in render_field(65)
      return field.render(form, context, template_pack=template_pack)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in render(947)
      return self.get_rendered_fields(
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in get_rendered_fields(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in <genexpr>(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/utils.py in render_field(137)
      html = template.render(context.flatten())
    
    /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107)
      return self.template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327)
      return nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327)
      return nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210)
      return template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(194)
      values = self.sequence.resolve(context, ignore_failures=True)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(745)
      new_obj = func(obj, *arg_vals)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/templatetags/crispy_forms_filters.py in optgroups(158)
      return field.field.widget.optgroups(field.html_name, values, attrs)
    
    /usr/local/lib/python3.10/site-packages/django/forms/widgets.py in optgroups(655)
      for index, (option_value, option_label) in enumerate(self.choices):
    
    /usr/local/lib/python3.10/site-packages/django_filters/fields.py in __iter__(256)
      yield from iterable
    
    /usr/local/lib/python3.10/site-packages/django/forms/models.py in __iter__(1424)
      for obj in queryset:
    
    
    3
    4 <div {% if field_class %}class="{{ field_class }}"{% endif %}{% if flat_attrs %} {{ flat_attrs }}{% endif %}>
    5
    6 {% for group, options, index in field|optgroups %}
    7 {% if group %}<strong>{{ group }}</strong>{% endif %}
    8 {% for option in options %}
    9 <div class="form-check{% if inline_class %} form-check-inline{% endif %}">
    10 <input type="{{option.type}}" class="form-check-input{% if field.errors %} is-invalid{% endif %}" name="{{ field.html_name }}" value="{{ option.value|unlocalize }}" {% include "bootstrap5/layout/attrs.html" with widget=option %}>

    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/radio_checkbox_select.html

    DECLARE "_django_curs_127205875460992_sync_264" NO SCROLL
    CURSOR WITH HOLD
       FOR SELECT "profile_locationchoice"."id",
           "profile_locationchoice"."code",
           "profile_locationchoice"."name",
           "profile_locationchoice"."name_en",
           "profile_locationchoice"."name_hu"
      FROM "profile_locationchoice"
    DECLARE "_django_curs_127205875460992_sync_264" NO SCROLL CURSOR WITH HOLD FOR SELECT "profile_locationchoice"."id", "profile_locationchoice"."code", "profile_locationchoice"."name", "profile_locationchoice"."name_en", "profile_locationchoice"."name_hu" FROM "profile_locationchoice"
    1.43

    Connection: default

    Transaction status: Idle

    /usr/local/bin/gunicorn in <module>(8)
      sys.exit(run())
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/wsgiapp.py in run(66)
      WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(235)
      super().run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(71)
      Arbiter(self).run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in run(201)
      self.manage_workers()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in manage_workers(570)
      self.spawn_workers()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_workers(641)
      self.spawn_worker()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_worker(608)
      worker.init_process()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/base.py in init_process(143)
      self.run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run(125)
      self.run_for_one(timeout)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run_for_one(69)
      self.accept(listener)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in accept(31)
      self.handle(listener, client, addr)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle(134)
      self.handle_request(listener, req, client, addr)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle_request(177)
      respiter = self.wsgi(environ, resp.start_response)
    
    /usr/local/lib/python3.10/cProfile.py in runcall(110)
      return func(*args, **kw)
    
    /app/apps/search/views.py in search_job_posts(187)
      return render(
    
    /usr/local/lib/python3.10/site-packages/django/shortcuts.py in render(25)
      content = loader.render_to_string(template_name, context, request, using=using)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
      return template.render(context, request)
    
    /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107)
      return self.template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159)
      return compiled_parent._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65)
      result = block.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210)
      return template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/templatetags/crispy_forms_tags.py in render(199)
      c = self.get_render(context).flatten()
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/templatetags/crispy_forms_tags.py in get_render(117)
      actual_form.form_html = helper.render_layout(
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/helper.py in render_layout(276)
      html = self.layout.render(form, context, template_pack=template_pack)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in render(142)
      return self.get_rendered_fields(form, context, template_pack, **kwargs)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in get_rendered_fields(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in <genexpr>(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/utils.py in render_field(65)
      return field.render(form, context, template_pack=template_pack)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in render(947)
      return self.get_rendered_fields(
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in get_rendered_fields(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in <genexpr>(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/utils.py in render_field(137)
      html = template.render(context.flatten())
    
    /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107)
      return self.template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327)
      return nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327)
      return nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210)
      return template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(194)
      values = self.sequence.resolve(context, ignore_failures=True)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(745)
      new_obj = func(obj, *arg_vals)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/templatetags/crispy_forms_filters.py in optgroups(158)
      return field.field.widget.optgroups(field.html_name, values, attrs)
    
    /usr/local/lib/python3.10/site-packages/django/forms/widgets.py in optgroups(655)
      for index, (option_value, option_label) in enumerate(self.choices):
    
    /usr/local/lib/python3.10/site-packages/django_filters/fields.py in __iter__(256)
      yield from iterable
    
    /usr/local/lib/python3.10/site-packages/django/forms/models.py in __iter__(1424)
      for obj in queryset:
    
    
    3
    4 <div {% if field_class %}class="{{ field_class }}"{% endif %}{% if flat_attrs %} {{ flat_attrs }}{% endif %}>
    5
    6 {% for group, options, index in field|optgroups %}
    7 {% if group %}<strong>{{ group }}</strong>{% endif %}
    8 {% for option in options %}
    9 <div class="form-check{% if inline_class %} form-check-inline{% endif %}">
    10 <input type="{{option.type}}" class="form-check-input{% if field.errors %} is-invalid{% endif %}" name="{{ field.html_name }}" value="{{ option.value|unlocalize }}" {% include "bootstrap5/layout/attrs.html" with widget=option %}>

    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/radio_checkbox_select.html

    DECLARE "_django_curs_127205875460992_sync_265" NO SCROLL
    CURSOR WITH HOLD
       FOR SELECT "profile_educationchoice"."id",
           "profile_educationchoice"."code",
           "profile_educationchoice"."name",
           "profile_educationchoice"."name_en",
           "profile_educationchoice"."name_hu",
           "profile_educationchoice"."custom_order"
      FROM "profile_educationchoice"
     ORDER BY "profile_educationchoice"."custom_order" ASC
    DECLARE "_django_curs_127205875460992_sync_265" NO SCROLL CURSOR WITH HOLD FOR SELECT "profile_educationchoice"."id", "profile_educationchoice"."code", "profile_educationchoice"."name", "profile_educationchoice"."name_en", "profile_educationchoice"."name_hu", "profile_educationchoice"."custom_order" FROM "profile_educationchoice" ORDER BY "profile_educationchoice"."custom_order" ASC
    1.67

    Connection: default

    Transaction status: Idle

    /usr/local/bin/gunicorn in <module>(8)
      sys.exit(run())
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/wsgiapp.py in run(66)
      WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(235)
      super().run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(71)
      Arbiter(self).run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in run(201)
      self.manage_workers()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in manage_workers(570)
      self.spawn_workers()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_workers(641)
      self.spawn_worker()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_worker(608)
      worker.init_process()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/base.py in init_process(143)
      self.run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run(125)
      self.run_for_one(timeout)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run_for_one(69)
      self.accept(listener)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in accept(31)
      self.handle(listener, client, addr)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle(134)
      self.handle_request(listener, req, client, addr)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle_request(177)
      respiter = self.wsgi(environ, resp.start_response)
    
    /usr/local/lib/python3.10/cProfile.py in runcall(110)
      return func(*args, **kw)
    
    /app/apps/search/views.py in search_job_posts(187)
      return render(
    
    /usr/local/lib/python3.10/site-packages/django/shortcuts.py in render(25)
      content = loader.render_to_string(template_name, context, request, using=using)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
      return template.render(context, request)
    
    /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107)
      return self.template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159)
      return compiled_parent._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65)
      result = block.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210)
      return template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/templatetags/crispy_forms_tags.py in render(199)
      c = self.get_render(context).flatten()
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/templatetags/crispy_forms_tags.py in get_render(117)
      actual_form.form_html = helper.render_layout(
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/helper.py in render_layout(276)
      html = self.layout.render(form, context, template_pack=template_pack)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in render(142)
      return self.get_rendered_fields(form, context, template_pack, **kwargs)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in get_rendered_fields(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in <genexpr>(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/utils.py in render_field(65)
      return field.render(form, context, template_pack=template_pack)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in render(947)
      return self.get_rendered_fields(
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in get_rendered_fields(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in <genexpr>(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/utils.py in render_field(137)
      html = template.render(context.flatten())
    
    /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107)
      return self.template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327)
      return nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327)
      return nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210)
      return template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(194)
      values = self.sequence.resolve(context, ignore_failures=True)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(745)
      new_obj = func(obj, *arg_vals)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/templatetags/crispy_forms_filters.py in optgroups(158)
      return field.field.widget.optgroups(field.html_name, values, attrs)
    
    /usr/local/lib/python3.10/site-packages/django/forms/widgets.py in optgroups(655)
      for index, (option_value, option_label) in enumerate(self.choices):
    
    /usr/local/lib/python3.10/site-packages/django_filters/fields.py in __iter__(256)
      yield from iterable
    
    /usr/local/lib/python3.10/site-packages/django/forms/models.py in __iter__(1424)
      for obj in queryset:
    
    
    3
    4 <div {% if field_class %}class="{{ field_class }}"{% endif %}{% if flat_attrs %} {{ flat_attrs }}{% endif %}>
    5
    6 {% for group, options, index in field|optgroups %}
    7 {% if group %}<strong>{{ group }}</strong>{% endif %}
    8 {% for option in options %}
    9 <div class="form-check{% if inline_class %} form-check-inline{% endif %}">
    10 <input type="{{option.type}}" class="form-check-input{% if field.errors %} is-invalid{% endif %}" name="{{ field.html_name }}" value="{{ option.value|unlocalize }}" {% include "bootstrap5/layout/attrs.html" with widget=option %}>

    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/radio_checkbox_select.html

    DECLARE "_django_curs_127205875460992_sync_266" NO SCROLL
    CURSOR WITH HOLD
       FOR SELECT "profile_workingtimechoice"."id",
           "profile_workingtimechoice"."code",
           "profile_workingtimechoice"."name",
           "profile_workingtimechoice"."name_en",
           "profile_workingtimechoice"."name_hu"
      FROM "profile_workingtimechoice"
    DECLARE "_django_curs_127205875460992_sync_266" NO SCROLL CURSOR WITH HOLD FOR SELECT "profile_workingtimechoice"."id", "profile_workingtimechoice"."code", "profile_workingtimechoice"."name", "profile_workingtimechoice"."name_en", "profile_workingtimechoice"."name_hu" FROM "profile_workingtimechoice"
    0.71

    Connection: default

    Transaction status: Idle

    /usr/local/bin/gunicorn in <module>(8)
      sys.exit(run())
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/wsgiapp.py in run(66)
      WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(235)
      super().run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(71)
      Arbiter(self).run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in run(201)
      self.manage_workers()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in manage_workers(570)
      self.spawn_workers()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_workers(641)
      self.spawn_worker()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_worker(608)
      worker.init_process()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/base.py in init_process(143)
      self.run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run(125)
      self.run_for_one(timeout)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run_for_one(69)
      self.accept(listener)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in accept(31)
      self.handle(listener, client, addr)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle(134)
      self.handle_request(listener, req, client, addr)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle_request(177)
      respiter = self.wsgi(environ, resp.start_response)
    
    /usr/local/lib/python3.10/cProfile.py in runcall(110)
      return func(*args, **kw)
    
    /app/apps/search/views.py in search_job_posts(187)
      return render(
    
    /usr/local/lib/python3.10/site-packages/django/shortcuts.py in render(25)
      content = loader.render_to_string(template_name, context, request, using=using)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
      return template.render(context, request)
    
    /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107)
      return self.template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159)
      return compiled_parent._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65)
      result = block.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210)
      return template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/templatetags/crispy_forms_tags.py in render(199)
      c = self.get_render(context).flatten()
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/templatetags/crispy_forms_tags.py in get_render(117)
      actual_form.form_html = helper.render_layout(
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/helper.py in render_layout(276)
      html = self.layout.render(form, context, template_pack=template_pack)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in render(142)
      return self.get_rendered_fields(form, context, template_pack, **kwargs)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in get_rendered_fields(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in <genexpr>(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/utils.py in render_field(65)
      return field.render(form, context, template_pack=template_pack)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in render(947)
      return self.get_rendered_fields(
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in get_rendered_fields(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in <genexpr>(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/utils.py in render_field(137)
      html = template.render(context.flatten())
    
    /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107)
      return self.template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327)
      return nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327)
      return nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210)
      return template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(194)
      values = self.sequence.resolve(context, ignore_failures=True)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(745)
      new_obj = func(obj, *arg_vals)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/templatetags/crispy_forms_filters.py in optgroups(158)
      return field.field.widget.optgroups(field.html_name, values, attrs)
    
    /usr/local/lib/python3.10/site-packages/django/forms/widgets.py in optgroups(655)
      for index, (option_value, option_label) in enumerate(self.choices):
    
    /usr/local/lib/python3.10/site-packages/django_filters/fields.py in __iter__(256)
      yield from iterable
    
    /usr/local/lib/python3.10/site-packages/django/forms/models.py in __iter__(1424)
      for obj in queryset:
    
    
    3
    4 <div {% if field_class %}class="{{ field_class }}"{% endif %}{% if flat_attrs %} {{ flat_attrs }}{% endif %}>
    5
    6 {% for group, options, index in field|optgroups %}
    7 {% if group %}<strong>{{ group }}</strong>{% endif %}
    8 {% for option in options %}
    9 <div class="form-check{% if inline_class %} form-check-inline{% endif %}">
    10 <input type="{{option.type}}" class="form-check-input{% if field.errors %} is-invalid{% endif %}" name="{{ field.html_name }}" value="{{ option.value|unlocalize }}" {% include "bootstrap5/layout/attrs.html" with widget=option %}>

    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/radio_checkbox_select.html

    DECLARE "_django_curs_127205875460992_sync_267" NO SCROLL
    CURSOR WITH HOLD
       FOR SELECT "profile_employmentschedulechoice"."id",
           "profile_employmentschedulechoice"."code",
           "profile_employmentschedulechoice"."name",
           "profile_employmentschedulechoice"."name_en",
           "profile_employmentschedulechoice"."name_hu"
      FROM "profile_employmentschedulechoice"
    DECLARE "_django_curs_127205875460992_sync_267" NO SCROLL CURSOR WITH HOLD FOR SELECT "profile_employmentschedulechoice"."id", "profile_employmentschedulechoice"."code", "profile_employmentschedulechoice"."name", "profile_employmentschedulechoice"."name_en", "profile_employmentschedulechoice"."name_hu" FROM "profile_employmentschedulechoice"
    0.67

    Connection: default

    Transaction status: Idle

    /usr/local/bin/gunicorn in <module>(8)
      sys.exit(run())
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/wsgiapp.py in run(66)
      WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(235)
      super().run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(71)
      Arbiter(self).run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in run(201)
      self.manage_workers()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in manage_workers(570)
      self.spawn_workers()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_workers(641)
      self.spawn_worker()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_worker(608)
      worker.init_process()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/base.py in init_process(143)
      self.run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run(125)
      self.run_for_one(timeout)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run_for_one(69)
      self.accept(listener)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in accept(31)
      self.handle(listener, client, addr)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle(134)
      self.handle_request(listener, req, client, addr)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle_request(177)
      respiter = self.wsgi(environ, resp.start_response)
    
    /usr/local/lib/python3.10/cProfile.py in runcall(110)
      return func(*args, **kw)
    
    /app/apps/search/views.py in search_job_posts(187)
      return render(
    
    /usr/local/lib/python3.10/site-packages/django/shortcuts.py in render(25)
      content = loader.render_to_string(template_name, context, request, using=using)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
      return template.render(context, request)
    
    /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107)
      return self.template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159)
      return compiled_parent._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65)
      result = block.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210)
      return template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/templatetags/crispy_forms_tags.py in render(199)
      c = self.get_render(context).flatten()
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/templatetags/crispy_forms_tags.py in get_render(117)
      actual_form.form_html = helper.render_layout(
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/helper.py in render_layout(276)
      html = self.layout.render(form, context, template_pack=template_pack)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in render(142)
      return self.get_rendered_fields(form, context, template_pack, **kwargs)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in get_rendered_fields(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in <genexpr>(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/utils.py in render_field(65)
      return field.render(form, context, template_pack=template_pack)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in render(947)
      return self.get_rendered_fields(
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in get_rendered_fields(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in <genexpr>(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/utils.py in render_field(137)
      html = template.render(context.flatten())
    
    /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107)
      return self.template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327)
      return nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327)
      return nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210)
      return template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(194)
      values = self.sequence.resolve(context, ignore_failures=True)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(745)
      new_obj = func(obj, *arg_vals)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/templatetags/crispy_forms_filters.py in optgroups(158)
      return field.field.widget.optgroups(field.html_name, values, attrs)
    
    /usr/local/lib/python3.10/site-packages/django/forms/widgets.py in optgroups(655)
      for index, (option_value, option_label) in enumerate(self.choices):
    
    /usr/local/lib/python3.10/site-packages/django_filters/fields.py in __iter__(256)
      yield from iterable
    
    /usr/local/lib/python3.10/site-packages/django/forms/models.py in __iter__(1424)
      for obj in queryset:
    
    
    3
    4 <div {% if field_class %}class="{{ field_class }}"{% endif %}{% if flat_attrs %} {{ flat_attrs }}{% endif %}>
    5
    6 {% for group, options, index in field|optgroups %}
    7 {% if group %}<strong>{{ group }}</strong>{% endif %}
    8 {% for option in options %}
    9 <div class="form-check{% if inline_class %} form-check-inline{% endif %}">
    10 <input type="{{option.type}}" class="form-check-input{% if field.errors %} is-invalid{% endif %}" name="{{ field.html_name }}" value="{{ option.value|unlocalize }}" {% include "bootstrap5/layout/attrs.html" with widget=option %}>

    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/radio_checkbox_select.html

    DECLARE "_django_curs_127205875460992_sync_268" NO SCROLL
    CURSOR WITH HOLD
       FOR SELECT "profile_drivinglicensechoice"."id",
           "profile_drivinglicensechoice"."code",
           "profile_drivinglicensechoice"."name",
           "profile_drivinglicensechoice"."name_en",
           "profile_drivinglicensechoice"."name_hu"
      FROM "profile_drivinglicensechoice"
    DECLARE "_django_curs_127205875460992_sync_268" NO SCROLL CURSOR WITH HOLD FOR SELECT "profile_drivinglicensechoice"."id", "profile_drivinglicensechoice"."code", "profile_drivinglicensechoice"."name", "profile_drivinglicensechoice"."name_en", "profile_drivinglicensechoice"."name_hu" FROM "profile_drivinglicensechoice"
    0.63

    Connection: default

    Transaction status: Idle

    /usr/local/bin/gunicorn in <module>(8)
      sys.exit(run())
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/wsgiapp.py in run(66)
      WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(235)
      super().run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(71)
      Arbiter(self).run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in run(201)
      self.manage_workers()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in manage_workers(570)
      self.spawn_workers()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_workers(641)
      self.spawn_worker()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_worker(608)
      worker.init_process()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/base.py in init_process(143)
      self.run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run(125)
      self.run_for_one(timeout)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run_for_one(69)
      self.accept(listener)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in accept(31)
      self.handle(listener, client, addr)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle(134)
      self.handle_request(listener, req, client, addr)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle_request(177)
      respiter = self.wsgi(environ, resp.start_response)
    
    /usr/local/lib/python3.10/cProfile.py in runcall(110)
      return func(*args, **kw)
    
    /app/apps/search/views.py in search_job_posts(187)
      return render(
    
    /usr/local/lib/python3.10/site-packages/django/shortcuts.py in render(25)
      content = loader.render_to_string(template_name, context, request, using=using)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
      return template.render(context, request)
    
    /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107)
      return self.template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159)
      return compiled_parent._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65)
      result = block.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210)
      return template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/templatetags/crispy_forms_tags.py in render(199)
      c = self.get_render(context).flatten()
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/templatetags/crispy_forms_tags.py in get_render(117)
      actual_form.form_html = helper.render_layout(
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/helper.py in render_layout(276)
      html = self.layout.render(form, context, template_pack=template_pack)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in render(142)
      return self.get_rendered_fields(form, context, template_pack, **kwargs)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in get_rendered_fields(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in <genexpr>(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/utils.py in render_field(65)
      return field.render(form, context, template_pack=template_pack)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in render(947)
      return self.get_rendered_fields(
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in get_rendered_fields(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in <genexpr>(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/utils.py in render_field(137)
      html = template.render(context.flatten())
    
    /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107)
      return self.template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327)
      return nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327)
      return nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210)
      return template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(194)
      values = self.sequence.resolve(context, ignore_failures=True)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(745)
      new_obj = func(obj, *arg_vals)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/templatetags/crispy_forms_filters.py in optgroups(158)
      return field.field.widget.optgroups(field.html_name, values, attrs)
    
    /usr/local/lib/python3.10/site-packages/django/forms/widgets.py in optgroups(655)
      for index, (option_value, option_label) in enumerate(self.choices):
    
    /usr/local/lib/python3.10/site-packages/django_filters/fields.py in __iter__(256)
      yield from iterable
    
    /usr/local/lib/python3.10/site-packages/django/forms/models.py in __iter__(1424)
      for obj in queryset:
    
    
    3
    4 <div {% if field_class %}class="{{ field_class }}"{% endif %}{% if flat_attrs %} {{ flat_attrs }}{% endif %}>
    5
    6 {% for group, options, index in field|optgroups %}
    7 {% if group %}<strong>{{ group }}</strong>{% endif %}
    8 {% for option in options %}
    9 <div class="form-check{% if inline_class %} form-check-inline{% endif %}">
    10 <input type="{{option.type}}" class="form-check-input{% if field.errors %} is-invalid{% endif %}" name="{{ field.html_name }}" value="{{ option.value|unlocalize }}" {% include "bootstrap5/layout/attrs.html" with widget=option %}>

    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/radio_checkbox_select.html

    DECLARE "_django_curs_127205875460992_sync_269" NO SCROLL
    CURSOR WITH HOLD
       FOR SELECT "profile_languagechoice"."id",
           "profile_languagechoice"."code",
           "profile_languagechoice"."name",
           "profile_languagechoice"."name_en",
           "profile_languagechoice"."name_hu"
      FROM "profile_languagechoice"
    DECLARE "_django_curs_127205875460992_sync_269" NO SCROLL CURSOR WITH HOLD FOR SELECT "profile_languagechoice"."id", "profile_languagechoice"."code", "profile_languagechoice"."name", "profile_languagechoice"."name_en", "profile_languagechoice"."name_hu" FROM "profile_languagechoice"
    0.66

    Connection: default

    Transaction status: Idle

    /usr/local/bin/gunicorn in <module>(8)
      sys.exit(run())
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/wsgiapp.py in run(66)
      WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(235)
      super().run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(71)
      Arbiter(self).run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in run(201)
      self.manage_workers()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in manage_workers(570)
      self.spawn_workers()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_workers(641)
      self.spawn_worker()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_worker(608)
      worker.init_process()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/base.py in init_process(143)
      self.run()
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run(125)
      self.run_for_one(timeout)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run_for_one(69)
      self.accept(listener)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in accept(31)
      self.handle(listener, client, addr)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle(134)
      self.handle_request(listener, req, client, addr)
    
    /usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle_request(177)
      respiter = self.wsgi(environ, resp.start_response)
    
    /usr/local/lib/python3.10/cProfile.py in runcall(110)
      return func(*args, **kw)
    
    /app/apps/search/views.py in search_job_posts(187)
      return render(
    
    /usr/local/lib/python3.10/site-packages/django/shortcuts.py in render(25)
      content = loader.render_to_string(template_name, context, request, using=using)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
      return template.render(context, request)
    
    /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107)
      return self.template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159)
      return compiled_parent._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65)
      result = block.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210)
      return template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/templatetags/crispy_forms_tags.py in render(199)
      c = self.get_render(context).flatten()
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/templatetags/crispy_forms_tags.py in get_render(117)
      actual_form.form_html = helper.render_layout(
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/helper.py in render_layout(276)
      html = self.layout.render(form, context, template_pack=template_pack)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in render(142)
      return self.get_rendered_fields(form, context, template_pack, **kwargs)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in get_rendered_fields(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in <genexpr>(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/utils.py in render_field(65)
      return field.render(form, context, template_pack=template_pack)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in render(947)
      return self.get_rendered_fields(
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in get_rendered_fields(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/layout.py in <genexpr>(105)
      "".join(render_field(field, form, context, template_pack=template_pack, **kwargs) for field in self.fields)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/utils.py in render_field(137)
      html = template.render(context.flatten())
    
    /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107)
      return self.template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327)
      return nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327)
      return nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210)
      return template.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173)
      return self._render(context)
    
    /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114)
      return self.nodelist.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008)
      return SafeString("".join([node.render_annotated(context) for node in self]))
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969)
      return self.render(context)
    
    /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(194)
      values = self.sequence.resolve(context, ignore_failures=True)
    
    /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(745)
      new_obj = func(obj, *arg_vals)
    
    /usr/local/lib/python3.10/site-packages/crispy_forms/templatetags/crispy_forms_filters.py in optgroups(158)
      return field.field.widget.optgroups(field.html_name, values, attrs)
    
    /usr/local/lib/python3.10/site-packages/django/forms/widgets.py in optgroups(655)
      for index, (option_value, option_label) in enumerate(self.choices):
    
    /usr/local/lib/python3.10/site-packages/django_filters/fields.py in __iter__(256)
      yield from iterable
    
    /usr/local/lib/python3.10/site-packages/django/forms/models.py in __iter__(1424)
      for obj in queryset:
    
    
    3
    4 <div {% if field_class %}class="{{ field_class }}"{% endif %}{% if flat_attrs %} {{ flat_attrs }}{% endif %}>
    5
    6 {% for group, options, index in field|optgroups %}
    7 {% if group %}<strong>{{ group }}</strong>{% endif %}
    8 {% for option in options %}
    9 <div class="form-check{% if inline_class %} form-check-inline{% endif %}">
    10 <input type="{{option.type}}" class="form-check-input{% if field.errors %} is-invalid{% endif %}" name="{{ field.html_name }}" value="{{ option.value|unlocalize }}" {% include "bootstrap5/layout/attrs.html" with widget=option %}>

    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/radio_checkbox_select.html

    Static files (741 found, 13 used)

    Static file paths

    None

    Static file apps

    1. django.contrib.admin
    2. apps.core
    3. modeltranslation
    4. import_export
    5. debug_toolbar
    6. django_extensions

    Static files

    core/images/favicon.png
    /app/apps/core/static/core/images/favicon.png
    core/assets/css/dashlite.css
    /app/apps/core/static/core/assets/css/dashlite.css
    core/assets/css/theme.css
    /app/apps/core/static/core/assets/css/theme.css
    core/assets/css/editors/tinymce.css
    /app/apps/core/static/core/assets/css/editors/tinymce.css
    core/images/logo_.png
    /app/apps/core/static/core/images/logo_.png
    core/images/logo_.png
    /app/apps/core/static/core/images/logo_.png
    core/images/logo_.png
    /app/apps/core/static/core/images/logo_.png
    core/images/logo_.png
    /app/apps/core/static/core/images/logo_.png
    core/assets/js/bundle.js
    /app/apps/core/static/core/assets/js/bundle.js
    core/assets/js/scripts.js
    /app/apps/core/static/core/assets/js/scripts.js
    core/assets/js/libs/editors/tinymce.js
    /app/apps/core/static/core/assets/js/libs/editors/tinymce.js
    core/assets/js/editors.js
    /app/apps/core/static/core/assets/js/editors.js
    core/assets/js/toastr.js
    /app/apps/core/static/core/assets/js/toastr.js

    django.contrib.staticfiles.finders.AppDirectoriesFinder (741 files)

    Path Location
    admin/js/jquery.init.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/jquery.init.js
    admin/js/actions.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/actions.js
    admin/js/prepopulate.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/prepopulate.js
    admin/js/unusable_password_field.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/unusable_password_field.js
    admin/js/cancel.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/cancel.js
    admin/js/inlines.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/inlines.js
    admin/js/nav_sidebar.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/nav_sidebar.js
    admin/js/calendar.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/calendar.js
    admin/js/filters.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/filters.js
    admin/js/change_form.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/change_form.js
    admin/js/autocomplete.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/autocomplete.js
    admin/js/popup_response.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/popup_response.js
    admin/js/prepopulate_init.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js
    admin/js/SelectBox.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/SelectBox.js
    admin/js/core.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/core.js
    admin/js/theme.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/theme.js
    admin/js/urlify.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/urlify.js
    admin/js/SelectFilter2.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js
    admin/js/vendor/jquery/jquery.min.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js
    admin/js/vendor/jquery/LICENSE.txt /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt
    admin/js/vendor/jquery/jquery.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js
    admin/js/vendor/xregexp/xregexp.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js
    admin/js/vendor/xregexp/LICENSE.txt /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt
    admin/js/vendor/xregexp/xregexp.min.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js
    admin/js/vendor/select2/select2.full.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.js
    admin/js/vendor/select2/select2.full.min.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.min.js
    admin/js/vendor/select2/LICENSE.md /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md
    admin/js/vendor/select2/i18n/ko.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ko.js
    admin/js/vendor/select2/i18n/sq.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sq.js
    admin/js/vendor/select2/i18n/hy.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hy.js
    admin/js/vendor/select2/i18n/ne.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ne.js
    admin/js/vendor/select2/i18n/bs.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bs.js
    admin/js/vendor/select2/i18n/mk.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/mk.js
    admin/js/vendor/select2/i18n/pl.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pl.js
    admin/js/vendor/select2/i18n/th.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/th.js
    admin/js/vendor/select2/i18n/sv.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sv.js
    admin/js/vendor/select2/i18n/sl.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sl.js
    admin/js/vendor/select2/i18n/bn.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bn.js
    admin/js/vendor/select2/i18n/az.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/az.js
    admin/js/vendor/select2/i18n/zh-CN.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-CN.js
    admin/js/vendor/select2/i18n/lt.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lt.js
    admin/js/vendor/select2/i18n/sk.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sk.js
    admin/js/vendor/select2/i18n/af.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/af.js
    admin/js/vendor/select2/i18n/ka.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ka.js
    admin/js/vendor/select2/i18n/tk.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tk.js
    admin/js/vendor/select2/i18n/tr.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tr.js
    admin/js/vendor/select2/i18n/ro.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ro.js
    admin/js/vendor/select2/i18n/ar.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js
    admin/js/vendor/select2/i18n/hr.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hr.js
    admin/js/vendor/select2/i18n/it.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/it.js
    admin/js/vendor/select2/i18n/hi.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hi.js
    admin/js/vendor/select2/i18n/hsb.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hsb.js
    admin/js/vendor/select2/i18n/ms.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ms.js
    admin/js/vendor/select2/i18n/dsb.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/dsb.js
    admin/js/vendor/select2/i18n/sr-Cyrl.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr-Cyrl.js
    admin/js/vendor/select2/i18n/uk.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/uk.js
    admin/js/vendor/select2/i18n/et.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/et.js
    admin/js/vendor/select2/i18n/bg.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bg.js
    admin/js/vendor/select2/i18n/is.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/is.js
    admin/js/vendor/select2/i18n/ps.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ps.js
    admin/js/vendor/select2/i18n/fr.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fr.js
    admin/js/vendor/select2/i18n/ja.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ja.js
    admin/js/vendor/select2/i18n/pt-BR.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js
    admin/js/vendor/select2/i18n/he.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/he.js
    admin/js/vendor/select2/i18n/zh-TW.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-TW.js
    admin/js/vendor/select2/i18n/lv.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lv.js
    admin/js/vendor/select2/i18n/pt.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt.js
    admin/js/vendor/select2/i18n/ca.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ca.js
    admin/js/vendor/select2/i18n/nb.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nb.js
    admin/js/vendor/select2/i18n/cs.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/cs.js
    admin/js/vendor/select2/i18n/fa.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fa.js
    admin/js/vendor/select2/i18n/el.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/el.js
    admin/js/vendor/select2/i18n/nl.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nl.js
    admin/js/vendor/select2/i18n/eu.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/eu.js
    admin/js/vendor/select2/i18n/gl.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/gl.js
    admin/js/vendor/select2/i18n/ru.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ru.js
    admin/js/vendor/select2/i18n/id.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/id.js
    admin/js/vendor/select2/i18n/es.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/es.js
    admin/js/vendor/select2/i18n/en.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/en.js
    admin/js/vendor/select2/i18n/fi.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fi.js
    admin/js/vendor/select2/i18n/da.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/da.js
    admin/js/vendor/select2/i18n/de.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/de.js
    admin/js/vendor/select2/i18n/km.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/km.js
    admin/js/vendor/select2/i18n/hu.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hu.js
    admin/js/vendor/select2/i18n/vi.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/vi.js
    admin/js/vendor/select2/i18n/sr.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr.js
    admin/js/admin/RelatedObjectLookups.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js
    admin/js/admin/DateTimeShortcuts.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js
    admin/img/icon-alert.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg
    admin/img/icon-no.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-no.svg
    admin/img/inline-delete.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg
    admin/img/icon-addlink.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg
    admin/img/icon-unknown-alt.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg
    admin/img/icon-unknown.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg
    admin/img/icon-yes.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg
    admin/img/tooltag-add.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg
    admin/img/LICENSE /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/LICENSE
    admin/img/search.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/search.svg
    admin/img/calendar-icons.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg
    admin/img/tooltag-arrowright.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg
    admin/img/selector-icons.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg
    admin/img/icon-viewlink.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-viewlink.svg
    admin/img/sorting-icons.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg
    admin/img/icon-clock.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg
    admin/img/icon-deletelink.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg
    admin/img/icon-calendar.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg
    admin/img/icon-hidelink.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-hidelink.svg
    admin/img/README.txt /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/README.txt
    admin/img/icon-changelink.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg
    admin/img/gis/move_vertex_on.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg
    admin/img/gis/move_vertex_off.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg
    admin/css/dark_mode.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/dark_mode.css
    admin/css/autocomplete.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/autocomplete.css
    admin/css/unusable_password_field.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/unusable_password_field.css
    admin/css/changelists.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/changelists.css
    admin/css/login.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/login.css
    admin/css/forms.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/forms.css
    admin/css/responsive.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/responsive.css
    admin/css/dashboard.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/dashboard.css
    admin/css/rtl.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/rtl.css
    admin/css/nav_sidebar.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/nav_sidebar.css
    admin/css/widgets.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/widgets.css
    admin/css/base.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/base.css
    admin/css/responsive_rtl.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/responsive_rtl.css
    admin/css/vendor/select2/LICENSE-SELECT2.md /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md
    admin/css/vendor/select2/select2.min.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.min.css
    admin/css/vendor/select2/select2.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.css
    core/js/example-chart.js /app/apps/core/static/core/js/example-chart.js
    core/js/example-dragula.js /app/apps/core/static/core/js/example-dragula.js
    core/js/example-map.js /app/apps/core/static/core/js/example-map.js
    core/js/example-listbox.js /app/apps/core/static/core/js/example-listbox.js
    core/js/example-tree.js /app/apps/core/static/core/js/example-tree.js
    core/js/sweetalert.js /app/apps/core/static/core/js/sweetalert.js
    core/js/bundle.js /app/apps/core/static/core/js/bundle.js
    core/js/scripts.js /app/apps/core/static/core/js/scripts.js
    core/js/editors.js /app/apps/core/static/core/js/editors.js
    core/js/toastr.js /app/apps/core/static/core/js/toastr.js
    core/js/vendors/prettify.js /app/apps/core/static/core/js/vendors/prettify.js
    core/js/vendors/jqvmap/jquery.vmap.min.js /app/apps/core/static/core/js/vendors/jqvmap/jquery.vmap.min.js
    core/js/vendors/jqvmap/maps/jquery.vmap.greece.js /app/apps/core/static/core/js/vendors/jqvmap/maps/jquery.vmap.greece.js
    core/js/vendors/jqvmap/maps/jquery.vmap.france.js /app/apps/core/static/core/js/vendors/jqvmap/maps/jquery.vmap.france.js
    core/js/vendors/jqvmap/maps/jquery.vmap.tunisia.js /app/apps/core/static/core/js/vendors/jqvmap/maps/jquery.vmap.tunisia.js
    core/js/vendors/jqvmap/maps/jquery.vmap.world.js /app/apps/core/static/core/js/vendors/jqvmap/maps/jquery.vmap.world.js
    core/js/vendors/jqvmap/maps/jquery.vmap.germany.js /app/apps/core/static/core/js/vendors/jqvmap/maps/jquery.vmap.germany.js
    core/js/vendors/jqvmap/maps/jquery.vmap.turkey.js /app/apps/core/static/core/js/vendors/jqvmap/maps/jquery.vmap.turkey.js
    core/js/vendors/jqvmap/maps/jquery.vmap.iraq.js /app/apps/core/static/core/js/vendors/jqvmap/maps/jquery.vmap.iraq.js
    core/js/vendors/jqvmap/maps/jquery.vmap.russia.js /app/apps/core/static/core/js/vendors/jqvmap/maps/jquery.vmap.russia.js
    core/js/vendors/jqvmap/maps/jquery.vmap.iran.js /app/apps/core/static/core/js/vendors/jqvmap/maps/jquery.vmap.iran.js
    core/js/vendors/jqvmap/maps/jquery.vmap.canada.js /app/apps/core/static/core/js/vendors/jqvmap/maps/jquery.vmap.canada.js
    core/js/vendors/jqvmap/maps/jquery.vmap.europe.js /app/apps/core/static/core/js/vendors/jqvmap/maps/jquery.vmap.europe.js
    core/js/vendors/jqvmap/maps/jquery.vmap.brazil.js /app/apps/core/static/core/js/vendors/jqvmap/maps/jquery.vmap.brazil.js
    core/js/vendors/jqvmap/maps/jquery.vmap.algeria.js /app/apps/core/static/core/js/vendors/jqvmap/maps/jquery.vmap.algeria.js
    core/js/vendors/jqvmap/maps/jquery.vmap.usa.js /app/apps/core/static/core/js/vendors/jqvmap/maps/jquery.vmap.usa.js
    core/js/vendors/jqvmap/maps/jquery.vmap.argentina.js /app/apps/core/static/core/js/vendors/jqvmap/maps/jquery.vmap.argentina.js
    core/js/vendors/jqvmap/maps/continents/jquery.vmap.africa.js /app/apps/core/static/core/js/vendors/jqvmap/maps/continents/jquery.vmap.africa.js
    core/js/vendors/jqvmap/maps/continents/jquery.vmap.australia.js /app/apps/core/static/core/js/vendors/jqvmap/maps/continents/jquery.vmap.australia.js
    core/js/vendors/jqvmap/maps/continents/jquery.vmap.north-america.js /app/apps/core/static/core/js/vendors/jqvmap/maps/continents/jquery.vmap.north-america.js
    core/js/vendors/jqvmap/maps/continents/jquery.vmap.asia.js /app/apps/core/static/core/js/vendors/jqvmap/maps/continents/jquery.vmap.asia.js
    core/js/vendors/jqvmap/maps/continents/jquery.vmap.south-america.js /app/apps/core/static/core/js/vendors/jqvmap/maps/continents/jquery.vmap.south-america.js
    core/js/vendors/jqvmap/maps/continents/jquery.vmap.europe.js /app/apps/core/static/core/js/vendors/jqvmap/maps/continents/jquery.vmap.europe.js
    core/js/vendors/quill/quill.min.js /app/apps/core/static/core/js/vendors/quill/quill.min.js
    core/js/vendors/quill/quill.js /app/apps/core/static/core/js/vendors/quill/quill.js
    core/js/vendors/nioapp/nioapp.min.js /app/apps/core/static/core/js/vendors/nioapp/nioapp.min.js
    core/js/vendors/jquery-steps/jquery.steps.min.js /app/apps/core/static/core/js/vendors/jquery-steps/jquery.steps.min.js
    core/js/vendors/jquery-steps/jquery.steps.js /app/apps/core/static/core/js/vendors/jquery-steps/jquery.steps.js
    core/js/vendors/knob/jquery.knob.js /app/apps/core/static/core/js/vendors/knob/jquery.knob.js
    core/js/vendors/knob/jquery.knob.min.js /app/apps/core/static/core/js/vendors/knob/jquery.knob.min.js
    core/js/apps/messages.js /app/apps/core/static/core/js/apps/messages.js
    core/js/apps/calendar.js /app/apps/core/static/core/js/apps/calendar.js
    core/js/apps/chats.js /app/apps/core/static/core/js/apps/chats.js
    core/js/apps/kanban.js /app/apps/core/static/core/js/apps/kanban.js
    core/js/apps/file-manager.js /app/apps/core/static/core/js/apps/file-manager.js
    core/js/apps/inbox.js /app/apps/core/static/core/js/apps/inbox.js
    core/js/libs/jqvmap.js /app/apps/core/static/core/js/libs/jqvmap.js
    core/js/libs/datatable-btns.js /app/apps/core/static/core/js/libs/datatable-btns.js
    core/js/libs/dragula.js /app/apps/core/static/core/js/libs/dragula.js
    core/js/libs/jstree.js /app/apps/core/static/core/js/libs/jstree.js
    core/js/libs/dual-listbox.js /app/apps/core/static/core/js/libs/dual-listbox.js
    core/js/libs/fullcalendar.js /app/apps/core/static/core/js/libs/fullcalendar.js
    core/js/libs/jkanban.js /app/apps/core/static/core/js/libs/jkanban.js
    core/js/libs/tagify.js /app/apps/core/static/core/js/libs/tagify.js
    core/js/libs/editors/summernote.js /app/apps/core/static/core/js/libs/editors/summernote.js
    core/js/libs/editors/quill.js /app/apps/core/static/core/js/libs/editors/quill.js
    core/js/libs/editors/tinymce.js /app/apps/core/static/core/js/libs/editors/tinymce.js
    core/js/libs/editors/skins/content/default/content.css /app/apps/core/static/core/js/libs/editors/skins/content/default/content.css
    core/js/charts/gd-default.js /app/apps/core/static/core/js/charts/gd-default.js
    core/js/charts/gd-analytics.js /app/apps/core/static/core/js/charts/gd-analytics.js
    core/js/charts/chart-widgets.js /app/apps/core/static/core/js/charts/chart-widgets.js
    core/assets/js/example-chart.js /app/apps/core/static/core/assets/js/example-chart.js
    core/assets/js/example-dragula.js /app/apps/core/static/core/assets/js/example-dragula.js
    core/assets/js/example-map.js /app/apps/core/static/core/assets/js/example-map.js
    core/assets/js/example-listbox.js /app/apps/core/static/core/assets/js/example-listbox.js
    core/assets/js/example-tree.js /app/apps/core/static/core/assets/js/example-tree.js
    core/assets/js/sweetalert.js /app/apps/core/static/core/assets/js/sweetalert.js
    core/assets/js/bundle.js /app/apps/core/static/core/assets/js/bundle.js
    core/assets/js/scripts.js /app/apps/core/static/core/assets/js/scripts.js
    core/assets/js/editors.js /app/apps/core/static/core/assets/js/editors.js
    core/assets/js/toastr.js /app/apps/core/static/core/assets/js/toastr.js
    core/assets/js/apps/messages.js /app/apps/core/static/core/assets/js/apps/messages.js
    core/assets/js/apps/calendar.js /app/apps/core/static/core/assets/js/apps/calendar.js
    core/assets/js/apps/chats.js /app/apps/core/static/core/assets/js/apps/chats.js
    core/assets/js/apps/kanban.js /app/apps/core/static/core/assets/js/apps/kanban.js
    core/assets/js/apps/file-manager.js /app/apps/core/static/core/assets/js/apps/file-manager.js
    core/assets/js/apps/inbox.js /app/apps/core/static/core/assets/js/apps/inbox.js
    core/assets/js/libs/jqvmap.js /app/apps/core/static/core/assets/js/libs/jqvmap.js
    core/assets/js/libs/datatable-btns.js /app/apps/core/static/core/assets/js/libs/datatable-btns.js
    core/assets/js/libs/dragula.js /app/apps/core/static/core/assets/js/libs/dragula.js
    core/assets/js/libs/jstree.js /app/apps/core/static/core/assets/js/libs/jstree.js
    core/assets/js/libs/dual-listbox.js /app/apps/core/static/core/assets/js/libs/dual-listbox.js
    core/assets/js/libs/fullcalendar.js /app/apps/core/static/core/assets/js/libs/fullcalendar.js
    core/assets/js/libs/jkanban.js /app/apps/core/static/core/assets/js/libs/jkanban.js
    core/assets/js/libs/tagify.js /app/apps/core/static/core/assets/js/libs/tagify.js
    core/assets/js/libs/editors/summernote.js /app/apps/core/static/core/assets/js/libs/editors/summernote.js
    core/assets/js/libs/editors/quill.js /app/apps/core/static/core/assets/js/libs/editors/quill.js
    core/assets/js/libs/editors/tinymce.js /app/apps/core/static/core/assets/js/libs/editors/tinymce.js
    core/assets/js/libs/editors/skins/content/default/content.css /app/apps/core/static/core/assets/js/libs/editors/skins/content/default/content.css
    core/assets/js/charts/gd-default.js /app/apps/core/static/core/assets/js/charts/gd-default.js
    core/assets/js/charts/gd-analytics.js /app/apps/core/static/core/assets/js/charts/gd-analytics.js
    core/assets/js/charts/chart-widgets.js /app/apps/core/static/core/assets/js/charts/chart-widgets.js
    core/assets/fonts/bootstrap-icons.woff /app/apps/core/static/core/assets/fonts/bootstrap-icons.woff
    core/assets/fonts/summernote.ttf /app/apps/core/static/core/assets/fonts/summernote.ttf
    core/assets/fonts/Roboto-Bold.eot /app/apps/core/static/core/assets/fonts/Roboto-Bold.eot
    core/assets/fonts/fa-brands-400.woff2 /app/apps/core/static/core/assets/fonts/fa-brands-400.woff2
    core/assets/fonts/Roboto-Bold.ttf /app/apps/core/static/core/assets/fonts/Roboto-Bold.ttf
    core/assets/fonts/Roboto-Medium.eot /app/apps/core/static/core/assets/fonts/Roboto-Medium.eot
    core/assets/fonts/Roboto-Light.woff /app/apps/core/static/core/assets/fonts/Roboto-Light.woff
    core/assets/fonts/Roboto-Bold.woff2 /app/apps/core/static/core/assets/fonts/Roboto-Bold.woff2
    core/assets/fonts/Nioicon.ttf /app/apps/core/static/core/assets/fonts/Nioicon.ttf
    core/assets/fonts/Roboto-Light.eot /app/apps/core/static/core/assets/fonts/Roboto-Light.eot
    core/assets/fonts/Roboto-Light.ttf /app/apps/core/static/core/assets/fonts/Roboto-Light.ttf
    core/assets/fonts/Roboto-Light.woff2 /app/apps/core/static/core/assets/fonts/Roboto-Light.woff2
    core/assets/fonts/Roboto-Regular.eot /app/apps/core/static/core/assets/fonts/Roboto-Regular.eot
    core/assets/fonts/tinymce-mobile.woff /app/apps/core/static/core/assets/fonts/tinymce-mobile.woff
    core/assets/fonts/fa-solid-900.woff2 /app/apps/core/static/core/assets/fonts/fa-solid-900.woff2
    core/assets/fonts/bootstrap-icons.woff2 /app/apps/core/static/core/assets/fonts/bootstrap-icons.woff2
    core/assets/fonts/Roboto-Regular.woff /app/apps/core/static/core/assets/fonts/Roboto-Regular.woff
    core/assets/fonts/fa-regular-400.svg /app/apps/core/static/core/assets/fonts/fa-regular-400.svg
    core/assets/fonts/themify.woff /app/apps/core/static/core/assets/fonts/themify.woff
    core/assets/fonts/fa-brands-400.ttf /app/apps/core/static/core/assets/fonts/fa-brands-400.ttf
    core/assets/fonts/Roboto-Regular.woff2 /app/apps/core/static/core/assets/fonts/Roboto-Regular.woff2
    core/assets/fonts/themify.svg /app/apps/core/static/core/assets/fonts/themify.svg
    core/assets/fonts/Nioicon.woff /app/apps/core/static/core/assets/fonts/Nioicon.woff
    core/assets/fonts/Nunito-Bold.ttf /app/apps/core/static/core/assets/fonts/Nunito-Bold.ttf
    core/assets/fonts/summernote.woff /app/apps/core/static/core/assets/fonts/summernote.woff
    core/assets/fonts/fa-solid-900.woff /app/apps/core/static/core/assets/fonts/fa-solid-900.woff
    core/assets/fonts/Nunito-Regular.woff /app/apps/core/static/core/assets/fonts/Nunito-Regular.woff
    core/assets/fonts/Roboto-Medium.woff /app/apps/core/static/core/assets/fonts/Roboto-Medium.woff
    core/assets/fonts/fa-regular-400.woff /app/apps/core/static/core/assets/fonts/fa-regular-400.woff
    core/assets/fonts/themify.ttf /app/apps/core/static/core/assets/fonts/themify.ttf
    core/assets/fonts/fa-regular-400.eot /app/apps/core/static/core/assets/fonts/fa-regular-400.eot
    core/assets/fonts/summernote.eot /app/apps/core/static/core/assets/fonts/summernote.eot
    core/assets/fonts/Nioicon.svg /app/apps/core/static/core/assets/fonts/Nioicon.svg
    core/assets/fonts/Nunito-Regular.ttf /app/apps/core/static/core/assets/fonts/Nunito-Regular.ttf
    core/assets/fonts/fa-solid-900.ttf /app/apps/core/static/core/assets/fonts/fa-solid-900.ttf
    core/assets/fonts/themify.eot /app/apps/core/static/core/assets/fonts/themify.eot
    core/assets/fonts/summernote.woff2 /app/apps/core/static/core/assets/fonts/summernote.woff2
    core/assets/fonts/Roboto-Regular.ttf /app/apps/core/static/core/assets/fonts/Roboto-Regular.ttf
    core/assets/fonts/fa-regular-400.ttf /app/apps/core/static/core/assets/fonts/fa-regular-400.ttf
    core/assets/fonts/Nunito-Bold.woff /app/apps/core/static/core/assets/fonts/Nunito-Bold.woff
    core/assets/fonts/Nunito-Regular.eot /app/apps/core/static/core/assets/fonts/Nunito-Regular.eot
    core/assets/fonts/Roboto-Medium.ttf /app/apps/core/static/core/assets/fonts/Roboto-Medium.ttf
    core/assets/fonts/Roboto-Medium.woff2 /app/apps/core/static/core/assets/fonts/Roboto-Medium.woff2
    core/assets/fonts/fa-brands-400.woff /app/apps/core/static/core/assets/fonts/fa-brands-400.woff
    core/assets/fonts/Nunito-Regular.woff2 /app/apps/core/static/core/assets/fonts/Nunito-Regular.woff2
    core/assets/fonts/Nunito-Bold.eot /app/apps/core/static/core/assets/fonts/Nunito-Bold.eot
    core/assets/fonts/Roboto-Bold.woff /app/apps/core/static/core/assets/fonts/Roboto-Bold.woff
    core/assets/fonts/Nunito-Bold.woff2 /app/apps/core/static/core/assets/fonts/Nunito-Bold.woff2
    core/assets/fonts/fa-solid-900.svg /app/apps/core/static/core/assets/fonts/fa-solid-900.svg
    core/assets/fonts/fa-brands-400.svg /app/apps/core/static/core/assets/fonts/fa-brands-400.svg
    core/assets/fonts/fa-solid-900.eot /app/apps/core/static/core/assets/fonts/fa-solid-900.eot
    core/assets/fonts/fa-regular-400.woff2 /app/apps/core/static/core/assets/fonts/fa-regular-400.woff2
    core/assets/fonts/fa-brands-400.eot /app/apps/core/static/core/assets/fonts/fa-brands-400.eot
    core/assets/images/jsTree/40px.png /app/apps/core/static/core/assets/images/jsTree/40px.png
    core/assets/images/jsTree/throbber.gif /app/apps/core/static/core/assets/images/jsTree/throbber.gif
    core/assets/images/jsTree/throbber-dark.gif /app/apps/core/static/core/assets/images/jsTree/throbber-dark.gif
    core/assets/images/jsTree/32px.png /app/apps/core/static/core/assets/images/jsTree/32px.png
    core/assets/images/jsTree/40px-dark.png /app/apps/core/static/core/assets/images/jsTree/40px-dark.png
    core/assets/images/jsTree/32px-dark.png /app/apps/core/static/core/assets/images/jsTree/32px-dark.png
    core/assets/css/theme.css /app/apps/core/static/core/assets/css/theme.css
    core/assets/css/dashlite.rtl.css /app/apps/core/static/core/assets/css/dashlite.rtl.css
    core/assets/css/style-email.css /app/apps/core/static/core/assets/css/style-email.css
    core/assets/css/dashlite.rtl.min.css /app/apps/core/static/core/assets/css/dashlite.rtl.min.css
    core/assets/css/dashlite.min.css /app/apps/core/static/core/assets/css/dashlite.min.css
    core/assets/css/dashlite.css /app/apps/core/static/core/assets/css/dashlite.css
    core/assets/css/libs/fontawesome-icons.css /app/apps/core/static/core/assets/css/libs/fontawesome-icons.css
    core/assets/css/libs/jstree.css /app/apps/core/static/core/assets/css/libs/jstree.css
    core/assets/css/libs/themify-icons.css /app/apps/core/static/core/assets/css/libs/themify-icons.css
    core/assets/css/libs/bootstrap-icons.css /app/apps/core/static/core/assets/css/libs/bootstrap-icons.css
    core/assets/css/editors/quill.rtl.css /app/apps/core/static/core/assets/css/editors/quill.rtl.css
    core/assets/css/editors/summernote.rtl.css /app/apps/core/static/core/assets/css/editors/summernote.rtl.css
    core/assets/css/editors/summernote.css /app/apps/core/static/core/assets/css/editors/summernote.css
    core/assets/css/editors/tinymce.rtl.css /app/apps/core/static/core/assets/css/editors/tinymce.rtl.css
    core/assets/css/editors/tinymce.css /app/apps/core/static/core/assets/css/editors/tinymce.css
    core/assets/css/editors/quill.css /app/apps/core/static/core/assets/css/editors/quill.css
    core/assets/css/skins/theme-red.css /app/apps/core/static/core/assets/css/skins/theme-red.css
    core/assets/css/skins/theme-egyptian.css /app/apps/core/static/core/assets/css/skins/theme-egyptian.css
    core/assets/css/skins/theme-purple.css /app/apps/core/static/core/assets/css/skins/theme-purple.css
    core/assets/css/skins/theme-green.css /app/apps/core/static/core/assets/css/skins/theme-green.css
    core/assets/css/skins/theme-blue.css /app/apps/core/static/core/assets/css/skins/theme-blue.css
    core/images/logo_.png /app/apps/core/static/core/images/logo_.png
    core/images/logo-dark2x.png /app/apps/core/static/core/images/logo-dark2x.png
    core/images/logo-small.png /app/apps/core/static/core/images/logo-small.png
    core/images/logo-dark-small.png /app/apps/core/static/core/images/logo-dark-small.png
    core/images/logo.png /app/apps/core/static/core/images/logo.png
    core/images/logo-dark-small2x.png /app/apps/core/static/core/images/logo-dark-small2x.png
    core/images/favicon.png /app/apps/core/static/core/images/favicon.png
    core/images/logo-small2x.png /app/apps/core/static/core/images/logo-small2x.png
    core/images/logo2x.png /app/apps/core/static/core/images/logo2x.png
    core/images/logo-dark.png /app/apps/core/static/core/images/logo-dark.png
    core/images/index.html /app/apps/core/static/core/images/index.html
    core/images/stock/g.jpg /app/apps/core/static/core/images/stock/g.jpg
    core/images/stock/f.jpg /app/apps/core/static/core/images/stock/f.jpg
    core/images/stock/e.jpg /app/apps/core/static/core/images/stock/e.jpg
    core/images/stock/b.jpg /app/apps/core/static/core/images/stock/b.jpg
    core/images/stock/c.jpg /app/apps/core/static/core/images/stock/c.jpg
    core/images/stock/d.jpg /app/apps/core/static/core/images/stock/d.jpg
    core/images/stock/h.jpg /app/apps/core/static/core/images/stock/h.jpg
    core/images/stock/a.jpg /app/apps/core/static/core/images/stock/a.jpg
    core/images/icons/project-scrum.svg /app/apps/core/static/core/images/icons/project-scrum.svg
    core/images/icons/help-desk.svg /app/apps/core/static/core/images/icons/help-desk.svg
    core/images/icons/card-secure.svg /app/apps/core/static/core/images/icons/card-secure.svg
    core/images/icons/file-type-text.svg /app/apps/core/static/core/images/icons/file-type-text.svg
    core/images/icons/sync.svg /app/apps/core/static/core/images/icons/sync.svg
    core/images/icons/fornt-end-developer.svg /app/apps/core/static/core/images/icons/fornt-end-developer.svg
    core/images/icons/file-type-ppt-alt.svg /app/apps/core/static/core/images/icons/file-type-ppt-alt.svg
    core/images/icons/plan-s1.svg /app/apps/core/static/core/images/icons/plan-s1.svg
    core/images/icons/file-type-ppt.svg /app/apps/core/static/core/images/icons/file-type-ppt.svg
    core/images/icons/file-type-pdf.svg /app/apps/core/static/core/images/icons/file-type-pdf.svg
    core/images/icons/newspaper.svg /app/apps/core/static/core/images/icons/newspaper.svg
    core/images/icons/folder.svg /app/apps/core/static/core/images/icons/folder.svg
    core/images/icons/excel.svg /app/apps/core/static/core/images/icons/excel.svg
    core/images/icons/devices.svg /app/apps/core/static/core/images/icons/devices.svg
    core/images/icons/search-engine.svg /app/apps/core/static/core/images/icons/search-engine.svg
    core/images/icons/bills.svg /app/apps/core/static/core/images/icons/bills.svg
    core/images/icons/file-type-doc-alt.svg /app/apps/core/static/core/images/icons/file-type-doc-alt.svg
    core/images/icons/file-type-code.svg /app/apps/core/static/core/images/icons/file-type-code.svg
    core/images/icons/card-credit.svg /app/apps/core/static/core/images/icons/card-credit.svg
    core/images/icons/card-debit.svg /app/apps/core/static/core/images/icons/card-debit.svg
    core/images/icons/file-excel.svg /app/apps/core/static/core/images/icons/file-excel.svg
    core/images/icons/project-duplicate.svg /app/apps/core/static/core/images/icons/project-duplicate.svg
    core/images/icons/file-type-music-alt.svg /app/apps/core/static/core/images/icons/file-type-music-alt.svg
    core/images/icons/settings.svg /app/apps/core/static/core/images/icons/settings.svg
    core/images/icons/quite-satisfied.svg /app/apps/core/static/core/images/icons/quite-satisfied.svg
    core/images/icons/folder-shared-alt.svg /app/apps/core/static/core/images/icons/folder-shared-alt.svg
    core/images/icons/emails.svg /app/apps/core/static/core/images/icons/emails.svg
    core/images/icons/password-secure.svg /app/apps/core/static/core/images/icons/password-secure.svg
    core/images/icons/product-sc.svg /app/apps/core/static/core/images/icons/product-sc.svg
    core/images/icons/folder-alt.svg /app/apps/core/static/core/images/icons/folder-alt.svg
    core/images/icons/doc-checked.svg /app/apps/core/static/core/images/icons/doc-checked.svg
    core/images/icons/file-type-sheet-alt.svg /app/apps/core/static/core/images/icons/file-type-sheet-alt.svg
    core/images/icons/customize.svg /app/apps/core/static/core/images/icons/customize.svg
    core/images/icons/support-general.svg /app/apps/core/static/core/images/icons/support-general.svg
    core/images/icons/kyc-nid.svg /app/apps/core/static/core/images/icons/kyc-nid.svg
    core/images/icons/file-type-movie-alt.svg /app/apps/core/static/core/images/icons/file-type-movie-alt.svg
    core/images/icons/profile.svg /app/apps/core/static/core/images/icons/profile.svg
    core/images/icons/file-type-movie.svg /app/apps/core/static/core/images/icons/file-type-movie.svg
    core/images/icons/plan-s2.svg /app/apps/core/static/core/images/icons/plan-s2.svg
    core/images/icons/folder-shared.svg /app/apps/core/static/core/images/icons/folder-shared.svg
    core/images/icons/invoice.svg /app/apps/core/static/core/images/icons/invoice.svg
    core/images/icons/loop.svg /app/apps/core/static/core/images/icons/loop.svg
    core/images/icons/file-word.svg /app/apps/core/static/core/images/icons/file-word.svg
    core/images/icons/freelancing-service.svg /app/apps/core/static/core/images/icons/freelancing-service.svg
    core/images/icons/account-secure.svg /app/apps/core/static/core/images/icons/account-secure.svg
    core/images/icons/product-pp.svg /app/apps/core/static/core/images/icons/product-pp.svg
    core/images/icons/print-advertize.svg /app/apps/core/static/core/images/icons/print-advertize.svg
    core/images/icons/product-ig.svg /app/apps/core/static/core/images/icons/product-ig.svg
    core/images/icons/completely-satisfied.svg /app/apps/core/static/core/images/icons/completely-satisfied.svg
    core/images/icons/file-type-code-alt.svg /app/apps/core/static/core/images/icons/file-type-code-alt.svg
    core/images/icons/zip.svg /app/apps/core/static/core/images/icons/zip.svg
    core/images/icons/satisfied.svg /app/apps/core/static/core/images/icons/satisfied.svg
    core/images/icons/support.svg /app/apps/core/static/core/images/icons/support.svg
    core/images/icons/support-secure.svg /app/apps/core/static/core/images/icons/support-secure.svg
    core/images/icons/file-type-zip-alt.svg /app/apps/core/static/core/images/icons/file-type-zip-alt.svg
    core/images/icons/product-cc.svg /app/apps/core/static/core/images/icons/product-cc.svg
    core/images/icons/product-ee.svg /app/apps/core/static/core/images/icons/product-ee.svg
    core/images/icons/file-type-media-alt.svg /app/apps/core/static/core/images/icons/file-type-media-alt.svg
    core/images/icons/file-type-text-alt.svg /app/apps/core/static/core/images/icons/file-type-text-alt.svg
    core/images/icons/kyc-pp.svg /app/apps/core/static/core/images/icons/kyc-pp.svg
    core/images/icons/kyc-dv.svg /app/apps/core/static/core/images/icons/kyc-dv.svg
    core/images/icons/codes.svg /app/apps/core/static/core/images/icons/codes.svg
    core/images/icons/support-payment.svg /app/apps/core/static/core/images/icons/support-payment.svg
    core/images/icons/file-type-doc.svg /app/apps/core/static/core/images/icons/file-type-doc.svg
    core/images/icons/file-pdf.svg /app/apps/core/static/core/images/icons/file-pdf.svg
    core/images/icons/file-type-zip.svg /app/apps/core/static/core/images/icons/file-type-zip.svg
    core/images/icons/project-import.svg /app/apps/core/static/core/images/icons/project-import.svg
    core/images/icons/file-doc.svg /app/apps/core/static/core/images/icons/file-doc.svg
    core/images/icons/ux-designer.svg /app/apps/core/static/core/images/icons/ux-designer.svg
    core/images/icons/not-satisfied.svg /app/apps/core/static/core/images/icons/not-satisfied.svg
    core/images/icons/code-scan.svg /app/apps/core/static/core/images/icons/code-scan.svg
    core/images/icons/file-zip.svg /app/apps/core/static/core/images/icons/file-zip.svg
    core/images/icons/plan-s3.svg /app/apps/core/static/core/images/icons/plan-s3.svg
    core/images/icons/connect-secure.svg /app/apps/core/static/core/images/icons/connect-secure.svg
    core/images/icons/recheck.svg /app/apps/core/static/core/images/icons/recheck.svg
    core/images/icons/file-type-pdf-alt.svg /app/apps/core/static/core/images/icons/file-type-pdf-alt.svg
    core/images/icons/friends.svg /app/apps/core/static/core/images/icons/friends.svg
    core/images/icons/project-kanban.svg /app/apps/core/static/core/images/icons/project-kanban.svg
    core/images/icons/reports.svg /app/apps/core/static/core/images/icons/reports.svg
    core/images/icons/id-back.svg /app/apps/core/static/core/images/icons/id-back.svg
    core/images/icons/file-type-music.svg /app/apps/core/static/core/images/icons/file-type-music.svg
    core/images/icons/file-media.svg /app/apps/core/static/core/images/icons/file-media.svg
    core/images/icons/file-type-sheet.svg /app/apps/core/static/core/images/icons/file-type-sheet.svg
    core/images/icons/file-type-media.svg /app/apps/core/static/core/images/icons/file-type-media.svg
    core/images/icons/support-account.svg /app/apps/core/static/core/images/icons/support-account.svg
    core/images/icons/folder-secure-alt.svg /app/apps/core/static/core/images/icons/folder-secure-alt.svg
    core/images/icons/folder-secure.svg /app/apps/core/static/core/images/icons/folder-secure.svg
    core/images/icons/id-front.svg /app/apps/core/static/core/images/icons/id-front.svg
    core/images/product/video-a.jpg /app/apps/core/static/core/images/product/video-a.jpg
    core/images/product/lg-h.jpg /app/apps/core/static/core/images/product/lg-h.jpg
    core/images/product/h.png /app/apps/core/static/core/images/product/h.png
    core/images/product/a.png /app/apps/core/static/core/images/product/a.png
    core/images/product/lg-g.jpg /app/apps/core/static/core/images/product/lg-g.jpg
    core/images/product/e.png /app/apps/core/static/core/images/product/e.png
    core/images/product/lg-f.jpg /app/apps/core/static/core/images/product/lg-f.jpg
    core/images/product/g.png /app/apps/core/static/core/images/product/g.png
    core/images/product/lg-b.jpg /app/apps/core/static/core/images/product/lg-b.jpg
    core/images/product/lg-a.jpg /app/apps/core/static/core/images/product/lg-a.jpg
    core/images/product/lg-d.jpg /app/apps/core/static/core/images/product/lg-d.jpg
    core/images/product/j.png /app/apps/core/static/core/images/product/j.png
    core/images/product/lg-c.jpg /app/apps/core/static/core/images/product/lg-c.jpg
    core/images/product/d.png /app/apps/core/static/core/images/product/d.png
    core/images/product/b.png /app/apps/core/static/core/images/product/b.png
    core/images/product/i.png /app/apps/core/static/core/images/product/i.png
    core/images/product/f.png /app/apps/core/static/core/images/product/f.png
    core/images/product/lg-e.jpg /app/apps/core/static/core/images/product/lg-e.jpg
    core/images/product/c.png /app/apps/core/static/core/images/product/c.png
    core/images/flags/spanish.png /app/apps/core/static/core/images/flags/spanish.png
    core/images/flags/aus.png /app/apps/core/static/core/images/flags/aus.png
    core/images/flags/italy-sq.png /app/apps/core/static/core/images/flags/italy-sq.png
    core/images/flags/china.png /app/apps/core/static/core/images/flags/china.png
    core/images/flags/turkey.png /app/apps/core/static/core/images/flags/turkey.png
    core/images/flags/english-sq.png /app/apps/core/static/core/images/flags/english-sq.png
    core/images/flags/uk-sq.png /app/apps/core/static/core/images/flags/uk-sq.png
    core/images/flags/bangladesh.png /app/apps/core/static/core/images/flags/bangladesh.png
    core/images/flags/china-sq.png /app/apps/core/static/core/images/flags/china-sq.png
    core/images/flags/english.png /app/apps/core/static/core/images/flags/english.png
    core/images/flags/germany.png /app/apps/core/static/core/images/flags/germany.png
    core/images/flags/spanish-sq.png /app/apps/core/static/core/images/flags/spanish-sq.png
    core/images/flags/uk.png /app/apps/core/static/core/images/flags/uk.png
    core/images/flags/iran-sq.png /app/apps/core/static/core/images/flags/iran-sq.png
    core/images/flags/french-sq.png /app/apps/core/static/core/images/flags/french-sq.png
    core/images/flags/switzerland-sq.png /app/apps/core/static/core/images/flags/switzerland-sq.png
    core/images/flags/italy.png /app/apps/core/static/core/images/flags/italy.png
    core/images/flags/switzerland.png /app/apps/core/static/core/images/flags/switzerland.png
    core/images/flags/portugal.png /app/apps/core/static/core/images/flags/portugal.png
    core/images/flags/turkey-sq.png /app/apps/core/static/core/images/flags/turkey-sq.png
    core/images/flags/canada.png /app/apps/core/static/core/images/flags/canada.png
    core/images/flags/spain-sq.png /app/apps/core/static/core/images/flags/spain-sq.png
    core/images/flags/iran.png /app/apps/core/static/core/images/flags/iran.png
    core/images/flags/germany-sq.png /app/apps/core/static/core/images/flags/germany-sq.png
    core/images/flags/arg.png /app/apps/core/static/core/images/flags/arg.png
    core/images/flags/s-africa.png /app/apps/core/static/core/images/flags/s-africa.png
    core/images/flags/mexico.png /app/apps/core/static/core/images/flags/mexico.png
    core/images/flags/philipine.png /app/apps/core/static/core/images/flags/philipine.png
    core/images/flags/spain.png /app/apps/core/static/core/images/flags/spain.png
    core/images/flags/french.png /app/apps/core/static/core/images/flags/french.png
    core/images/email/kyc-progress.png /app/apps/core/static/core/images/email/kyc-progress.png
    core/images/email/kyc-pending.png /app/apps/core/static/core/images/email/kyc-pending.png
    core/images/email/kyc-success.png /app/apps/core/static/core/images/email/kyc-success.png
    core/images/slides/promo-b2x.png /app/apps/core/static/core/images/slides/promo-b2x.png
    core/images/slides/promo-b.png /app/apps/core/static/core/images/slides/promo-b.png
    core/images/slides/promo-a2x.png /app/apps/core/static/core/images/slides/promo-a2x.png
    core/images/slides/slide-a.jpg /app/apps/core/static/core/images/slides/slide-a.jpg
    core/images/slides/promo-a.png /app/apps/core/static/core/images/slides/promo-a.png
    core/images/slides/promo-c2x.png /app/apps/core/static/core/images/slides/promo-c2x.png
    core/images/slides/promo-c.png /app/apps/core/static/core/images/slides/promo-c.png
    core/images/slides/slide-c.jpg /app/apps/core/static/core/images/slides/slide-c.jpg
    core/images/slides/slide-b.jpg /app/apps/core/static/core/images/slides/slide-b.jpg
    core/images/socials/medium.png /app/apps/core/static/core/images/socials/medium.png
    core/images/socials/twitter.png /app/apps/core/static/core/images/socials/twitter.png
    core/images/socials/facebook.png /app/apps/core/static/core/images/socials/facebook.png
    core/images/socials/youtube.png /app/apps/core/static/core/images/socials/youtube.png
    core/images/gfx/job-survey.svg /app/apps/core/static/core/images/gfx/job-survey.svg
    core/images/gfx/work-desk.svg /app/apps/core/static/core/images/gfx/work-desk.svg
    core/images/gfx/error-504.svg /app/apps/core/static/core/images/gfx/error-504.svg
    core/images/gfx/error-404.svg /app/apps/core/static/core/images/gfx/error-404.svg
    core/images/gfx/attach-a.jpg /app/apps/core/static/core/images/gfx/attach-a.jpg
    core/images/gfx/survey.svg /app/apps/core/static/core/images/gfx/survey.svg
    core/images/gfx/support.jpg /app/apps/core/static/core/images/gfx/support.jpg
    core/images/gfx/attach-b.jpg /app/apps/core/static/core/images/gfx/attach-b.jpg
    core/images/qr/qr-code.png /app/apps/core/static/core/images/qr/qr-code.png
    core/images/avatar/d-sm.jpg /app/apps/core/static/core/images/avatar/d-sm.jpg
    core/images/avatar/b-sm.jpg /app/apps/core/static/core/images/avatar/b-sm.jpg
    core/images/avatar/a-sm.jpg /app/apps/core/static/core/images/avatar/a-sm.jpg
    core/images/avatar/c-sm.jpg /app/apps/core/static/core/images/avatar/c-sm.jpg
    core/images/coins/usdt.svg /app/apps/core/static/core/images/coins/usdt.svg
    core/images/coins/bnb.svg /app/apps/core/static/core/images/coins/bnb.svg
    core/images/coins/btc.svg /app/apps/core/static/core/images/coins/btc.svg
    core/images/coins/eth.svg /app/apps/core/static/core/images/coins/eth.svg
    core/images/coins/xlm.svg /app/apps/core/static/core/images/coins/xlm.svg
    core/images/coins/xps.svg /app/apps/core/static/core/images/coins/xps.svg
    core/images/coins/ltc.svg /app/apps/core/static/core/images/coins/ltc.svg
    core/images/coins/eos.svg /app/apps/core/static/core/images/coins/eos.svg
    core/images/coins/trx.svg /app/apps/core/static/core/images/coins/trx.svg
    core/images/coins/bch.svg /app/apps/core/static/core/images/coins/bch.svg
    core/scss/dashlite.scss /app/apps/core/static/core/scss/dashlite.scss
    core/scss/style-email.scss /app/apps/core/static/core/scss/style-email.scss
    core/scss/theme.scss /app/apps/core/static/core/scss/theme.scss
    core/scss/_dashlite_variables.scss /app/apps/core/static/core/scss/_dashlite_variables.scss
    core/scss/extend/bootstrap/_bootstrap.scss /app/apps/core/static/core/scss/extend/bootstrap/_bootstrap.scss
    core/scss/extend/bootstrap/_variables.scss /app/apps/core/static/core/scss/extend/bootstrap/_variables.scss
    core/scss/extend/bootstrap/_extend.scss /app/apps/core/static/core/scss/extend/bootstrap/_extend.scss
    core/scss/extend/bootstrap/components/_card.scss /app/apps/core/static/core/scss/extend/bootstrap/components/_card.scss
    core/scss/extend/bootstrap/components/_tooltip.scss /app/apps/core/static/core/scss/extend/bootstrap/components/_tooltip.scss
    core/scss/extend/bootstrap/components/_link.scss /app/apps/core/static/core/scss/extend/bootstrap/components/_link.scss
    core/scss/extend/bootstrap/components/_alert.scss /app/apps/core/static/core/scss/extend/bootstrap/components/_alert.scss
    core/scss/extend/bootstrap/components/_forms.scss /app/apps/core/static/core/scss/extend/bootstrap/components/_forms.scss
    core/scss/extend/bootstrap/components/_placeholders.scss /app/apps/core/static/core/scss/extend/bootstrap/components/_placeholders.scss
    core/scss/extend/bootstrap/components/_toast.scss /app/apps/core/static/core/scss/extend/bootstrap/components/_toast.scss
    core/scss/extend/bootstrap/components/_progress.scss /app/apps/core/static/core/scss/extend/bootstrap/components/_progress.scss
    core/scss/extend/bootstrap/components/_buttons.scss /app/apps/core/static/core/scss/extend/bootstrap/components/_buttons.scss
    core/scss/extend/bootstrap/components/_dropdown.scss /app/apps/core/static/core/scss/extend/bootstrap/components/_dropdown.scss
    core/scss/extend/bootstrap/components/_pagination.scss /app/apps/core/static/core/scss/extend/bootstrap/components/_pagination.scss
    core/scss/extend/bootstrap/components/_breadcrumb.scss /app/apps/core/static/core/scss/extend/bootstrap/components/_breadcrumb.scss
    core/scss/extend/bootstrap/components/_grid.scss /app/apps/core/static/core/scss/extend/bootstrap/components/_grid.scss
    core/scss/extend/bootstrap/components/_custom-forms.scss /app/apps/core/static/core/scss/extend/bootstrap/components/_custom-forms.scss
    core/scss/extend/bootstrap/components/_button-group.scss /app/apps/core/static/core/scss/extend/bootstrap/components/_button-group.scss
    core/scss/extend/bootstrap/components/_tables.scss /app/apps/core/static/core/scss/extend/bootstrap/components/_tables.scss
    core/scss/extend/bootstrap/components/_nav.scss /app/apps/core/static/core/scss/extend/bootstrap/components/_nav.scss
    core/scss/extend/bootstrap/components/_modal.scss /app/apps/core/static/core/scss/extend/bootstrap/components/_modal.scss
    core/scss/extend/bootstrap/components/_badge.scss /app/apps/core/static/core/scss/extend/bootstrap/components/_badge.scss
    core/scss/extend/bootstrap/components/_media.scss /app/apps/core/static/core/scss/extend/bootstrap/components/_media.scss
    core/scss/extend/bootstrap/utilites/_background.scss /app/apps/core/static/core/scss/extend/bootstrap/utilites/_background.scss
    core/scss/extend/bootstrap/utilites/_position.scss /app/apps/core/static/core/scss/extend/bootstrap/utilites/_position.scss
    core/scss/extend/bootstrap/utilites/_flex.scss /app/apps/core/static/core/scss/extend/bootstrap/utilites/_flex.scss
    core/scss/extend/bootstrap/utilites/_text.scss /app/apps/core/static/core/scss/extend/bootstrap/utilites/_text.scss
    core/scss/extend/bootstrap/utilites/_reboot.scss /app/apps/core/static/core/scss/extend/bootstrap/utilites/_reboot.scss
    core/scss/extend/bootstrap/utilites/_type.scss /app/apps/core/static/core/scss/extend/bootstrap/utilites/_type.scss
    core/scss/extend/bootstrap/utilites/_spacing.scss /app/apps/core/static/core/scss/extend/bootstrap/utilites/_spacing.scss
    core/scss/extend/bootstrap/utilites/_borders.scss /app/apps/core/static/core/scss/extend/bootstrap/utilites/_borders.scss
    core/scss/extend/bootstrap/utilites/_sizing.scss /app/apps/core/static/core/scss/extend/bootstrap/utilites/_sizing.scss
    core/scss/extend/bootstrap/utilites/_common.scss /app/apps/core/static/core/scss/extend/bootstrap/utilites/_common.scss
    core/scss/subscription/_variables.scss /app/apps/core/static/core/scss/subscription/_variables.scss
    core/scss/subscription/_style.scss /app/apps/core/static/core/scss/subscription/_style.scss
    core/scss/subscription/pages/_support.scss /app/apps/core/static/core/scss/subscription/pages/_support.scss
    core/scss/subscription/pages/_plans.scss /app/apps/core/static/core/scss/subscription/pages/_plans.scss
    core/scss/subscription/pages/_download.scss /app/apps/core/static/core/scss/subscription/pages/_download.scss
    core/scss/subscription/pages/_tickets.scss /app/apps/core/static/core/scss/subscription/pages/_tickets.scss
    core/scss/subscription/pages/_invoice.scss /app/apps/core/static/core/scss/subscription/pages/_invoice.scss
    core/scss/vendors/_simplebar.scss /app/apps/core/static/core/scss/vendors/_simplebar.scss
    core/scss/vendors/_map.scss /app/apps/core/static/core/scss/vendors/_map.scss
    core/scss/vendors/_dragula.scss /app/apps/core/static/core/scss/vendors/_dragula.scss
    core/scss/vendors/_jkanban.scss /app/apps/core/static/core/scss/vendors/_jkanban.scss
    core/scss/vendors/_jqvmap.scss /app/apps/core/static/core/scss/vendors/_jqvmap.scss
    core/scss/vendors/_prettify.scss /app/apps/core/static/core/scss/vendors/_prettify.scss
    core/scss/vendors/_tagify.scss /app/apps/core/static/core/scss/vendors/_tagify.scss
    core/scss/vendors/_fullcalendar.scss /app/apps/core/static/core/scss/vendors/_fullcalendar.scss
    core/scss/vendors/bundle.scss /app/apps/core/static/core/scss/vendors/bundle.scss
    core/scss/vendors/dual-listbox/_dual-listbox.scss /app/apps/core/static/core/scss/vendors/dual-listbox/_dual-listbox.scss
    core/scss/vendors/slick/_slick.scss /app/apps/core/static/core/scss/vendors/slick/_slick.scss
    core/scss/vendors/dropzone/_dropzone.scss /app/apps/core/static/core/scss/vendors/dropzone/_dropzone.scss
    core/scss/vendors/toastr/_toastr.scss /app/apps/core/static/core/scss/vendors/toastr/_toastr.scss
    core/scss/vendors/tinymce/_content.scss /app/apps/core/static/core/scss/vendors/tinymce/_content.scss
    core/scss/vendors/tinymce/ui/_content.inline.scss /app/apps/core/static/core/scss/vendors/tinymce/ui/_content.inline.scss
    core/scss/vendors/tinymce/ui/_skin.mobile.scss /app/apps/core/static/core/scss/vendors/tinymce/ui/_skin.mobile.scss
    core/scss/vendors/tinymce/ui/_content.mobile.scss /app/apps/core/static/core/scss/vendors/tinymce/ui/_content.mobile.scss
    core/scss/vendors/tinymce/ui/_skin.scss /app/apps/core/static/core/scss/vendors/tinymce/ui/_skin.scss
    core/scss/vendors/tinymce/ui/_content.scss /app/apps/core/static/core/scss/vendors/tinymce/ui/_content.scss
    core/scss/vendors/quill/_quill.scss /app/apps/core/static/core/scss/vendors/quill/_quill.scss
    core/scss/vendors/datepicker/_bootstrap-datepicker.scss /app/apps/core/static/core/scss/vendors/datepicker/_bootstrap-datepicker.scss
    core/scss/vendors/timepicker/_jquery.timepicker.scss /app/apps/core/static/core/scss/vendors/timepicker/_jquery.timepicker.scss
    core/scss/vendors/bootstrap-icons/_bootstrap-icons.scss /app/apps/core/static/core/scss/vendors/bootstrap-icons/_bootstrap-icons.scss
    core/scss/vendors/fontawesome/_variables.scss /app/apps/core/static/core/scss/vendors/fontawesome/_variables.scss
    core/scss/vendors/fontawesome/_rotated-flipped.scss /app/apps/core/static/core/scss/vendors/fontawesome/_rotated-flipped.scss
    core/scss/vendors/fontawesome/_bordered-pulled.scss /app/apps/core/static/core/scss/vendors/fontawesome/_bordered-pulled.scss
    core/scss/vendors/fontawesome/_stacked.scss /app/apps/core/static/core/scss/vendors/fontawesome/_stacked.scss
    core/scss/vendors/fontawesome/_larger.scss /app/apps/core/static/core/scss/vendors/fontawesome/_larger.scss
    core/scss/vendors/fontawesome/_animated.scss /app/apps/core/static/core/scss/vendors/fontawesome/_animated.scss
    core/scss/vendors/fontawesome/solid.scss /app/apps/core/static/core/scss/vendors/fontawesome/solid.scss
    core/scss/vendors/fontawesome/regular.scss /app/apps/core/static/core/scss/vendors/fontawesome/regular.scss
    core/scss/vendors/fontawesome/_fixed-width.scss /app/apps/core/static/core/scss/vendors/fontawesome/_fixed-width.scss
    core/scss/vendors/fontawesome/_screen-reader.scss /app/apps/core/static/core/scss/vendors/fontawesome/_screen-reader.scss
    core/scss/vendors/fontawesome/v4-shims.scss /app/apps/core/static/core/scss/vendors/fontawesome/v4-shims.scss
    core/scss/vendors/fontawesome/_shims.scss /app/apps/core/static/core/scss/vendors/fontawesome/_shims.scss
    core/scss/vendors/fontawesome/brands.scss /app/apps/core/static/core/scss/vendors/fontawesome/brands.scss
    core/scss/vendors/fontawesome/_mixins.scss /app/apps/core/static/core/scss/vendors/fontawesome/_mixins.scss
    core/scss/vendors/fontawesome/_list.scss /app/apps/core/static/core/scss/vendors/fontawesome/_list.scss
    core/scss/vendors/fontawesome/_icons.scss /app/apps/core/static/core/scss/vendors/fontawesome/_icons.scss
    core/scss/vendors/fontawesome/fontawesome.scss /app/apps/core/static/core/scss/vendors/fontawesome/fontawesome.scss
    core/scss/vendors/fontawesome/_core.scss /app/apps/core/static/core/scss/vendors/fontawesome/_core.scss
    core/scss/vendors/themify-icons/_themify-icons.scss /app/apps/core/static/core/scss/vendors/themify-icons/_themify-icons.scss
    core/scss/vendors/magnific-popup/_settings.scss /app/apps/core/static/core/scss/vendors/magnific-popup/_settings.scss
    core/scss/vendors/magnific-popup/_main.scss /app/apps/core/static/core/scss/vendors/magnific-popup/_main.scss
    core/scss/vendors/sweetalert2/_sweetalert2.scss /app/apps/core/static/core/scss/vendors/sweetalert2/_sweetalert2.scss
    core/scss/vendors/sweetalert2/variables.scss /app/apps/core/static/core/scss/vendors/sweetalert2/variables.scss
    core/scss/vendors/sweetalert2/scss/_animations.scss /app/apps/core/static/core/scss/vendors/sweetalert2/scss/_animations.scss
    core/scss/vendors/sweetalert2/scss/_toasts.scss /app/apps/core/static/core/scss/vendors/sweetalert2/scss/_toasts.scss
    core/scss/vendors/sweetalert2/scss/_polyfills.scss /app/apps/core/static/core/scss/vendors/sweetalert2/scss/_polyfills.scss
    core/scss/vendors/sweetalert2/scss/_theming.scss /app/apps/core/static/core/scss/vendors/sweetalert2/scss/_theming.scss
    core/scss/vendors/sweetalert2/scss/_toasts-animations.scss /app/apps/core/static/core/scss/vendors/sweetalert2/scss/_toasts-animations.scss
    core/scss/vendors/sweetalert2/scss/_mixins.scss /app/apps/core/static/core/scss/vendors/sweetalert2/scss/_mixins.scss
    core/scss/vendors/sweetalert2/scss/_toasts-body.scss /app/apps/core/static/core/scss/vendors/sweetalert2/scss/_toasts-body.scss
    core/scss/vendors/sweetalert2/scss/_core.scss /app/apps/core/static/core/scss/vendors/sweetalert2/scss/_core.scss
    core/scss/vendors/sweetalert2/scss/_body.scss /app/apps/core/static/core/scss/vendors/sweetalert2/scss/_body.scss
    core/scss/vendors/jsTree/_style.scss /app/apps/core/static/core/scss/vendors/jsTree/_style.scss
    core/scss/vendors/summernote/_elements.scss /app/apps/core/static/core/scss/vendors/summernote/_elements.scss
    core/scss/vendors/summernote/summernote-lite.scss /app/apps/core/static/core/scss/vendors/summernote/summernote-lite.scss
    core/scss/vendors/summernote/_font.scss /app/apps/core/static/core/scss/vendors/summernote/_font.scss
    core/scss/vendors/summernote/_common.scss /app/apps/core/static/core/scss/vendors/summernote/_common.scss
    core/scss/vendors/summernote/styles/_tooltip.scss /app/apps/core/static/core/scss/vendors/summernote/styles/_tooltip.scss
    core/scss/vendors/summernote/styles/_variables.scss /app/apps/core/static/core/scss/vendors/summernote/styles/_variables.scss
    core/scss/vendors/summernote/styles/_form.scss /app/apps/core/static/core/scss/vendors/summernote/styles/_form.scss
    core/scss/vendors/summernote/styles/_buttons.scss /app/apps/core/static/core/scss/vendors/summernote/styles/_buttons.scss
    core/scss/vendors/summernote/styles/_dropdown.scss /app/apps/core/static/core/scss/vendors/summernote/styles/_dropdown.scss
    core/scss/vendors/summernote/styles/_popover.scss /app/apps/core/static/core/scss/vendors/summernote/styles/_popover.scss
    core/scss/vendors/summernote/styles/_toolbar.scss /app/apps/core/static/core/scss/vendors/summernote/styles/_toolbar.scss
    core/scss/vendors/summernote/styles/_btn-group.scss /app/apps/core/static/core/scss/vendors/summernote/styles/_btn-group.scss
    core/scss/vendors/summernote/styles/_mixins.scss /app/apps/core/static/core/scss/vendors/summernote/styles/_mixins.scss
    core/scss/vendors/summernote/styles/_modal.scss /app/apps/core/static/core/scss/vendors/summernote/styles/_modal.scss
    core/scss/vendors/summernote/styles/_common.scss /app/apps/core/static/core/scss/vendors/summernote/styles/_common.scss
    core/scss/vendors/summernote/styles/mixins/buttons.scss /app/apps/core/static/core/scss/vendors/summernote/styles/mixins/buttons.scss
    core/scss/vendors/datatable/_datatable.scss /app/apps/core/static/core/scss/vendors/datatable/_datatable.scss
    core/scss/vendors/datatable/_buttons.bootstrap4.scss /app/apps/core/static/core/scss/vendors/datatable/_buttons.bootstrap4.scss
    core/scss/vendors/nouislider/_nouislider.scss /app/apps/core/static/core/scss/vendors/nouislider/_nouislider.scss
    core/scss/vendors/select2/_multiple.scss /app/apps/core/static/core/scss/vendors/select2/_multiple.scss
    core/scss/vendors/select2/_dropdown.scss /app/apps/core/static/core/scss/vendors/select2/_dropdown.scss
    core/scss/vendors/select2/_single.scss /app/apps/core/static/core/scss/vendors/select2/_single.scss
    core/scss/vendors/select2/core.scss /app/apps/core/static/core/scss/vendors/select2/core.scss
    core/scss/vendors/select2/mixins/_gradients.scss /app/apps/core/static/core/scss/vendors/select2/mixins/_gradients.scss
    core/scss/vendors/select2/theme/default/_multiple.scss /app/apps/core/static/core/scss/vendors/select2/theme/default/_multiple.scss
    core/scss/vendors/select2/theme/default/layout.scss /app/apps/core/static/core/scss/vendors/select2/theme/default/layout.scss
    core/scss/vendors/select2/theme/default/_single.scss /app/apps/core/static/core/scss/vendors/select2/theme/default/_single.scss
    core/scss/vendors/nioicon/_variables.scss /app/apps/core/static/core/scss/vendors/nioicon/_variables.scss
    core/scss/vendors/nioicon/nioicon.scss /app/apps/core/static/core/scss/vendors/nioicon/nioicon.scss
    core/scss/apps/_file-manager.scss /app/apps/core/static/core/scss/apps/_file-manager.scss
    core/scss/apps/_attach.scss /app/apps/core/static/core/scss/apps/_attach.scss
    core/scss/apps/_inbox.scss /app/apps/core/static/core/scss/apps/_inbox.scss
    core/scss/apps/_messages.scss /app/apps/core/static/core/scss/apps/_messages.scss
    core/scss/apps/_chats.scss /app/apps/core/static/core/scss/apps/_chats.scss
    core/scss/apps/_asterisk.scss /app/apps/core/static/core/scss/apps/_asterisk.scss
    core/scss/apps/_reply-comment.scss /app/apps/core/static/core/scss/apps/_reply-comment.scss
    core/scss/core/_utilites.scss /app/apps/core/static/core/scss/core/_utilites.scss
    core/scss/core/_layouts.scss /app/apps/core/static/core/scss/core/_layouts.scss
    core/scss/core/_pages.scss /app/apps/core/static/core/scss/core/_pages.scss
    core/scss/core/_preview.scss /app/apps/core/static/core/scss/core/_preview.scss
    core/scss/core/_style.scss /app/apps/core/static/core/scss/core/_style.scss
    core/scss/core/_dark-skin.scss /app/apps/core/static/core/scss/core/_dark-skin.scss
    core/scss/core/_mode-override.scss /app/apps/core/static/core/scss/core/_mode-override.scss
    core/scss/core/_components.scss /app/apps/core/static/core/scss/core/_components.scss
    core/scss/core/_misc.scss /app/apps/core/static/core/scss/core/_misc.scss
    core/scss/core/layouts/_footer.scss /app/apps/core/static/core/scss/core/layouts/_footer.scss
    core/scss/core/layouts/_split.scss /app/apps/core/static/core/scss/core/layouts/_split.scss
    core/scss/core/layouts/_base.scss /app/apps/core/static/core/scss/core/layouts/_base.scss
    core/scss/core/layouts/_menu-main.scss /app/apps/core/static/core/scss/core/layouts/_menu-main.scss
    core/scss/core/layouts/_aside.scss /app/apps/core/static/core/scss/core/layouts/_aside.scss
    core/scss/core/layouts/_header.scss /app/apps/core/static/core/scss/core/layouts/_header.scss
    core/scss/core/pages/misc.scss /app/apps/core/static/core/scss/core/pages/misc.scss
    core/scss/core/pages/errors/base.scss /app/apps/core/static/core/scss/core/pages/errors/base.scss
    core/scss/core/pages/auths/base.scss /app/apps/core/static/core/scss/core/pages/auths/base.scss
    core/scss/core/fonts/_nunito.scss /app/apps/core/static/core/scss/core/fonts/_nunito.scss
    core/scss/core/fonts/_roboto.scss /app/apps/core/static/core/scss/core/fonts/_roboto.scss
    core/scss/core/components/_card.scss /app/apps/core/static/core/scss/core/components/_card.scss
    core/scss/core/components/_rating.scss /app/apps/core/static/core/scss/core/components/_rating.scss
    core/scss/core/components/_link.scss /app/apps/core/static/core/scss/core/components/_link.scss
    core/scss/core/components/_preloader.scss /app/apps/core/static/core/scss/core/components/_preloader.scss
    core/scss/core/components/_alert.scss /app/apps/core/static/core/scss/core/components/_alert.scss
    core/scss/core/components/_forms.scss /app/apps/core/static/core/scss/core/components/_forms.scss
    core/scss/core/components/_text.scss /app/apps/core/static/core/scss/core/components/_text.scss
    core/scss/core/components/_search.scss /app/apps/core/static/core/scss/core/components/_search.scss
    core/scss/core/components/_toggle.scss /app/apps/core/static/core/scss/core/components/_toggle.scss
    core/scss/core/components/_team.scss /app/apps/core/static/core/scss/core/components/_team.scss
    core/scss/core/components/_dropdown.scss /app/apps/core/static/core/scss/core/components/_dropdown.scss
    core/scss/core/components/_users.scss /app/apps/core/static/core/scss/core/components/_users.scss
    core/scss/core/components/_feature.scss /app/apps/core/static/core/scss/core/components/_feature.scss
    core/scss/core/components/_title.scss /app/apps/core/static/core/scss/core/components/_title.scss
    core/scss/core/components/_accordions.scss /app/apps/core/static/core/scss/core/components/_accordions.scss
    core/scss/core/components/_list.scss /app/apps/core/static/core/scss/core/components/_list.scss
    core/scss/core/components/_data-list.scss /app/apps/core/static/core/scss/core/components/_data-list.scss
    core/scss/core/components/_block.scss /app/apps/core/static/core/scss/core/components/_block.scss
    core/scss/core/components/_nav.scss /app/apps/core/static/core/scss/core/components/_nav.scss
    core/scss/core/components/_wgm.scss /app/apps/core/static/core/scss/core/components/_wgm.scss
    core/scss/core/components/_projects.scss /app/apps/core/static/core/scss/core/components/_projects.scss
    core/scss/core/components/_icons.scss /app/apps/core/static/core/scss/core/components/_icons.scss
    core/scss/core/components/_modal.scss /app/apps/core/static/core/scss/core/components/_modal.scss
    core/scss/core/components/_badge.scss /app/apps/core/static/core/scss/core/components/_badge.scss
    core/scss/core/components/_table.scss /app/apps/core/static/core/scss/core/components/_table.scss
    core/scss/core/components/_sliders.scss /app/apps/core/static/core/scss/core/components/_sliders.scss
    core/scss/core/components/_stepper.scss /app/apps/core/static/core/scss/core/components/_stepper.scss
    core/scss/core/components/_misc.scss /app/apps/core/static/core/scss/core/components/_misc.scss
    core/scss/core/utilites/_reboot.scss /app/apps/core/static/core/scss/core/utilites/_reboot.scss
    core/scss/core/utilites/_spacing.scss /app/apps/core/static/core/scss/core/utilites/_spacing.scss
    core/scss/core/utilites/_sizing.scss /app/apps/core/static/core/scss/core/utilites/_sizing.scss
    core/scss/core/utilites/_noclass.scss /app/apps/core/static/core/scss/core/utilites/_noclass.scss
    core/scss/libs/bootstrap-icons.scss /app/apps/core/static/core/scss/libs/bootstrap-icons.scss
    core/scss/libs/themify-icons.scss /app/apps/core/static/core/scss/libs/themify-icons.scss
    core/scss/libs/fontawesome-icons.scss /app/apps/core/static/core/scss/libs/fontawesome-icons.scss
    core/scss/libs/jstree.scss /app/apps/core/static/core/scss/libs/jstree.scss
    core/scss/global/_style.scss /app/apps/core/static/core/scss/global/_style.scss
    core/scss/global/wgs/_db-analytic.scss /app/apps/core/static/core/scss/global/wgs/_db-analytic.scss
    core/scss/global/wgs/_help.scss /app/apps/core/static/core/scss/global/wgs/_help.scss
    core/scss/global/wgs/_wg1.scss /app/apps/core/static/core/scss/global/wgs/_wg1.scss
    core/scss/global/wgs/_pricing.scss /app/apps/core/static/core/scss/global/wgs/_pricing.scss
    core/scss/global/wgs/_products.scss /app/apps/core/static/core/scss/global/wgs/_products.scss
    core/scss/global/wgs/_gallery.scss /app/apps/core/static/core/scss/global/wgs/_gallery.scss
    core/scss/global/wgs/_cta.scss /app/apps/core/static/core/scss/global/wgs/_cta.scss
    core/scss/global/wgs/_db-invest.scss /app/apps/core/static/core/scss/global/wgs/_db-invest.scss
    core/scss/global/wgs/_kyc-form.scss /app/apps/core/static/core/scss/global/wgs/_kyc-form.scss
    core/scss/global/wgs/_misc.scss /app/apps/core/static/core/scss/global/wgs/_misc.scss
    core/scss/global/tables/_base.scss /app/apps/core/static/core/scss/global/tables/_base.scss
    core/scss/global/comps/_tb-ftr.scss /app/apps/core/static/core/scss/global/comps/_tb-ftr.scss
    core/scss/global/comps/_reacts.scss /app/apps/core/static/core/scss/global/comps/_reacts.scss
    core/scss/global/comps/_tb-odr.scss /app/apps/core/static/core/scss/global/comps/_tb-odr.scss
    core/scss/global/comps/_wizard.scss /app/apps/core/static/core/scss/global/comps/_wizard.scss
    core/scss/global/comps/_pricing.scss /app/apps/core/static/core/scss/global/comps/_pricing.scss
    core/scss/global/comps/_profiles.scss /app/apps/core/static/core/scss/global/comps/_profiles.scss
    core/scss/global/comps/_tb-tnx.scss /app/apps/core/static/core/scss/global/comps/_tb-tnx.scss
    core/scss/global/comps/_tb-compact.scss /app/apps/core/static/core/scss/global/comps/_tb-compact.scss
    core/scss/global/comps/_authors.scss /app/apps/core/static/core/scss/global/comps/_authors.scss
    core/scss/global/comps/_members.scss /app/apps/core/static/core/scss/global/comps/_members.scss
    core/scss/editors/quill.scss /app/apps/core/static/core/scss/editors/quill.scss
    core/scss/editors/summernote.scss /app/apps/core/static/core/scss/editors/summernote.scss
    core/scss/editors/tinymce.scss /app/apps/core/static/core/scss/editors/tinymce.scss
    core/scss/skins/theme-blue.scss /app/apps/core/static/core/scss/skins/theme-blue.scss
    core/scss/skins/theme-purple.scss /app/apps/core/static/core/scss/skins/theme-purple.scss
    core/scss/skins/theme-red.scss /app/apps/core/static/core/scss/skins/theme-red.scss
    core/scss/skins/_variable_green.scss /app/apps/core/static/core/scss/skins/_variable_green.scss
    core/scss/skins/_variable_blue.scss /app/apps/core/static/core/scss/skins/_variable_blue.scss
    core/scss/skins/_variable_red.scss /app/apps/core/static/core/scss/skins/_variable_red.scss
    core/scss/skins/_variable_egyptian.scss /app/apps/core/static/core/scss/skins/_variable_egyptian.scss
    core/scss/skins/theme-green.scss /app/apps/core/static/core/scss/skins/theme-green.scss
    core/scss/skins/theme-egyptian.scss /app/apps/core/static/core/scss/skins/theme-egyptian.scss
    core/scss/skins/_variable_purple.scss /app/apps/core/static/core/scss/skins/_variable_purple.scss
    modeltranslation/js/tabbed_translation_fields.js /usr/local/lib/python3.10/site-packages/modeltranslation/static/modeltranslation/js/tabbed_translation_fields.js
    modeltranslation/js/force_jquery.js /usr/local/lib/python3.10/site-packages/modeltranslation/static/modeltranslation/js/force_jquery.js
    modeltranslation/js/clearable_inputs.js /usr/local/lib/python3.10/site-packages/modeltranslation/static/modeltranslation/js/clearable_inputs.js
    modeltranslation/css/tabbed_translation_fields.css /usr/local/lib/python3.10/site-packages/modeltranslation/static/modeltranslation/css/tabbed_translation_fields.css
    import_export/import.css /usr/local/lib/python3.10/site-packages/import_export/static/import_export/import.css
    import_export/export_selectable_fields.js /usr/local/lib/python3.10/site-packages/import_export/static/import_export/export_selectable_fields.js
    import_export/export.css /usr/local/lib/python3.10/site-packages/import_export/static/import_export/export.css
    import_export/guess_format.js /usr/local/lib/python3.10/site-packages/import_export/static/import_export/guess_format.js
    debug_toolbar/js/timer.js /usr/local/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
    debug_toolbar/js/history.js /usr/local/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/history.js
    debug_toolbar/js/redirect.js /usr/local/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/redirect.js
    debug_toolbar/js/utils.js /usr/local/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/utils.js
    debug_toolbar/js/toolbar.js /usr/local/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
    debug_toolbar/css/print.css /usr/local/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
    debug_toolbar/css/toolbar.css /usr/local/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
    django_extensions/js/jquery.autocomplete.js /usr/local/lib/python3.10/site-packages/django_extensions/static/django_extensions/js/jquery.autocomplete.js
    django_extensions/js/jquery.bgiframe.js /usr/local/lib/python3.10/site-packages/django_extensions/static/django_extensions/js/jquery.bgiframe.js
    django_extensions/js/jquery.ajaxQueue.js /usr/local/lib/python3.10/site-packages/django_extensions/static/django_extensions/js/jquery.ajaxQueue.js
    django_extensions/img/indicator.gif /usr/local/lib/python3.10/site-packages/django_extensions/static/django_extensions/img/indicator.gif
    django_extensions/css/jquery.autocomplete.css /usr/local/lib/python3.10/site-packages/django_extensions/static/django_extensions/css/jquery.autocomplete.css

    Templates (381 rendered)

    Template paths

    None

    Templates

    search/jobs.html
    /app/apps/search/templates/search/jobs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'active_job_posts_count': 0, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'unread_applications_count': 0, 'unread_messages_count': 0, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'page_obj': <Page 1 of 1>, 'request': '<<request>>', 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}}
    base.html
    /app/apps/core/templates/base.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'active_job_posts_count': 0, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'unread_applications_count': 0, 'unread_messages_count': 0, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'page_obj': <Page 1 of 1>, 'request': '<<request>>', 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}}
    header.html
    /app/apps/core/templates/header.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'active_job_posts_count': 0, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'unread_applications_count': 0, 'unread_messages_count': 0, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'page_obj': <Page 1 of 1>, 'request': '<<request>>', 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}}
    aside/aside_jobs.html
    /app/apps/core/templates/aside/aside_jobs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'active_job_posts_count': 0, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'unread_applications_count': 0, 'unread_messages_count': 0, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'page_obj': <Page 1 of 1>, 'request': '<<request>>', 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}} {'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>} {'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>}
    None
    <unknown source>
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'active_job_posts_count': 0, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'unread_applications_count': 0, 'unread_messages_count': 0, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'page_obj': <Page 1 of 1>, 'request': '<<request>>', 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}} {'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>} {'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>} {'is_bound': True} {'attrs': {}, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'disable_csrf': False, 'error_text_inline': True, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'flat_attrs': '', 'form': <JobPostFilterForm bound=True, valid=True, fields=(benefits__istartswith;advantages__istartswith;job_description__istartswith;required_language_knowledge_filter;title;address;job_location;education;working_time;work_schedule;category;sub_category;driving_license)>, 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'include_media': True, 'inputs': [], 'is_formset': False, 'label_class': '', 'template_pack': 'bootstrap5', 'use_custom_control': True}
    bootstrap5/field.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/field.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7e80>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': ' placeholder="What"', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    bootstrap5/layout/help_text_and_errors.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/help_text_and_errors.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7e80>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': ' placeholder="What"', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    bootstrap5/layout/field_errors.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/field_errors.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7e80>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': ' placeholder="What"', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    bootstrap5/layout/help_text.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/help_text.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7e80>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': ' placeholder="What"', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    None
    <unknown source>
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'active_job_posts_count': 0, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'unread_applications_count': 0, 'unread_messages_count': 0, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'page_obj': <Page 1 of 1>, 'request': '<<request>>', 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}} {'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>} {'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>} {'is_bound': True} {'attrs': {}, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'disable_csrf': False, 'error_text_inline': True, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'flat_attrs': '', 'form': <JobPostFilterForm bound=True, valid=True, fields=(benefits__istartswith;advantages__istartswith;job_description__istartswith;required_language_knowledge_filter;title;address;job_location;education;working_time;work_schedule;category;sub_category;driving_license)>, 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'include_media': True, 'inputs': [], 'is_formset': False, 'label_class': '', 'template_pack': 'bootstrap5', 'use_custom_control': True} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b7e80>, 'flat_attrs': ' placeholder="What"', 'labelclass': None}
    bootstrap5/field.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/field.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    bootstrap5/layout/radio_checkbox_select.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/radio_checkbox_select.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 0, 'options': [{'attrs': {'id': 'id_category_0'}, 'index': '0', 'label': 'Warehouse', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f2980>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_0'}, 'index': '0', 'label': 'Warehouse', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f2980>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_0'}, 'index': '0', 'label': 'Warehouse', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f2980>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 1, 'options': [{'attrs': {'id': 'id_category_1'}, 'index': '1', 'label': 'Transportation', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f2560>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_1'}, 'index': '1', 'label': 'Transportation', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f2560>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_1'}, 'index': '1', 'label': 'Transportation', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f2560>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 2, 'options': [{'attrs': {'id': 'id_category_2'}, 'index': '2', 'label': 'Trained or Unskilled Jobs', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f3bb0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_2'}, 'index': '2', 'label': 'Trained or Unskilled Jobs', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f3bb0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_2'}, 'index': '2', 'label': 'Trained or Unskilled Jobs', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f3bb0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 3, 'options': [{'attrs': {'id': 'id_category_3'}, 'index': '3', 'label': 'Technology', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f0700>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_3'}, 'index': '3', 'label': 'Technology', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f0700>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_3'}, 'index': '3', 'label': 'Technology', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f0700>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 4, 'options': [{'attrs': {'id': 'id_category_4'}, 'index': '4', 'label': 'Supply Chain & Logistics', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f25f0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_4'}, 'index': '4', 'label': 'Supply Chain & Logistics', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f25f0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_4'}, 'index': '4', 'label': 'Supply Chain & Logistics', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f25f0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 5, 'options': [{'attrs': {'id': 'id_category_5'}, 'index': '5', 'label': 'Sport', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f3c10>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_5'}, 'index': '5', 'label': 'Sport', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f3c10>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_5'}, 'index': '5', 'label': 'Sport', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f3c10>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 6, 'options': [{'attrs': {'id': 'id_category_6'}, 'index': '6', 'label': 'Security', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f1d20>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_6'}, 'index': '6', 'label': 'Security', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f1d20>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_6'}, 'index': '6', 'label': 'Security', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f1d20>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 7, 'options': [{'attrs': {'id': 'id_category_7'}, 'index': '7', 'label': 'Science & Research', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f2ef0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_7'}, 'index': '7', 'label': 'Science & Research', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f2ef0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_7'}, 'index': '7', 'label': 'Science & Research', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f2ef0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 8, 'options': [{'attrs': {'id': 'id_category_8'}, 'index': '8', 'label': 'Sales, Trade, Commerce, Economics', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f1a80>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_8'}, 'index': '8', 'label': 'Sales, Trade, Commerce, Economics', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f1a80>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_8'}, 'index': '8', 'label': 'Sales, Trade, Commerce, Economics', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f1a80>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 9, 'options': [{'attrs': {'id': 'id_category_9'}, 'index': '9', 'label': 'Retail', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f1ed0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_9'}, 'index': '9', 'label': 'Retail', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f1ed0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_9'}, 'index': '9', 'label': 'Retail', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f1ed0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 10, 'options': [{'attrs': {'id': 'id_category_10'}, 'index': '10', 'label': 'Real Estate', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f2c80>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_10'}, 'index': '10', 'label': 'Real Estate', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f2c80>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_10'}, 'index': '10', 'label': 'Real Estate', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f2c80>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 11, 'options': [{'attrs': {'id': 'id_category_11'}, 'index': '11', 'label': 'Public Relations', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f10f0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_11'}, 'index': '11', 'label': 'Public Relations', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f10f0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_11'}, 'index': '11', 'label': 'Public Relations', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f10f0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 12, 'options': [{'attrs': {'id': 'id_category_12'}, 'index': '12', 'label': 'Office Jobs, Administration', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f13f0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_12'}, 'index': '12', 'label': 'Office Jobs, Administration', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f13f0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_12'}, 'index': '12', 'label': 'Office Jobs, Administration', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f13f0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 13, 'options': [{'attrs': {'id': 'id_category_13'}, 'index': '13', 'label': 'Project Management', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f2ad0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_13'}, 'index': '13', 'label': 'Project Management', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f2ad0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_13'}, 'index': '13', 'label': 'Project Management', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f2ad0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 14, 'options': [{'attrs': {'id': 'id_category_14'}, 'index': '14', 'label': 'Nonprofit', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f1b40>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_14'}, 'index': '14', 'label': 'Nonprofit', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f1b40>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_14'}, 'index': '14', 'label': 'Nonprofit', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f1b40>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 15, 'options': [{'attrs': {'id': 'id_category_15'}, 'index': '15', 'label': 'Media', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f1900>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_15'}, 'index': '15', 'label': 'Media', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f1900>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_15'}, 'index': '15', 'label': 'Media', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f1900>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 16, 'options': [{'attrs': {'id': 'id_category_16'}, 'index': '16', 'label': 'Marketing, PR, Advertisement', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f0a30>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_16'}, 'index': '16', 'label': 'Marketing, PR, Advertisement', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f0a30>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_16'}, 'index': '16', 'label': 'Marketing, PR, Advertisement', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f0a30>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 17, 'options': [{'attrs': {'id': 'id_category_17'}, 'index': '17', 'label': 'Manufacturing', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f0640>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_17'}, 'index': '17', 'label': 'Manufacturing', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f0640>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_17'}, 'index': '17', 'label': 'Manufacturing', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f0640>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 18, 'options': [{'attrs': {'id': 'id_category_18'}, 'index': '18', 'label': 'Logistics, Duty, Customs Clearance', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f0910>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_18'}, 'index': '18', 'label': 'Logistics, Duty, Customs Clearance', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f0910>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_18'}, 'index': '18', 'label': 'Logistics, Duty, Customs Clearance', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f0910>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 19, 'options': [{'attrs': {'id': 'id_category_19'}, 'index': '19', 'label': 'Law & Legal Cases', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f0eb0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_19'}, 'index': '19', 'label': 'Law & Legal Cases', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f0eb0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_19'}, 'index': '19', 'label': 'Law & Legal Cases', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f0eb0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 20, 'options': [{'attrs': {'id': 'id_category_20'}, 'index': '20', 'label': 'IT & Telecom', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f19c0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_20'}, 'index': '20', 'label': 'IT & Telecom', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f19c0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_20'}, 'index': '20', 'label': 'IT & Telecom', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f19c0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 21, 'options': [{'attrs': {'id': 'id_category_21'}, 'index': '21', 'label': 'Human Resources & Labor Case', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f32e0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_21'}, 'index': '21', 'label': 'Human Resources & Labor Case', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f32e0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_21'}, 'index': '21', 'label': 'Human Resources & Labor Case', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f32e0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 22, 'options': [{'attrs': {'checked': True, 'id': 'id_category_22'}, 'index': '22', 'label': 'Hospitality & Tourism', 'name': 'category', 'selected': True, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f1ea0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'checked': True, 'id': 'id_category_22'}, 'index': '22', 'label': 'Hospitality & Tourism', 'name': 'category', 'selected': True, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f1ea0>, 'wrap_label': True}} {'widget': {'attrs': {'checked': True, 'id': 'id_category_22'}, 'index': '22', 'label': 'Hospitality & Tourism', 'name': 'category', 'selected': True, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f1ea0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 23, 'options': [{'attrs': {'id': 'id_category_23'}, 'index': '23', 'label': 'Healthcare', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f3cd0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_23'}, 'index': '23', 'label': 'Healthcare', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f3cd0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_23'}, 'index': '23', 'label': 'Healthcare', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f3cd0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 24, 'options': [{'attrs': {'id': 'id_category_24'}, 'index': '24', 'label': 'Engineering', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f0460>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_24'}, 'index': '24', 'label': 'Engineering', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f0460>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_24'}, 'index': '24', 'label': 'Engineering', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f0460>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 25, 'options': [{'attrs': {'id': 'id_category_25'}, 'index': '25', 'label': 'Energy', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f3370>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_25'}, 'index': '25', 'label': 'Energy', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f3370>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_25'}, 'index': '25', 'label': 'Energy', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f3370>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 26, 'options': [{'attrs': {'id': 'id_category_26'}, 'index': '26', 'label': 'Education', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f04f0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_26'}, 'index': '26', 'label': 'Education', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f04f0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_26'}, 'index': '26', 'label': 'Education', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f04f0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 27, 'options': [{'attrs': {'id': 'id_category_27'}, 'index': '27', 'label': 'Customer Relation, Customer Service', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f2c50>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_27'}, 'index': '27', 'label': 'Customer Relation, Customer Service', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f2c50>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_27'}, 'index': '27', 'label': 'Customer Relation, Customer Service', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f2c50>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 28, 'options': [{'attrs': {'id': 'id_category_28'}, 'index': '28', 'label': 'Construction & Building Industry', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f1570>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_28'}, 'index': '28', 'label': 'Construction & Building Industry', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f1570>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_28'}, 'index': '28', 'label': 'Construction & Building Industry', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f1570>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 29, 'options': [{'attrs': {'id': 'id_category_29'}, 'index': '29', 'label': 'Bank, Insurance, Broker', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f3be0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_29'}, 'index': '29', 'label': 'Bank, Insurance, Broker', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f3be0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_29'}, 'index': '29', 'label': 'Bank, Insurance, Broker', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f3be0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 30, 'options': [{'attrs': {'id': 'id_category_30'}, 'index': '30', 'label': 'Arts & Entertainment', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f3250>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_30'}, 'index': '30', 'label': 'Arts & Entertainment', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f3250>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_30'}, 'index': '30', 'label': 'Arts & Entertainment', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f3250>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 31, 'options': [{'attrs': {'id': 'id_category_31'}, 'index': '31', 'label': 'Apprenticeship, Internship', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f22c0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_31'}, 'index': '31', 'label': 'Apprenticeship, Internship', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f22c0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_31'}, 'index': '31', 'label': 'Apprenticeship, Internship', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f22c0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 32, 'options': [{'attrs': {'id': 'id_category_32'}, 'index': '32', 'label': 'Agriculture, Environment', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f3b20>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_32'}, 'index': '32', 'label': 'Agriculture, Environment', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f3b20>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_32'}, 'index': '32', 'label': 'Agriculture, Environment', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f3b20>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 33, 'options': [{'attrs': {'id': 'id_category_33'}, 'index': '33', 'label': 'Accountancy & Finance', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f01c0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 34, 'counter0': 33, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_category_33'}, 'index': '33', 'label': 'Accountancy & Finance', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f01c0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_category_33'}, 'index': '33', 'label': 'Accountancy & Finance', 'name': 'category', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1662f01c0>, 'wrap_label': True}}
    bootstrap5/layout/help_text.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/help_text.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    None
    <unknown source>
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'active_job_posts_count': 0, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'unread_applications_count': 0, 'unread_messages_count': 0, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'page_obj': <Page 1 of 1>, 'request': '<<request>>', 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}} {'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>} {'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>} {'is_bound': True} {'attrs': {}, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'disable_csrf': False, 'error_text_inline': True, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'flat_attrs': '', 'form': <JobPostFilterForm bound=True, valid=True, fields=(benefits__istartswith;advantages__istartswith;job_description__istartswith;required_language_knowledge_filter;title;address;job_location;education;working_time;work_schedule;category;sub_category;driving_license)>, 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'include_media': True, 'inputs': [], 'is_formset': False, 'label_class': '', 'template_pack': 'bootstrap5', 'use_custom_control': True} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b7e80>, 'flat_attrs': ' placeholder="What"', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'flat_attrs': '', 'labelclass': None}
    bootstrap5/field.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/field.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b53f0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    bootstrap5/layout/radio_checkbox_select.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/radio_checkbox_select.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b53f0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    bootstrap5/layout/help_text.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/help_text.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b53f0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    None
    <unknown source>
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'active_job_posts_count': 0, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'unread_applications_count': 0, 'unread_messages_count': 0, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'page_obj': <Page 1 of 1>, 'request': '<<request>>', 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}} {'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>} {'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>} {'is_bound': True} {'attrs': {}, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'disable_csrf': False, 'error_text_inline': True, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'flat_attrs': '', 'form': <JobPostFilterForm bound=True, valid=True, fields=(benefits__istartswith;advantages__istartswith;job_description__istartswith;required_language_knowledge_filter;title;address;job_location;education;working_time;work_schedule;category;sub_category;driving_license)>, 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'include_media': True, 'inputs': [], 'is_formset': False, 'label_class': '', 'template_pack': 'bootstrap5', 'use_custom_control': True} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b7e80>, 'flat_attrs': ' placeholder="What"', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'flat_attrs': '', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b53f0>, 'flat_attrs': '', 'labelclass': None}
    bootstrap5/field.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/field.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    bootstrap5/layout/radio_checkbox_select.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/radio_checkbox_select.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 0, 'options': [{'attrs': {'id': 'id_job_location_0'}, 'index': '0', 'label': 'Afghanistan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16611cca0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_0'}, 'index': '0', 'label': 'Afghanistan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16611cca0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_0'}, 'index': '0', 'label': 'Afghanistan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16611cca0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 1, 'options': [{'attrs': {'id': 'id_job_location_1'}, 'index': '1', 'label': 'Albania', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16611c1c0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_1'}, 'index': '1', 'label': 'Albania', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16611c1c0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_1'}, 'index': '1', 'label': 'Albania', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16611c1c0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 2, 'options': [{'attrs': {'id': 'id_job_location_2'}, 'index': '2', 'label': 'Algeria', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16611cd60>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_2'}, 'index': '2', 'label': 'Algeria', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16611cd60>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_2'}, 'index': '2', 'label': 'Algeria', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16611cd60>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 3, 'options': [{'attrs': {'id': 'id_job_location_3'}, 'index': '3', 'label': 'American Samoa', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16611da80>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_3'}, 'index': '3', 'label': 'American Samoa', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16611da80>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_3'}, 'index': '3', 'label': 'American Samoa', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16611da80>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 4, 'options': [{'attrs': {'id': 'id_job_location_4'}, 'index': '4', 'label': 'Andorra', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16611ffd0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_4'}, 'index': '4', 'label': 'Andorra', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16611ffd0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_4'}, 'index': '4', 'label': 'Andorra', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16611ffd0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 5, 'options': [{'attrs': {'id': 'id_job_location_5'}, 'index': '5', 'label': 'Angola', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e64a0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_5'}, 'index': '5', 'label': 'Angola', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e64a0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_5'}, 'index': '5', 'label': 'Angola', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e64a0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 6, 'options': [{'attrs': {'id': 'id_job_location_6'}, 'index': '6', 'label': 'Anguilla', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e6290>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_6'}, 'index': '6', 'label': 'Anguilla', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e6290>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_6'}, 'index': '6', 'label': 'Anguilla', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e6290>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 7, 'options': [{'attrs': {'id': 'id_job_location_7'}, 'index': '7', 'label': 'Antarctica', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e4820>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_7'}, 'index': '7', 'label': 'Antarctica', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e4820>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_7'}, 'index': '7', 'label': 'Antarctica', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e4820>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 8, 'options': [{'attrs': {'id': 'id_job_location_8'}, 'index': '8', 'label': 'Antigua and Barbuda', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e74c0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_8'}, 'index': '8', 'label': 'Antigua and Barbuda', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e74c0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_8'}, 'index': '8', 'label': 'Antigua and Barbuda', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e74c0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 9, 'options': [{'attrs': {'id': 'id_job_location_9'}, 'index': '9', 'label': 'Argentina', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e4160>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_9'}, 'index': '9', 'label': 'Argentina', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e4160>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_9'}, 'index': '9', 'label': 'Argentina', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e4160>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 10, 'options': [{'attrs': {'id': 'id_job_location_10'}, 'index': '10', 'label': 'Armenia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e7310>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_10'}, 'index': '10', 'label': 'Armenia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e7310>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_10'}, 'index': '10', 'label': 'Armenia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e7310>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 11, 'options': [{'attrs': {'id': 'id_job_location_11'}, 'index': '11', 'label': 'Aruba', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e6470>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_11'}, 'index': '11', 'label': 'Aruba', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e6470>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_11'}, 'index': '11', 'label': 'Aruba', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e6470>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 12, 'options': [{'attrs': {'id': 'id_job_location_12'}, 'index': '12', 'label': 'Australia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e6590>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_12'}, 'index': '12', 'label': 'Australia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e6590>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_12'}, 'index': '12', 'label': 'Australia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e6590>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 13, 'options': [{'attrs': {'id': 'id_job_location_13'}, 'index': '13', 'label': 'Austria', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e69e0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_13'}, 'index': '13', 'label': 'Austria', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e69e0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_13'}, 'index': '13', 'label': 'Austria', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e69e0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 14, 'options': [{'attrs': {'id': 'id_job_location_14'}, 'index': '14', 'label': 'Azerbaijan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e6260>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_14'}, 'index': '14', 'label': 'Azerbaijan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e6260>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_14'}, 'index': '14', 'label': 'Azerbaijan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e6260>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 15, 'options': [{'attrs': {'id': 'id_job_location_15'}, 'index': '15', 'label': 'Bahamas', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e7550>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_15'}, 'index': '15', 'label': 'Bahamas', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e7550>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_15'}, 'index': '15', 'label': 'Bahamas', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1670e7550>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 16, 'options': [{'attrs': {'id': 'id_job_location_16'}, 'index': '16', 'label': 'Bahrain', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1677dd990>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_16'}, 'index': '16', 'label': 'Bahrain', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1677dd990>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_16'}, 'index': '16', 'label': 'Bahrain', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1677dd990>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 17, 'options': [{'attrs': {'id': 'id_job_location_17'}, 'index': '17', 'label': 'Bangladesh', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1677dc0a0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_17'}, 'index': '17', 'label': 'Bangladesh', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1677dc0a0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_17'}, 'index': '17', 'label': 'Bangladesh', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1677dc0a0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 18, 'options': [{'attrs': {'id': 'id_job_location_18'}, 'index': '18', 'label': 'Barbados', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1677df400>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_18'}, 'index': '18', 'label': 'Barbados', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1677df400>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_18'}, 'index': '18', 'label': 'Barbados', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1677df400>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 19, 'options': [{'attrs': {'id': 'id_job_location_19'}, 'index': '19', 'label': 'Belarus', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1677dfeb0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_19'}, 'index': '19', 'label': 'Belarus', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1677dfeb0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_19'}, 'index': '19', 'label': 'Belarus', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1677dfeb0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 20, 'options': [{'attrs': {'id': 'id_job_location_20'}, 'index': '20', 'label': 'Belgium', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1677dc2e0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_20'}, 'index': '20', 'label': 'Belgium', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1677dc2e0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_20'}, 'index': '20', 'label': 'Belgium', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1677dc2e0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 21, 'options': [{'attrs': {'id': 'id_job_location_21'}, 'index': '21', 'label': 'Belize', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1677ddb10>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_21'}, 'index': '21', 'label': 'Belize', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1677ddb10>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_21'}, 'index': '21', 'label': 'Belize', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1677ddb10>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 22, 'options': [{'attrs': {'id': 'id_job_location_22'}, 'index': '22', 'label': 'Benin', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1677dfee0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_22'}, 'index': '22', 'label': 'Benin', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1677dfee0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_22'}, 'index': '22', 'label': 'Benin', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1677dfee0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 23, 'options': [{'attrs': {'id': 'id_job_location_23'}, 'index': '23', 'label': 'Bermuda', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63f70>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_23'}, 'index': '23', 'label': 'Bermuda', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63f70>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_23'}, 'index': '23', 'label': 'Bermuda', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63f70>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 24, 'options': [{'attrs': {'id': 'id_job_location_24'}, 'index': '24', 'label': 'Bhutan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60a00>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_24'}, 'index': '24', 'label': 'Bhutan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60a00>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_24'}, 'index': '24', 'label': 'Bhutan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60a00>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 25, 'options': [{'attrs': {'id': 'id_job_location_25'}, 'index': '25', 'label': 'Bolivia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61cf0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_25'}, 'index': '25', 'label': 'Bolivia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61cf0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_25'}, 'index': '25', 'label': 'Bolivia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61cf0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 26, 'options': [{'attrs': {'id': 'id_job_location_26'}, 'index': '26', 'label': 'Bonaire', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c627d0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_26'}, 'index': '26', 'label': 'Bonaire', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c627d0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_26'}, 'index': '26', 'label': 'Bonaire', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c627d0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 27, 'options': [{'attrs': {'id': 'id_job_location_27'}, 'index': '27', 'label': 'Bosnia and Herzegovina', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61fc0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_27'}, 'index': '27', 'label': 'Bosnia and Herzegovina', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61fc0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_27'}, 'index': '27', 'label': 'Bosnia and Herzegovina', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61fc0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 28, 'options': [{'attrs': {'id': 'id_job_location_28'}, 'index': '28', 'label': 'Botswana', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c603a0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_28'}, 'index': '28', 'label': 'Botswana', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c603a0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_28'}, 'index': '28', 'label': 'Botswana', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c603a0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 29, 'options': [{'attrs': {'id': 'id_job_location_29'}, 'index': '29', 'label': 'Brazil', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c624d0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_29'}, 'index': '29', 'label': 'Brazil', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c624d0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_29'}, 'index': '29', 'label': 'Brazil', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c624d0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 30, 'options': [{'attrs': {'id': 'id_job_location_30'}, 'index': '30', 'label': 'Brunei', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c611b0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_30'}, 'index': '30', 'label': 'Brunei', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c611b0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_30'}, 'index': '30', 'label': 'Brunei', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c611b0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 31, 'options': [{'attrs': {'id': 'id_job_location_31'}, 'index': '31', 'label': 'Bulgaria', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c624a0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_31'}, 'index': '31', 'label': 'Bulgaria', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c624a0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_31'}, 'index': '31', 'label': 'Bulgaria', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c624a0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 32, 'options': [{'attrs': {'id': 'id_job_location_32'}, 'index': '32', 'label': 'Burkina Faso', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62770>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_32'}, 'index': '32', 'label': 'Burkina Faso', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62770>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_32'}, 'index': '32', 'label': 'Burkina Faso', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62770>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 33, 'options': [{'attrs': {'id': 'id_job_location_33'}, 'index': '33', 'label': 'Burundi', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60160>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_33'}, 'index': '33', 'label': 'Burundi', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60160>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_33'}, 'index': '33', 'label': 'Burundi', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60160>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 34, 'options': [{'attrs': {'id': 'id_job_location_34'}, 'index': '34', 'label': 'Cambodia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61180>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_34'}, 'index': '34', 'label': 'Cambodia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61180>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_34'}, 'index': '34', 'label': 'Cambodia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61180>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 35, 'options': [{'attrs': {'id': 'id_job_location_35'}, 'index': '35', 'label': 'Cameroon', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60b80>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_35'}, 'index': '35', 'label': 'Cameroon', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60b80>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_35'}, 'index': '35', 'label': 'Cameroon', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60b80>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 36, 'options': [{'attrs': {'id': 'id_job_location_36'}, 'index': '36', 'label': 'Canada', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60cd0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_36'}, 'index': '36', 'label': 'Canada', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60cd0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_36'}, 'index': '36', 'label': 'Canada', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60cd0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 37, 'options': [{'attrs': {'id': 'id_job_location_37'}, 'index': '37', 'label': 'Cape Verde', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63850>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_37'}, 'index': '37', 'label': 'Cape Verde', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63850>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_37'}, 'index': '37', 'label': 'Cape Verde', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63850>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 38, 'options': [{'attrs': {'id': 'id_job_location_38'}, 'index': '38', 'label': 'Cayman Islands', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63040>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_38'}, 'index': '38', 'label': 'Cayman Islands', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63040>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_38'}, 'index': '38', 'label': 'Cayman Islands', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63040>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 39, 'options': [{'attrs': {'id': 'id_job_location_39'}, 'index': '39', 'label': 'Central African Republic', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60130>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_39'}, 'index': '39', 'label': 'Central African Republic', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60130>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_39'}, 'index': '39', 'label': 'Central African Republic', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60130>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 40, 'options': [{'attrs': {'id': 'id_job_location_40'}, 'index': '40', 'label': 'Chad', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61300>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_40'}, 'index': '40', 'label': 'Chad', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61300>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_40'}, 'index': '40', 'label': 'Chad', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61300>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 41, 'options': [{'attrs': {'id': 'id_job_location_41'}, 'index': '41', 'label': 'Chile', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61930>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_41'}, 'index': '41', 'label': 'Chile', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61930>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_41'}, 'index': '41', 'label': 'Chile', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61930>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 42, 'options': [{'attrs': {'id': 'id_job_location_42'}, 'index': '42', 'label': 'China', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62e60>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_42'}, 'index': '42', 'label': 'China', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62e60>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_42'}, 'index': '42', 'label': 'China', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62e60>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 43, 'options': [{'attrs': {'id': 'id_job_location_43'}, 'index': '43', 'label': 'Colombia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60d60>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_43'}, 'index': '43', 'label': 'Colombia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60d60>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_43'}, 'index': '43', 'label': 'Colombia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60d60>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 44, 'options': [{'attrs': {'id': 'id_job_location_44'}, 'index': '44', 'label': 'Comoros', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62710>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_44'}, 'index': '44', 'label': 'Comoros', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62710>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_44'}, 'index': '44', 'label': 'Comoros', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62710>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 45, 'options': [{'attrs': {'id': 'id_job_location_45'}, 'index': '45', 'label': 'Congo (Brazzaville)', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63a90>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_45'}, 'index': '45', 'label': 'Congo (Brazzaville)', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63a90>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_45'}, 'index': '45', 'label': 'Congo (Brazzaville)', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63a90>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 46, 'options': [{'attrs': {'id': 'id_job_location_46'}, 'index': '46', 'label': 'Congo (Kinshasa)', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60ac0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_46'}, 'index': '46', 'label': 'Congo (Kinshasa)', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60ac0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_46'}, 'index': '46', 'label': 'Congo (Kinshasa)', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60ac0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 47, 'options': [{'attrs': {'id': 'id_job_location_47'}, 'index': '47', 'label': 'Cook Islands', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c625c0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_47'}, 'index': '47', 'label': 'Cook Islands', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c625c0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_47'}, 'index': '47', 'label': 'Cook Islands', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c625c0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 48, 'options': [{'attrs': {'id': 'id_job_location_48'}, 'index': '48', 'label': 'Costa Rica', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60460>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_48'}, 'index': '48', 'label': 'Costa Rica', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60460>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_48'}, 'index': '48', 'label': 'Costa Rica', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60460>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 49, 'options': [{'attrs': {'id': 'id_job_location_49'}, 'index': '49', 'label': 'Croatia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63730>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_49'}, 'index': '49', 'label': 'Croatia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63730>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_49'}, 'index': '49', 'label': 'Croatia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63730>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 50, 'options': [{'attrs': {'id': 'id_job_location_50'}, 'index': '50', 'label': 'Cuba', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63700>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_50'}, 'index': '50', 'label': 'Cuba', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63700>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_50'}, 'index': '50', 'label': 'Cuba', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63700>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 51, 'options': [{'attrs': {'id': 'id_job_location_51'}, 'index': '51', 'label': 'Curacao', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61ae0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_51'}, 'index': '51', 'label': 'Curacao', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61ae0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_51'}, 'index': '51', 'label': 'Curacao', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61ae0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 52, 'options': [{'attrs': {'id': 'id_job_location_52'}, 'index': '52', 'label': 'Cyprus', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c600a0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_52'}, 'index': '52', 'label': 'Cyprus', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c600a0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_52'}, 'index': '52', 'label': 'Cyprus', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c600a0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 53, 'options': [{'attrs': {'id': 'id_job_location_53'}, 'index': '53', 'label': 'Czech Republic', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63070>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_53'}, 'index': '53', 'label': 'Czech Republic', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63070>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_53'}, 'index': '53', 'label': 'Czech Republic', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63070>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 54, 'options': [{'attrs': {'id': 'id_job_location_54'}, 'index': '54', 'label': 'Denmark', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61ed0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_54'}, 'index': '54', 'label': 'Denmark', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61ed0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_54'}, 'index': '54', 'label': 'Denmark', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61ed0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 55, 'options': [{'attrs': {'id': 'id_job_location_55'}, 'index': '55', 'label': 'Djibouti', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61840>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_55'}, 'index': '55', 'label': 'Djibouti', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61840>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_55'}, 'index': '55', 'label': 'Djibouti', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61840>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 56, 'options': [{'attrs': {'id': 'id_job_location_56'}, 'index': '56', 'label': 'Dominica', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63e20>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_56'}, 'index': '56', 'label': 'Dominica', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63e20>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_56'}, 'index': '56', 'label': 'Dominica', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63e20>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 57, 'options': [{'attrs': {'id': 'id_job_location_57'}, 'index': '57', 'label': 'Dominican Republic', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61900>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_57'}, 'index': '57', 'label': 'Dominican Republic', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61900>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_57'}, 'index': '57', 'label': 'Dominican Republic', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61900>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 58, 'options': [{'attrs': {'id': 'id_job_location_58'}, 'index': '58', 'label': 'Ecuador', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60190>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_58'}, 'index': '58', 'label': 'Ecuador', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60190>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_58'}, 'index': '58', 'label': 'Ecuador', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60190>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 59, 'options': [{'attrs': {'id': 'id_job_location_59'}, 'index': '59', 'label': 'Egypt', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61a80>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_59'}, 'index': '59', 'label': 'Egypt', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61a80>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_59'}, 'index': '59', 'label': 'Egypt', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61a80>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 60, 'options': [{'attrs': {'id': 'id_job_location_60'}, 'index': '60', 'label': 'El Salvador', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c628f0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_60'}, 'index': '60', 'label': 'El Salvador', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c628f0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_60'}, 'index': '60', 'label': 'El Salvador', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c628f0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 61, 'options': [{'attrs': {'id': 'id_job_location_61'}, 'index': '61', 'label': 'Equatorial Guinea', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63ee0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_61'}, 'index': '61', 'label': 'Equatorial Guinea', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63ee0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_61'}, 'index': '61', 'label': 'Equatorial Guinea', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63ee0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 62, 'options': [{'attrs': {'id': 'id_job_location_62'}, 'index': '62', 'label': 'Eritrea', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61c00>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_62'}, 'index': '62', 'label': 'Eritrea', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61c00>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_62'}, 'index': '62', 'label': 'Eritrea', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61c00>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 63, 'options': [{'attrs': {'id': 'id_job_location_63'}, 'index': '63', 'label': 'Estonia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60310>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_63'}, 'index': '63', 'label': 'Estonia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60310>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_63'}, 'index': '63', 'label': 'Estonia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60310>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 64, 'options': [{'attrs': {'id': 'id_job_location_64'}, 'index': '64', 'label': 'Eswatini', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c613c0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_64'}, 'index': '64', 'label': 'Eswatini', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c613c0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_64'}, 'index': '64', 'label': 'Eswatini', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c613c0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 65, 'options': [{'attrs': {'id': 'id_job_location_65'}, 'index': '65', 'label': 'Ethiopia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60f40>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_65'}, 'index': '65', 'label': 'Ethiopia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60f40>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_65'}, 'index': '65', 'label': 'Ethiopia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60f40>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 66, 'options': [{'attrs': {'id': 'id_job_location_66'}, 'index': '66', 'label': 'Fiji', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c635b0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_66'}, 'index': '66', 'label': 'Fiji', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c635b0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_66'}, 'index': '66', 'label': 'Fiji', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c635b0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 67, 'options': [{'attrs': {'id': 'id_job_location_67'}, 'index': '67', 'label': 'Finland', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60e20>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_67'}, 'index': '67', 'label': 'Finland', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60e20>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_67'}, 'index': '67', 'label': 'Finland', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60e20>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 68, 'options': [{'attrs': {'id': 'id_job_location_68'}, 'index': '68', 'label': 'France', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60c40>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_68'}, 'index': '68', 'label': 'France', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60c40>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_68'}, 'index': '68', 'label': 'France', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60c40>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 69, 'options': [{'attrs': {'id': 'id_job_location_69'}, 'index': '69', 'label': 'Gabon', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62290>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_69'}, 'index': '69', 'label': 'Gabon', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62290>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_69'}, 'index': '69', 'label': 'Gabon', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62290>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 70, 'options': [{'attrs': {'id': 'id_job_location_70'}, 'index': '70', 'label': 'Gambia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62fb0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_70'}, 'index': '70', 'label': 'Gambia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62fb0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_70'}, 'index': '70', 'label': 'Gambia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62fb0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 71, 'options': [{'attrs': {'id': 'id_job_location_71'}, 'index': '71', 'label': 'Georgia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61d80>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_71'}, 'index': '71', 'label': 'Georgia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61d80>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_71'}, 'index': '71', 'label': 'Georgia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61d80>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 72, 'options': [{'attrs': {'id': 'id_job_location_72'}, 'index': '72', 'label': 'Germany', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60280>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_72'}, 'index': '72', 'label': 'Germany', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60280>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_72'}, 'index': '72', 'label': 'Germany', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60280>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 73, 'options': [{'attrs': {'id': 'id_job_location_73'}, 'index': '73', 'label': 'Ghana', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60700>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_73'}, 'index': '73', 'label': 'Ghana', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60700>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_73'}, 'index': '73', 'label': 'Ghana', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60700>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 74, 'options': [{'attrs': {'id': 'id_job_location_74'}, 'index': '74', 'label': 'Gibraltar', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61480>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_74'}, 'index': '74', 'label': 'Gibraltar', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61480>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_74'}, 'index': '74', 'label': 'Gibraltar', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61480>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 75, 'options': [{'attrs': {'id': 'id_job_location_75'}, 'index': '75', 'label': 'Greece', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c614b0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_75'}, 'index': '75', 'label': 'Greece', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c614b0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_75'}, 'index': '75', 'label': 'Greece', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c614b0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 76, 'options': [{'attrs': {'id': 'id_job_location_76'}, 'index': '76', 'label': 'Greenland', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62350>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_76'}, 'index': '76', 'label': 'Greenland', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62350>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_76'}, 'index': '76', 'label': 'Greenland', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62350>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 77, 'options': [{'attrs': {'id': 'id_job_location_77'}, 'index': '77', 'label': 'Grenada', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61120>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_77'}, 'index': '77', 'label': 'Grenada', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61120>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_77'}, 'index': '77', 'label': 'Grenada', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61120>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 78, 'options': [{'attrs': {'id': 'id_job_location_78'}, 'index': '78', 'label': 'Guam', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61ea0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_78'}, 'index': '78', 'label': 'Guam', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61ea0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_78'}, 'index': '78', 'label': 'Guam', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61ea0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 79, 'options': [{'attrs': {'id': 'id_job_location_79'}, 'index': '79', 'label': 'Guatemala', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c607c0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_79'}, 'index': '79', 'label': 'Guatemala', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c607c0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_79'}, 'index': '79', 'label': 'Guatemala', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c607c0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 80, 'options': [{'attrs': {'id': 'id_job_location_80'}, 'index': '80', 'label': 'Guernsey', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c633a0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_80'}, 'index': '80', 'label': 'Guernsey', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c633a0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_80'}, 'index': '80', 'label': 'Guernsey', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c633a0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 81, 'options': [{'attrs': {'id': 'id_job_location_81'}, 'index': '81', 'label': 'Guinea', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61420>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_81'}, 'index': '81', 'label': 'Guinea', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61420>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_81'}, 'index': '81', 'label': 'Guinea', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61420>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 82, 'options': [{'attrs': {'id': 'id_job_location_82'}, 'index': '82', 'label': 'Guinea-Bissau', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62860>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_82'}, 'index': '82', 'label': 'Guinea-Bissau', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62860>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_82'}, 'index': '82', 'label': 'Guinea-Bissau', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62860>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 83, 'options': [{'attrs': {'id': 'id_job_location_83'}, 'index': '83', 'label': 'Guyana', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c639d0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_83'}, 'index': '83', 'label': 'Guyana', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c639d0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_83'}, 'index': '83', 'label': 'Guyana', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c639d0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 84, 'options': [{'attrs': {'id': 'id_job_location_84'}, 'index': '84', 'label': 'Haiti', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61db0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_84'}, 'index': '84', 'label': 'Haiti', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61db0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_84'}, 'index': '84', 'label': 'Haiti', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61db0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 85, 'options': [{'attrs': {'id': 'id_job_location_85'}, 'index': '85', 'label': 'Vatican City', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62530>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_85'}, 'index': '85', 'label': 'Vatican City', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62530>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_85'}, 'index': '85', 'label': 'Vatican City', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62530>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 86, 'options': [{'attrs': {'id': 'id_job_location_86'}, 'index': '86', 'label': 'Honduras', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61b70>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_86'}, 'index': '86', 'label': 'Honduras', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61b70>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_86'}, 'index': '86', 'label': 'Honduras', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61b70>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 87, 'options': [{'attrs': {'id': 'id_job_location_87'}, 'index': '87', 'label': 'Hong Kong', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c620b0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_87'}, 'index': '87', 'label': 'Hong Kong', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c620b0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_87'}, 'index': '87', 'label': 'Hong Kong', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c620b0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 88, 'options': [{'attrs': {'id': 'id_job_location_88'}, 'index': '88', 'label': 'Hungary', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61570>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_88'}, 'index': '88', 'label': 'Hungary', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61570>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_88'}, 'index': '88', 'label': 'Hungary', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61570>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 89, 'options': [{'attrs': {'id': 'id_job_location_89'}, 'index': '89', 'label': 'Iceland', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63010>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_89'}, 'index': '89', 'label': 'Iceland', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63010>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_89'}, 'index': '89', 'label': 'Iceland', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63010>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 90, 'options': [{'attrs': {'id': 'id_job_location_90'}, 'index': '90', 'label': 'India', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61f60>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_90'}, 'index': '90', 'label': 'India', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61f60>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_90'}, 'index': '90', 'label': 'India', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c61f60>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 91, 'options': [{'attrs': {'id': 'id_job_location_91'}, 'index': '91', 'label': 'Indonesia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60610>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_91'}, 'index': '91', 'label': 'Indonesia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60610>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_91'}, 'index': '91', 'label': 'Indonesia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c60610>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 92, 'options': [{'attrs': {'id': 'id_job_location_92'}, 'index': '92', 'label': 'Iran', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63d60>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_92'}, 'index': '92', 'label': 'Iran', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63d60>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_92'}, 'index': '92', 'label': 'Iran', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c63d60>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 93, 'options': [{'attrs': {'id': 'id_job_location_93'}, 'index': '93', 'label': 'Iraq', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b167fa9ea0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_93'}, 'index': '93', 'label': 'Iraq', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b167fa9ea0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_93'}, 'index': '93', 'label': 'Iraq', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b167fa9ea0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 94, 'options': [{'attrs': {'id': 'id_job_location_94'}, 'index': '94', 'label': 'Ireland', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c617b0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_94'}, 'index': '94', 'label': 'Ireland', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c617b0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_94'}, 'index': '94', 'label': 'Ireland', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c617b0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 95, 'options': [{'attrs': {'id': 'id_job_location_95'}, 'index': '95', 'label': 'Isle of Man', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62b90>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_95'}, 'index': '95', 'label': 'Isle of Man', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62b90>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_95'}, 'index': '95', 'label': 'Isle of Man', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166c62b90>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 96, 'options': [{'attrs': {'id': 'id_job_location_96'}, 'index': '96', 'label': 'Israel', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f90d60>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_96'}, 'index': '96', 'label': 'Israel', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f90d60>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_96'}, 'index': '96', 'label': 'Israel', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f90d60>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 97, 'options': [{'attrs': {'id': 'id_job_location_97'}, 'index': '97', 'label': 'Italy', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f924d0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_97'}, 'index': '97', 'label': 'Italy', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f924d0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_97'}, 'index': '97', 'label': 'Italy', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f924d0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 98, 'options': [{'attrs': {'id': 'id_job_location_98'}, 'index': '98', 'label': 'Jamaica', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f90c70>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_98'}, 'index': '98', 'label': 'Jamaica', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f90c70>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_98'}, 'index': '98', 'label': 'Jamaica', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f90c70>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 99, 'options': [{'attrs': {'id': 'id_job_location_99'}, 'index': '99', 'label': 'Japan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f90e80>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_99'}, 'index': '99', 'label': 'Japan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f90e80>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_99'}, 'index': '99', 'label': 'Japan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f90e80>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 100, 'options': [{'attrs': {'id': 'id_job_location_100'}, 'index': '100', 'label': 'Jersey', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f92380>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_100'}, 'index': '100', 'label': 'Jersey', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f92380>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_100'}, 'index': '100', 'label': 'Jersey', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f92380>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 101, 'options': [{'attrs': {'id': 'id_job_location_101'}, 'index': '101', 'label': 'Jordan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f93940>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_101'}, 'index': '101', 'label': 'Jordan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f93940>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_101'}, 'index': '101', 'label': 'Jordan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f93940>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 102, 'options': [{'attrs': {'id': 'id_job_location_102'}, 'index': '102', 'label': 'Kazakhstan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f90580>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_102'}, 'index': '102', 'label': 'Kazakhstan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f90580>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_102'}, 'index': '102', 'label': 'Kazakhstan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f90580>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 103, 'options': [{'attrs': {'id': 'id_job_location_103'}, 'index': '103', 'label': 'Kenya', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f90c10>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_103'}, 'index': '103', 'label': 'Kenya', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f90c10>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_103'}, 'index': '103', 'label': 'Kenya', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f90c10>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 104, 'options': [{'attrs': {'id': 'id_job_location_104'}, 'index': '104', 'label': 'Kiribati', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f93b50>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_104'}, 'index': '104', 'label': 'Kiribati', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f93b50>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_104'}, 'index': '104', 'label': 'Kiribati', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f93b50>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 105, 'options': [{'attrs': {'id': 'id_job_location_105'}, 'index': '105', 'label': 'North Korea', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f939d0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_105'}, 'index': '105', 'label': 'North Korea', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f939d0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_105'}, 'index': '105', 'label': 'North Korea', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f939d0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 106, 'options': [{'attrs': {'id': 'id_job_location_106'}, 'index': '106', 'label': 'South Korea', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f926e0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_106'}, 'index': '106', 'label': 'South Korea', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f926e0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_106'}, 'index': '106', 'label': 'South Korea', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f926e0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 107, 'options': [{'attrs': {'id': 'id_job_location_107'}, 'index': '107', 'label': 'Kuwait', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f92290>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_107'}, 'index': '107', 'label': 'Kuwait', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f92290>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_107'}, 'index': '107', 'label': 'Kuwait', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f92290>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 108, 'options': [{'attrs': {'id': 'id_job_location_108'}, 'index': '108', 'label': 'Kyrgyzstan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f90df0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_108'}, 'index': '108', 'label': 'Kyrgyzstan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f90df0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_108'}, 'index': '108', 'label': 'Kyrgyzstan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f90df0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 109, 'options': [{'attrs': {'id': 'id_job_location_109'}, 'index': '109', 'label': 'Laos', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f90dc0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_109'}, 'index': '109', 'label': 'Laos', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f90dc0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_109'}, 'index': '109', 'label': 'Laos', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166f90dc0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 110, 'options': [{'attrs': {'id': 'id_job_location_110'}, 'index': '110', 'label': 'Latvia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16652de10>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_110'}, 'index': '110', 'label': 'Latvia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16652de10>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_110'}, 'index': '110', 'label': 'Latvia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16652de10>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 111, 'options': [{'attrs': {'id': 'id_job_location_111'}, 'index': '111', 'label': 'Lebanon', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16652c850>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_111'}, 'index': '111', 'label': 'Lebanon', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16652c850>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_111'}, 'index': '111', 'label': 'Lebanon', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16652c850>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 112, 'options': [{'attrs': {'id': 'id_job_location_112'}, 'index': '112', 'label': 'Lesotho', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16652e770>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_112'}, 'index': '112', 'label': 'Lesotho', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16652e770>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_112'}, 'index': '112', 'label': 'Lesotho', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16652e770>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 113, 'options': [{'attrs': {'id': 'id_job_location_113'}, 'index': '113', 'label': 'Liberia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16652d0f0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_113'}, 'index': '113', 'label': 'Liberia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16652d0f0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_113'}, 'index': '113', 'label': 'Liberia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16652d0f0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 114, 'options': [{'attrs': {'id': 'id_job_location_114'}, 'index': '114', 'label': 'Libya', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16652fc70>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_114'}, 'index': '114', 'label': 'Libya', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16652fc70>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_114'}, 'index': '114', 'label': 'Libya', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16652fc70>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 115, 'options': [{'attrs': {'id': 'id_job_location_115'}, 'index': '115', 'label': 'Liechtenstein', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16652c970>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_115'}, 'index': '115', 'label': 'Liechtenstein', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16652c970>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_115'}, 'index': '115', 'label': 'Liechtenstein', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16652c970>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 116, 'options': [{'attrs': {'id': 'id_job_location_116'}, 'index': '116', 'label': 'Lithuania', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de2a10>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_116'}, 'index': '116', 'label': 'Lithuania', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de2a10>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_116'}, 'index': '116', 'label': 'Lithuania', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de2a10>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 117, 'options': [{'attrs': {'id': 'id_job_location_117'}, 'index': '117', 'label': 'Luxembourg', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de18a0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_117'}, 'index': '117', 'label': 'Luxembourg', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de18a0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_117'}, 'index': '117', 'label': 'Luxembourg', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de18a0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 118, 'options': [{'attrs': {'id': 'id_job_location_118'}, 'index': '118', 'label': 'Macao', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de3610>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_118'}, 'index': '118', 'label': 'Macao', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de3610>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_118'}, 'index': '118', 'label': 'Macao', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de3610>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 119, 'options': [{'attrs': {'id': 'id_job_location_119'}, 'index': '119', 'label': 'Madagascar', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de0790>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_119'}, 'index': '119', 'label': 'Madagascar', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de0790>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_119'}, 'index': '119', 'label': 'Madagascar', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de0790>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 120, 'options': [{'attrs': {'id': 'id_job_location_120'}, 'index': '120', 'label': 'Malawi', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de2020>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_120'}, 'index': '120', 'label': 'Malawi', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de2020>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_120'}, 'index': '120', 'label': 'Malawi', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de2020>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 121, 'options': [{'attrs': {'id': 'id_job_location_121'}, 'index': '121', 'label': 'Malaysia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de2410>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_121'}, 'index': '121', 'label': 'Malaysia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de2410>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_121'}, 'index': '121', 'label': 'Malaysia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de2410>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 122, 'options': [{'attrs': {'id': 'id_job_location_122'}, 'index': '122', 'label': 'Maldives', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de3970>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_122'}, 'index': '122', 'label': 'Maldives', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de3970>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_122'}, 'index': '122', 'label': 'Maldives', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de3970>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 123, 'options': [{'attrs': {'id': 'id_job_location_123'}, 'index': '123', 'label': 'Mali', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de03d0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_123'}, 'index': '123', 'label': 'Mali', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de03d0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_123'}, 'index': '123', 'label': 'Mali', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de03d0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 124, 'options': [{'attrs': {'id': 'id_job_location_124'}, 'index': '124', 'label': 'Malta', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de21d0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_124'}, 'index': '124', 'label': 'Malta', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de21d0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_124'}, 'index': '124', 'label': 'Malta', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de21d0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 125, 'options': [{'attrs': {'id': 'id_job_location_125'}, 'index': '125', 'label': 'Marshall Islands', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de3310>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_125'}, 'index': '125', 'label': 'Marshall Islands', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de3310>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_125'}, 'index': '125', 'label': 'Marshall Islands', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de3310>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 126, 'options': [{'attrs': {'id': 'id_job_location_126'}, 'index': '126', 'label': 'Mauritania', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de1c30>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_126'}, 'index': '126', 'label': 'Mauritania', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de1c30>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_126'}, 'index': '126', 'label': 'Mauritania', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de1c30>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 127, 'options': [{'attrs': {'id': 'id_job_location_127'}, 'index': '127', 'label': 'Mauritius', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de35e0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_127'}, 'index': '127', 'label': 'Mauritius', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de35e0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_127'}, 'index': '127', 'label': 'Mauritius', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de35e0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 128, 'options': [{'attrs': {'id': 'id_job_location_128'}, 'index': '128', 'label': 'Mexico', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de0730>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_128'}, 'index': '128', 'label': 'Mexico', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de0730>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_128'}, 'index': '128', 'label': 'Mexico', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de0730>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 129, 'options': [{'attrs': {'id': 'id_job_location_129'}, 'index': '129', 'label': 'Micronesia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de3700>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_129'}, 'index': '129', 'label': 'Micronesia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de3700>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_129'}, 'index': '129', 'label': 'Micronesia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de3700>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 130, 'options': [{'attrs': {'id': 'id_job_location_130'}, 'index': '130', 'label': 'Moldova', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b169cf6dd0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_130'}, 'index': '130', 'label': 'Moldova', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b169cf6dd0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_130'}, 'index': '130', 'label': 'Moldova', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b169cf6dd0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 131, 'options': [{'attrs': {'id': 'id_job_location_131'}, 'index': '131', 'label': 'Monaco', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de08e0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_131'}, 'index': '131', 'label': 'Monaco', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de08e0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_131'}, 'index': '131', 'label': 'Monaco', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de08e0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 132, 'options': [{'attrs': {'id': 'id_job_location_132'}, 'index': '132', 'label': 'Mongolia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de13f0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_132'}, 'index': '132', 'label': 'Mongolia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de13f0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_132'}, 'index': '132', 'label': 'Mongolia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166de13f0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 133, 'options': [{'attrs': {'id': 'id_job_location_133'}, 'index': '133', 'label': 'Montenegro', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745efe0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_133'}, 'index': '133', 'label': 'Montenegro', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745efe0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_133'}, 'index': '133', 'label': 'Montenegro', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745efe0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 134, 'options': [{'attrs': {'id': 'id_job_location_134'}, 'index': '134', 'label': 'Montserrat', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745e650>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_134'}, 'index': '134', 'label': 'Montserrat', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745e650>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_134'}, 'index': '134', 'label': 'Montserrat', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745e650>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 135, 'options': [{'attrs': {'id': 'id_job_location_135'}, 'index': '135', 'label': 'Morocco', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745f4f0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_135'}, 'index': '135', 'label': 'Morocco', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745f4f0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_135'}, 'index': '135', 'label': 'Morocco', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745f4f0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 136, 'options': [{'attrs': {'id': 'id_job_location_136'}, 'index': '136', 'label': 'Mozambique', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745f490>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_136'}, 'index': '136', 'label': 'Mozambique', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745f490>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_136'}, 'index': '136', 'label': 'Mozambique', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745f490>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 137, 'options': [{'attrs': {'id': 'id_job_location_137'}, 'index': '137', 'label': 'Myanmar', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745ea70>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_137'}, 'index': '137', 'label': 'Myanmar', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745ea70>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_137'}, 'index': '137', 'label': 'Myanmar', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745ea70>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 138, 'options': [{'attrs': {'id': 'id_job_location_138'}, 'index': '138', 'label': 'Namibia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745dd20>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_138'}, 'index': '138', 'label': 'Namibia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745dd20>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_138'}, 'index': '138', 'label': 'Namibia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745dd20>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 139, 'options': [{'attrs': {'id': 'id_job_location_139'}, 'index': '139', 'label': 'Nauru', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745dcf0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_139'}, 'index': '139', 'label': 'Nauru', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745dcf0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_139'}, 'index': '139', 'label': 'Nauru', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745dcf0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 140, 'options': [{'attrs': {'id': 'id_job_location_140'}, 'index': '140', 'label': 'Nepal', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745dc60>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_140'}, 'index': '140', 'label': 'Nepal', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745dc60>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_140'}, 'index': '140', 'label': 'Nepal', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745dc60>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 141, 'options': [{'attrs': {'id': 'id_job_location_141'}, 'index': '141', 'label': 'Netherlands', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745e6b0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_141'}, 'index': '141', 'label': 'Netherlands', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745e6b0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_141'}, 'index': '141', 'label': 'Netherlands', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745e6b0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 142, 'options': [{'attrs': {'id': 'id_job_location_142'}, 'index': '142', 'label': 'New Caledonia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745d810>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_142'}, 'index': '142', 'label': 'New Caledonia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745d810>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_142'}, 'index': '142', 'label': 'New Caledonia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16745d810>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 143, 'options': [{'attrs': {'id': 'id_job_location_143'}, 'index': '143', 'label': 'New Zealand', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7fd90>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_143'}, 'index': '143', 'label': 'New Zealand', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7fd90>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_143'}, 'index': '143', 'label': 'New Zealand', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7fd90>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 144, 'options': [{'attrs': {'id': 'id_job_location_144'}, 'index': '144', 'label': 'Nicaragua', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f340>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_144'}, 'index': '144', 'label': 'Nicaragua', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f340>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_144'}, 'index': '144', 'label': 'Nicaragua', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f340>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 145, 'options': [{'attrs': {'id': 'id_job_location_145'}, 'index': '145', 'label': 'Niger', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f2b0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_145'}, 'index': '145', 'label': 'Niger', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f2b0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_145'}, 'index': '145', 'label': 'Niger', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f2b0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 146, 'options': [{'attrs': {'id': 'id_job_location_146'}, 'index': '146', 'label': 'Nigeria', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f700>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_146'}, 'index': '146', 'label': 'Nigeria', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f700>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_146'}, 'index': '146', 'label': 'Nigeria', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f700>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 147, 'options': [{'attrs': {'id': 'id_job_location_147'}, 'index': '147', 'label': 'Niue', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7e560>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_147'}, 'index': '147', 'label': 'Niue', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7e560>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_147'}, 'index': '147', 'label': 'Niue', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7e560>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 148, 'options': [{'attrs': {'id': 'id_job_location_148'}, 'index': '148', 'label': 'Norfolk Island', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f430>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_148'}, 'index': '148', 'label': 'Norfolk Island', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f430>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_148'}, 'index': '148', 'label': 'Norfolk Island', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f430>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 149, 'options': [{'attrs': {'id': 'id_job_location_149'}, 'index': '149', 'label': 'Northern Mariana Islands', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7fa60>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_149'}, 'index': '149', 'label': 'Northern Mariana Islands', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7fa60>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_149'}, 'index': '149', 'label': 'Northern Mariana Islands', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7fa60>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 150, 'options': [{'attrs': {'id': 'id_job_location_150'}, 'index': '150', 'label': 'Norway', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7e6b0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_150'}, 'index': '150', 'label': 'Norway', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7e6b0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_150'}, 'index': '150', 'label': 'Norway', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7e6b0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 151, 'options': [{'attrs': {'id': 'id_job_location_151'}, 'index': '151', 'label': 'Oman', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f6d0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_151'}, 'index': '151', 'label': 'Oman', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f6d0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_151'}, 'index': '151', 'label': 'Oman', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f6d0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 152, 'options': [{'attrs': {'id': 'id_job_location_152'}, 'index': '152', 'label': 'Pakistan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f670>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_152'}, 'index': '152', 'label': 'Pakistan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f670>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_152'}, 'index': '152', 'label': 'Pakistan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f670>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 153, 'options': [{'attrs': {'id': 'id_job_location_153'}, 'index': '153', 'label': 'Palau', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7faf0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_153'}, 'index': '153', 'label': 'Palau', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7faf0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_153'}, 'index': '153', 'label': 'Palau', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7faf0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 154, 'options': [{'attrs': {'id': 'id_job_location_154'}, 'index': '154', 'label': 'Palestine', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f1c0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_154'}, 'index': '154', 'label': 'Palestine', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f1c0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_154'}, 'index': '154', 'label': 'Palestine', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f1c0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 155, 'options': [{'attrs': {'id': 'id_job_location_155'}, 'index': '155', 'label': 'Panama', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7fa00>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_155'}, 'index': '155', 'label': 'Panama', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7fa00>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_155'}, 'index': '155', 'label': 'Panama', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7fa00>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 156, 'options': [{'attrs': {'id': 'id_job_location_156'}, 'index': '156', 'label': 'Papua New Guinea', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7fbb0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_156'}, 'index': '156', 'label': 'Papua New Guinea', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7fbb0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_156'}, 'index': '156', 'label': 'Papua New Guinea', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7fbb0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 157, 'options': [{'attrs': {'id': 'id_job_location_157'}, 'index': '157', 'label': 'Paraguay', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7ea10>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_157'}, 'index': '157', 'label': 'Paraguay', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7ea10>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_157'}, 'index': '157', 'label': 'Paraguay', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7ea10>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 158, 'options': [{'attrs': {'id': 'id_job_location_158'}, 'index': '158', 'label': 'Peru', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f5b0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_158'}, 'index': '158', 'label': 'Peru', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f5b0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_158'}, 'index': '158', 'label': 'Peru', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f5b0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 159, 'options': [{'attrs': {'id': 'id_job_location_159'}, 'index': '159', 'label': 'Philippines', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f7f0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_159'}, 'index': '159', 'label': 'Philippines', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f7f0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_159'}, 'index': '159', 'label': 'Philippines', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7f7f0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 160, 'options': [{'attrs': {'id': 'id_job_location_160'}, 'index': '160', 'label': 'Poland', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7e7a0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_160'}, 'index': '160', 'label': 'Poland', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7e7a0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_160'}, 'index': '160', 'label': 'Poland', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7e7a0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 161, 'options': [{'attrs': {'id': 'id_job_location_161'}, 'index': '161', 'label': 'Portugal', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7e7d0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_161'}, 'index': '161', 'label': 'Portugal', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7e7d0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_161'}, 'index': '161', 'label': 'Portugal', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166e7e7d0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 162, 'options': [{'attrs': {'id': 'id_job_location_162'}, 'index': '162', 'label': 'Puerto Rico', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16749ec80>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_162'}, 'index': '162', 'label': 'Puerto Rico', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16749ec80>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_162'}, 'index': '162', 'label': 'Puerto Rico', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16749ec80>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 163, 'options': [{'attrs': {'id': 'id_job_location_163'}, 'index': '163', 'label': 'Qatar', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16749f040>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_163'}, 'index': '163', 'label': 'Qatar', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16749f040>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_163'}, 'index': '163', 'label': 'Qatar', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16749f040>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 164, 'options': [{'attrs': {'id': 'id_job_location_164'}, 'index': '164', 'label': 'North Macedonia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16749f0a0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_164'}, 'index': '164', 'label': 'North Macedonia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16749f0a0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_164'}, 'index': '164', 'label': 'North Macedonia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16749f0a0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 165, 'options': [{'attrs': {'id': 'id_job_location_165'}, 'index': '165', 'label': 'Romania', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1674e5000>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_165'}, 'index': '165', 'label': 'Romania', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1674e5000>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_165'}, 'index': '165', 'label': 'Romania', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1674e5000>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 166, 'options': [{'attrs': {'id': 'id_job_location_166'}, 'index': '166', 'label': 'Russia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16749f160>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_166'}, 'index': '166', 'label': 'Russia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16749f160>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_166'}, 'index': '166', 'label': 'Russia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16749f160>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 167, 'options': [{'attrs': {'id': 'id_job_location_167'}, 'index': '167', 'label': 'Rwanda', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16749e710>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_167'}, 'index': '167', 'label': 'Rwanda', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16749e710>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_167'}, 'index': '167', 'label': 'Rwanda', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16749e710>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 168, 'options': [{'attrs': {'id': 'id_job_location_168'}, 'index': '168', 'label': 'Saint Helena', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166952d40>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_168'}, 'index': '168', 'label': 'Saint Helena', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166952d40>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_168'}, 'index': '168', 'label': 'Saint Helena', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166952d40>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 169, 'options': [{'attrs': {'id': 'id_job_location_169'}, 'index': '169', 'label': 'Saint Kitts and Nevis', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166953610>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_169'}, 'index': '169', 'label': 'Saint Kitts and Nevis', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166953610>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_169'}, 'index': '169', 'label': 'Saint Kitts and Nevis', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166953610>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 170, 'options': [{'attrs': {'id': 'id_job_location_170'}, 'index': '170', 'label': 'Saint Lucia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166952b90>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_170'}, 'index': '170', 'label': 'Saint Lucia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166952b90>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_170'}, 'index': '170', 'label': 'Saint Lucia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166952b90>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 171, 'options': [{'attrs': {'id': 'id_job_location_171'}, 'index': '171', 'label': 'Saint Pierre and Miquelon', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166952920>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_171'}, 'index': '171', 'label': 'Saint Pierre and Miquelon', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166952920>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_171'}, 'index': '171', 'label': 'Saint Pierre and Miquelon', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166952920>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 172, 'options': [{'attrs': {'id': 'id_job_location_172'}, 'index': '172', 'label': 'Saint Vincent and the Grenadines', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166952e00>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_172'}, 'index': '172', 'label': 'Saint Vincent and the Grenadines', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166952e00>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_172'}, 'index': '172', 'label': 'Saint Vincent and the Grenadines', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166952e00>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 173, 'options': [{'attrs': {'id': 'id_job_location_173'}, 'index': '173', 'label': 'Samoa', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166952110>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_173'}, 'index': '173', 'label': 'Samoa', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166952110>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_173'}, 'index': '173', 'label': 'Samoa', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166952110>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 174, 'options': [{'attrs': {'id': 'id_job_location_174'}, 'index': '174', 'label': 'San Marino', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166951810>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_174'}, 'index': '174', 'label': 'San Marino', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166951810>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_174'}, 'index': '174', 'label': 'San Marino', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166951810>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 175, 'options': [{'attrs': {'id': 'id_job_location_175'}, 'index': '175', 'label': 'Sao Tome and Principe', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166951a20>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_175'}, 'index': '175', 'label': 'Sao Tome and Principe', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166951a20>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_175'}, 'index': '175', 'label': 'Sao Tome and Principe', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166951a20>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 176, 'options': [{'attrs': {'id': 'id_job_location_176'}, 'index': '176', 'label': 'Saudi Arabia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166952aa0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_176'}, 'index': '176', 'label': 'Saudi Arabia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166952aa0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_176'}, 'index': '176', 'label': 'Saudi Arabia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166952aa0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 177, 'options': [{'attrs': {'id': 'id_job_location_177'}, 'index': '177', 'label': 'Senegal', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166951ae0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_177'}, 'index': '177', 'label': 'Senegal', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166951ae0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_177'}, 'index': '177', 'label': 'Senegal', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166951ae0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 178, 'options': [{'attrs': {'id': 'id_job_location_178'}, 'index': '178', 'label': 'Serbia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166951c90>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_178'}, 'index': '178', 'label': 'Serbia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166951c90>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_178'}, 'index': '178', 'label': 'Serbia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166951c90>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 179, 'options': [{'attrs': {'id': 'id_job_location_179'}, 'index': '179', 'label': 'Seychelles', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1669521d0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_179'}, 'index': '179', 'label': 'Seychelles', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1669521d0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_179'}, 'index': '179', 'label': 'Seychelles', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1669521d0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 180, 'options': [{'attrs': {'id': 'id_job_location_180'}, 'index': '180', 'label': 'Sierra Leone', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166951f60>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_180'}, 'index': '180', 'label': 'Sierra Leone', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166951f60>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_180'}, 'index': '180', 'label': 'Sierra Leone', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166951f60>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 181, 'options': [{'attrs': {'id': 'id_job_location_181'}, 'index': '181', 'label': 'Singapore', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1669518d0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_181'}, 'index': '181', 'label': 'Singapore', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1669518d0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_181'}, 'index': '181', 'label': 'Singapore', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1669518d0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 182, 'options': [{'attrs': {'id': 'id_job_location_182'}, 'index': '182', 'label': 'Slovakia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1669529e0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_182'}, 'index': '182', 'label': 'Slovakia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1669529e0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_182'}, 'index': '182', 'label': 'Slovakia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1669529e0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 183, 'options': [{'attrs': {'id': 'id_job_location_183'}, 'index': '183', 'label': 'Slovenia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166951b70>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_183'}, 'index': '183', 'label': 'Slovenia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166951b70>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_183'}, 'index': '183', 'label': 'Slovenia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166951b70>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 184, 'options': [{'attrs': {'id': 'id_job_location_184'}, 'index': '184', 'label': 'Solomon Islands', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166953640>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_184'}, 'index': '184', 'label': 'Solomon Islands', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166953640>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_184'}, 'index': '184', 'label': 'Solomon Islands', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166953640>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 185, 'options': [{'attrs': {'id': 'id_job_location_185'}, 'index': '185', 'label': 'Somalia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166951e70>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_185'}, 'index': '185', 'label': 'Somalia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166951e70>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_185'}, 'index': '185', 'label': 'Somalia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166951e70>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 186, 'options': [{'attrs': {'id': 'id_job_location_186'}, 'index': '186', 'label': 'South Africa', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166952bf0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_186'}, 'index': '186', 'label': 'South Africa', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166952bf0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_186'}, 'index': '186', 'label': 'South Africa', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166952bf0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 187, 'options': [{'attrs': {'id': 'id_job_location_187'}, 'index': '187', 'label': 'South Sudan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166951cf0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_187'}, 'index': '187', 'label': 'South Sudan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166951cf0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_187'}, 'index': '187', 'label': 'South Sudan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166951cf0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 188, 'options': [{'attrs': {'id': 'id_job_location_188'}, 'index': '188', 'label': 'Spain', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b167512d70>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_188'}, 'index': '188', 'label': 'Spain', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b167512d70>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_188'}, 'index': '188', 'label': 'Spain', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b167512d70>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 189, 'options': [{'attrs': {'id': 'id_job_location_189'}, 'index': '189', 'label': 'Sri Lanka', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b167512cb0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_189'}, 'index': '189', 'label': 'Sri Lanka', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b167512cb0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_189'}, 'index': '189', 'label': 'Sri Lanka', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b167512cb0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 190, 'options': [{'attrs': {'id': 'id_job_location_190'}, 'index': '190', 'label': 'Sudan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b167512350>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_190'}, 'index': '190', 'label': 'Sudan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b167512350>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_190'}, 'index': '190', 'label': 'Sudan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b167512350>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 191, 'options': [{'attrs': {'id': 'id_job_location_191'}, 'index': '191', 'label': 'Suriname', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b07a30>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_191'}, 'index': '191', 'label': 'Suriname', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b07a30>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_191'}, 'index': '191', 'label': 'Suriname', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b07a30>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 192, 'options': [{'attrs': {'id': 'id_job_location_192'}, 'index': '192', 'label': 'Sweden', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b06fb0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_192'}, 'index': '192', 'label': 'Sweden', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b06fb0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_192'}, 'index': '192', 'label': 'Sweden', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b06fb0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 193, 'options': [{'attrs': {'id': 'id_job_location_193'}, 'index': '193', 'label': 'Switzerland', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16717ded0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_193'}, 'index': '193', 'label': 'Switzerland', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16717ded0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_193'}, 'index': '193', 'label': 'Switzerland', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16717ded0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 194, 'options': [{'attrs': {'id': 'id_job_location_194'}, 'index': '194', 'label': 'Syria', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16717ff10>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_194'}, 'index': '194', 'label': 'Syria', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16717ff10>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_194'}, 'index': '194', 'label': 'Syria', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16717ff10>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 195, 'options': [{'attrs': {'id': 'id_job_location_195'}, 'index': '195', 'label': 'Taiwan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166407e50>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_195'}, 'index': '195', 'label': 'Taiwan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166407e50>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_195'}, 'index': '195', 'label': 'Taiwan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166407e50>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 196, 'options': [{'attrs': {'id': 'id_job_location_196'}, 'index': '196', 'label': 'Tajikistan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166405bd0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_196'}, 'index': '196', 'label': 'Tajikistan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166405bd0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_196'}, 'index': '196', 'label': 'Tajikistan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166405bd0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 197, 'options': [{'attrs': {'id': 'id_job_location_197'}, 'index': '197', 'label': 'Tanzania', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166407220>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_197'}, 'index': '197', 'label': 'Tanzania', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166407220>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_197'}, 'index': '197', 'label': 'Tanzania', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166407220>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 198, 'options': [{'attrs': {'id': 'id_job_location_198'}, 'index': '198', 'label': 'Thailand', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1664053c0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_198'}, 'index': '198', 'label': 'Thailand', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1664053c0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_198'}, 'index': '198', 'label': 'Thailand', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1664053c0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 199, 'options': [{'attrs': {'id': 'id_job_location_199'}, 'index': '199', 'label': 'Timor-Leste', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166406440>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_199'}, 'index': '199', 'label': 'Timor-Leste', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166406440>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_199'}, 'index': '199', 'label': 'Timor-Leste', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166406440>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 200, 'options': [{'attrs': {'id': 'id_job_location_200'}, 'index': '200', 'label': 'Togo', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166405240>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_200'}, 'index': '200', 'label': 'Togo', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166405240>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_200'}, 'index': '200', 'label': 'Togo', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166405240>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 201, 'options': [{'attrs': {'id': 'id_job_location_201'}, 'index': '201', 'label': 'Tokelau', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166405420>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_201'}, 'index': '201', 'label': 'Tokelau', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166405420>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_201'}, 'index': '201', 'label': 'Tokelau', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166405420>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 202, 'options': [{'attrs': {'id': 'id_job_location_202'}, 'index': '202', 'label': 'Tonga', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166407b50>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_202'}, 'index': '202', 'label': 'Tonga', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166407b50>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_202'}, 'index': '202', 'label': 'Tonga', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166407b50>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 203, 'options': [{'attrs': {'id': 'id_job_location_203'}, 'index': '203', 'label': 'Trinidad and Tobago', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166404130>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_203'}, 'index': '203', 'label': 'Trinidad and Tobago', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166404130>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_203'}, 'index': '203', 'label': 'Trinidad and Tobago', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166404130>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 204, 'options': [{'attrs': {'id': 'id_job_location_204'}, 'index': '204', 'label': 'Tunisia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166407940>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_204'}, 'index': '204', 'label': 'Tunisia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166407940>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_204'}, 'index': '204', 'label': 'Tunisia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166407940>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 205, 'options': [{'attrs': {'id': 'id_job_location_205'}, 'index': '205', 'label': 'Turkey', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1664064a0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_205'}, 'index': '205', 'label': 'Turkey', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1664064a0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_205'}, 'index': '205', 'label': 'Turkey', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1664064a0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 206, 'options': [{'attrs': {'id': 'id_job_location_206'}, 'index': '206', 'label': 'Turkmenistan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166405ae0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_206'}, 'index': '206', 'label': 'Turkmenistan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166405ae0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_206'}, 'index': '206', 'label': 'Turkmenistan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166405ae0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 207, 'options': [{'attrs': {'id': 'id_job_location_207'}, 'index': '207', 'label': 'Tuvalu', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166407970>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_207'}, 'index': '207', 'label': 'Tuvalu', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166407970>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_207'}, 'index': '207', 'label': 'Tuvalu', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166407970>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 208, 'options': [{'attrs': {'id': 'id_job_location_208'}, 'index': '208', 'label': 'Uganda', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166405c60>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_208'}, 'index': '208', 'label': 'Uganda', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166405c60>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_208'}, 'index': '208', 'label': 'Uganda', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166405c60>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 209, 'options': [{'attrs': {'id': 'id_job_location_209'}, 'index': '209', 'label': 'Ukraine', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166407790>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_209'}, 'index': '209', 'label': 'Ukraine', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166407790>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_209'}, 'index': '209', 'label': 'Ukraine', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166407790>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 210, 'options': [{'attrs': {'id': 'id_job_location_210'}, 'index': '210', 'label': 'United Arab Emirates', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1664058a0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_210'}, 'index': '210', 'label': 'United Arab Emirates', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1664058a0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_210'}, 'index': '210', 'label': 'United Arab Emirates', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1664058a0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 211, 'options': [{'attrs': {'id': 'id_job_location_211'}, 'index': '211', 'label': 'United Kingdom', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166407250>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_211'}, 'index': '211', 'label': 'United Kingdom', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166407250>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_211'}, 'index': '211', 'label': 'United Kingdom', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166407250>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 212, 'options': [{'attrs': {'id': 'id_job_location_212'}, 'index': '212', 'label': 'United States', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166406e30>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_212'}, 'index': '212', 'label': 'United States', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166406e30>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_212'}, 'index': '212', 'label': 'United States', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166406e30>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 213, 'options': [{'attrs': {'id': 'id_job_location_213'}, 'index': '213', 'label': 'Uruguay', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166406230>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_213'}, 'index': '213', 'label': 'Uruguay', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166406230>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_213'}, 'index': '213', 'label': 'Uruguay', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166406230>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 214, 'options': [{'attrs': {'id': 'id_job_location_214'}, 'index': '214', 'label': 'Uzbekistan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166406e00>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_214'}, 'index': '214', 'label': 'Uzbekistan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166406e00>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_214'}, 'index': '214', 'label': 'Uzbekistan', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166406e00>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 215, 'options': [{'attrs': {'id': 'id_job_location_215'}, 'index': '215', 'label': 'Vanuatu', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166404160>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_215'}, 'index': '215', 'label': 'Vanuatu', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166404160>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_215'}, 'index': '215', 'label': 'Vanuatu', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166404160>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 216, 'options': [{'attrs': {'id': 'id_job_location_216'}, 'index': '216', 'label': 'Venezuela', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1664058d0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_216'}, 'index': '216', 'label': 'Venezuela', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1664058d0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_216'}, 'index': '216', 'label': 'Venezuela', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1664058d0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 217, 'options': [{'attrs': {'id': 'id_job_location_217'}, 'index': '217', 'label': 'Vietnam', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166404460>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_217'}, 'index': '217', 'label': 'Vietnam', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166404460>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_217'}, 'index': '217', 'label': 'Vietnam', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166404460>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 218, 'options': [{'attrs': {'id': 'id_job_location_218'}, 'index': '218', 'label': 'Wallis and Futuna', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166404550>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_218'}, 'index': '218', 'label': 'Wallis and Futuna', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166404550>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_218'}, 'index': '218', 'label': 'Wallis and Futuna', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166404550>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 219, 'options': [{'attrs': {'id': 'id_job_location_219'}, 'index': '219', 'label': 'Western Sahara', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1664065c0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_219'}, 'index': '219', 'label': 'Western Sahara', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1664065c0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_219'}, 'index': '219', 'label': 'Western Sahara', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1664065c0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 220, 'options': [{'attrs': {'id': 'id_job_location_220'}, 'index': '220', 'label': 'Yemen', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166406ec0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_220'}, 'index': '220', 'label': 'Yemen', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166406ec0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_220'}, 'index': '220', 'label': 'Yemen', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166406ec0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 221, 'options': [{'attrs': {'id': 'id_job_location_221'}, 'index': '221', 'label': 'Zambia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166405a80>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_221'}, 'index': '221', 'label': 'Zambia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166405a80>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_221'}, 'index': '221', 'label': 'Zambia', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166405a80>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 222, 'options': [{'attrs': {'id': 'id_job_location_222'}, 'index': '222', 'label': 'Zimbabwe', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1664063e0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 223, 'counter0': 222, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_job_location_222'}, 'index': '222', 'label': 'Zimbabwe', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1664063e0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_job_location_222'}, 'index': '222', 'label': 'Zimbabwe', 'name': 'job_location', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1664063e0>, 'wrap_label': True}}
    bootstrap5/layout/help_text.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/help_text.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    None
    <unknown source>
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'active_job_posts_count': 0, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'unread_applications_count': 0, 'unread_messages_count': 0, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'page_obj': <Page 1 of 1>, 'request': '<<request>>', 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}} {'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>} {'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>} {'is_bound': True} {'attrs': {}, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'disable_csrf': False, 'error_text_inline': True, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'flat_attrs': '', 'form': <JobPostFilterForm bound=True, valid=True, fields=(benefits__istartswith;advantages__istartswith;job_description__istartswith;required_language_knowledge_filter;title;address;job_location;education;working_time;work_schedule;category;sub_category;driving_license)>, 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'include_media': True, 'inputs': [], 'is_formset': False, 'label_class': '', 'template_pack': 'bootstrap5', 'use_custom_control': True} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b7e80>, 'flat_attrs': ' placeholder="What"', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'flat_attrs': '', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b53f0>, 'flat_attrs': '', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'flat_attrs': '', 'labelclass': None}
    bootstrap5/field.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/field.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6dd0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    bootstrap5/layout/radio_checkbox_select.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/radio_checkbox_select.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6dd0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6dd0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 6, 'counter0': 5, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 0, 'options': [{'attrs': {'id': 'id_education_0'}, 'index': '0', 'label': 'Elementary', 'name': 'education', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa6050>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 6, 'counter0': 5, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_education_0'}, 'index': '0', 'label': 'Elementary', 'name': 'education', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa6050>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_education_0'}, 'index': '0', 'label': 'Elementary', 'name': 'education', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa6050>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6dd0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 6, 'counter0': 5, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 1, 'options': [{'attrs': {'id': 'id_education_1'}, 'index': '1', 'label': 'Secondary', 'name': 'education', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa6bf0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 6, 'counter0': 5, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_education_1'}, 'index': '1', 'label': 'Secondary', 'name': 'education', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa6bf0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_education_1'}, 'index': '1', 'label': 'Secondary', 'name': 'education', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa6bf0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6dd0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 6, 'counter0': 5, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 2, 'options': [{'attrs': {'id': 'id_education_2'}, 'index': '2', 'label': 'HighSchool', 'name': 'education', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa7370>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 6, 'counter0': 5, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_education_2'}, 'index': '2', 'label': 'HighSchool', 'name': 'education', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa7370>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_education_2'}, 'index': '2', 'label': 'HighSchool', 'name': 'education', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa7370>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6dd0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 6, 'counter0': 5, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 3, 'options': [{'attrs': {'id': 'id_education_3'}, 'index': '3', 'label': 'Bsc', 'name': 'education', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa5fc0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 6, 'counter0': 5, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_education_3'}, 'index': '3', 'label': 'Bsc', 'name': 'education', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa5fc0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_education_3'}, 'index': '3', 'label': 'Bsc', 'name': 'education', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa5fc0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6dd0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 6, 'counter0': 5, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 4, 'options': [{'attrs': {'id': 'id_education_4'}, 'index': '4', 'label': 'Msc', 'name': 'education', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa5ea0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 6, 'counter0': 5, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_education_4'}, 'index': '4', 'label': 'Msc', 'name': 'education', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa5ea0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_education_4'}, 'index': '4', 'label': 'Msc', 'name': 'education', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa5ea0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6dd0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 6, 'counter0': 5, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 5, 'options': [{'attrs': {'id': 'id_education_5'}, 'index': '5', 'label': 'Phd', 'name': 'education', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa5a80>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 6, 'counter0': 5, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_education_5'}, 'index': '5', 'label': 'Phd', 'name': 'education', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa5a80>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_education_5'}, 'index': '5', 'label': 'Phd', 'name': 'education', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa5a80>, 'wrap_label': True}}
    bootstrap5/layout/help_text.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/help_text.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6dd0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    None
    <unknown source>
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'active_job_posts_count': 0, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'unread_applications_count': 0, 'unread_messages_count': 0, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'page_obj': <Page 1 of 1>, 'request': '<<request>>', 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}} {'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>} {'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>} {'is_bound': True} {'attrs': {}, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'disable_csrf': False, 'error_text_inline': True, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'flat_attrs': '', 'form': <JobPostFilterForm bound=True, valid=True, fields=(benefits__istartswith;advantages__istartswith;job_description__istartswith;required_language_knowledge_filter;title;address;job_location;education;working_time;work_schedule;category;sub_category;driving_license)>, 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'include_media': True, 'inputs': [], 'is_formset': False, 'label_class': '', 'template_pack': 'bootstrap5', 'use_custom_control': True} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b7e80>, 'flat_attrs': ' placeholder="What"', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'flat_attrs': '', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b53f0>, 'flat_attrs': '', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'flat_attrs': '', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b6dd0>, 'flat_attrs': '', 'labelclass': None}
    bootstrap5/field.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/field.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b65c0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    bootstrap5/layout/radio_checkbox_select.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/radio_checkbox_select.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b65c0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b65c0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 10, 'counter0': 9, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 0, 'options': [{'attrs': {'id': 'id_working_time_0'}, 'index': '0', 'label': 'Casual', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa4fa0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 10, 'counter0': 9, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_working_time_0'}, 'index': '0', 'label': 'Casual', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa4fa0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_working_time_0'}, 'index': '0', 'label': 'Casual', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa4fa0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b65c0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 10, 'counter0': 9, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 1, 'options': [{'attrs': {'id': 'id_working_time_1'}, 'index': '1', 'label': 'For changed employment capacity', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa7340>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 10, 'counter0': 9, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_working_time_1'}, 'index': '1', 'label': 'For changed employment capacity', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa7340>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_working_time_1'}, 'index': '1', 'label': 'For changed employment capacity', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa7340>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b65c0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 10, 'counter0': 9, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 2, 'options': [{'attrs': {'id': 'id_working_time_2'}, 'index': '2', 'label': 'For Mothers and / or Single Parents', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa6350>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 10, 'counter0': 9, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_working_time_2'}, 'index': '2', 'label': 'For Mothers and / or Single Parents', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa6350>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_working_time_2'}, 'index': '2', 'label': 'For Mothers and / or Single Parents', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa6350>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b65c0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 10, 'counter0': 9, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 3, 'options': [{'attrs': {'id': 'id_working_time_3'}, 'index': '3', 'label': 'Full time', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa49d0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 10, 'counter0': 9, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_working_time_3'}, 'index': '3', 'label': 'Full time', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa49d0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_working_time_3'}, 'index': '3', 'label': 'Full time', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa49d0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b65c0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 10, 'counter0': 9, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 4, 'options': [{'attrs': {'id': 'id_working_time_4'}, 'index': '4', 'label': 'Home office', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa53f0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 10, 'counter0': 9, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_working_time_4'}, 'index': '4', 'label': 'Home office', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa53f0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_working_time_4'}, 'index': '4', 'label': 'Home office', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa53f0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b65c0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 10, 'counter0': 9, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 5, 'options': [{'attrs': {'id': 'id_working_time_5'}, 'index': '5', 'label': 'In pension, work next to retired', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa44f0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 10, 'counter0': 9, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_working_time_5'}, 'index': '5', 'label': 'In pension, work next to retired', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa44f0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_working_time_5'}, 'index': '5', 'label': 'In pension, work next to retired', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa44f0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b65c0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 10, 'counter0': 9, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 6, 'options': [{'attrs': {'id': 'id_working_time_6'}, 'index': '6', 'label': 'Part time', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa56c0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 10, 'counter0': 9, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_working_time_6'}, 'index': '6', 'label': 'Part time', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa56c0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_working_time_6'}, 'index': '6', 'label': 'Part time', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa56c0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b65c0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 10, 'counter0': 9, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 7, 'options': [{'attrs': {'id': 'id_working_time_7'}, 'index': '7', 'label': 'Professional practice', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa5d50>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 10, 'counter0': 9, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_working_time_7'}, 'index': '7', 'label': 'Professional practice', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa5d50>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_working_time_7'}, 'index': '7', 'label': 'Professional practice', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa5d50>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b65c0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 10, 'counter0': 9, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 8, 'options': [{'attrs': {'id': 'id_working_time_8'}, 'index': '8', 'label': 'Remote work', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa7220>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 10, 'counter0': 9, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_working_time_8'}, 'index': '8', 'label': 'Remote work', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa7220>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_working_time_8'}, 'index': '8', 'label': 'Remote work', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa7220>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b65c0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 10, 'counter0': 9, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 9, 'options': [{'attrs': {'id': 'id_working_time_9'}, 'index': '9', 'label': 'Student work', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa70d0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 10, 'counter0': 9, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_working_time_9'}, 'index': '9', 'label': 'Student work', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa70d0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_working_time_9'}, 'index': '9', 'label': 'Student work', 'name': 'working_time', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa70d0>, 'wrap_label': True}}
    bootstrap5/layout/help_text.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/help_text.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b65c0>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    None
    <unknown source>
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'active_job_posts_count': 0, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'unread_applications_count': 0, 'unread_messages_count': 0, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'page_obj': <Page 1 of 1>, 'request': '<<request>>', 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}} {'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>} {'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>} {'is_bound': True} {'attrs': {}, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'disable_csrf': False, 'error_text_inline': True, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'flat_attrs': '', 'form': <JobPostFilterForm bound=True, valid=True, fields=(benefits__istartswith;advantages__istartswith;job_description__istartswith;required_language_knowledge_filter;title;address;job_location;education;working_time;work_schedule;category;sub_category;driving_license)>, 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'include_media': True, 'inputs': [], 'is_formset': False, 'label_class': '', 'template_pack': 'bootstrap5', 'use_custom_control': True} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b7e80>, 'flat_attrs': ' placeholder="What"', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'flat_attrs': '', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b53f0>, 'flat_attrs': '', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'flat_attrs': '', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b6dd0>, 'flat_attrs': '', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b65c0>, 'flat_attrs': '', 'labelclass': None}
    bootstrap5/field.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/field.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6890>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    bootstrap5/layout/radio_checkbox_select.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/radio_checkbox_select.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6890>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6890>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 0, 'options': [{'attrs': {'id': 'id_work_schedule_0'}, 'index': '0', 'label': 'Continuous Working Time', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa59c0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_work_schedule_0'}, 'index': '0', 'label': 'Continuous Working Time', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa59c0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_work_schedule_0'}, 'index': '0', 'label': 'Continuous Working Time', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa59c0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6890>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 1, 'options': [{'attrs': {'id': 'id_work_schedule_1'}, 'index': '1', 'label': 'Flexible', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa58d0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_work_schedule_1'}, 'index': '1', 'label': 'Flexible', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa58d0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_work_schedule_1'}, 'index': '1', 'label': 'Flexible', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa58d0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6890>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 2, 'options': [{'attrs': {'id': 'id_work_schedule_2'}, 'index': '2', 'label': 'For Changed Employment Capacity', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa6560>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_work_schedule_2'}, 'index': '2', 'label': 'For Changed Employment Capacity', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa6560>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_work_schedule_2'}, 'index': '2', 'label': 'For Changed Employment Capacity', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa6560>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6890>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 3, 'options': [{'attrs': {'id': 'id_work_schedule_3'}, 'index': '3', 'label': 'General Working Schedule', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa4b80>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_work_schedule_3'}, 'index': '3', 'label': 'General Working Schedule', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa4b80>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_work_schedule_3'}, 'index': '3', 'label': 'General Working Schedule', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa4b80>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6890>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 4, 'options': [{'attrs': {'id': 'id_work_schedule_4'}, 'index': '4', 'label': 'In Pension, Work Next To Retired', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa5780>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_work_schedule_4'}, 'index': '4', 'label': 'In Pension, Work Next To Retired', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa5780>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_work_schedule_4'}, 'index': '4', 'label': 'In Pension, Work Next To Retired', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166aa5780>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6890>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 5, 'options': [{'attrs': {'id': 'id_work_schedule_5'}, 'index': '5', 'label': 'For Mothers And/or Single Parents', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610ab90>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_work_schedule_5'}, 'index': '5', 'label': 'For Mothers And/or Single Parents', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610ab90>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_work_schedule_5'}, 'index': '5', 'label': 'For Mothers And/or Single Parents', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610ab90>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6890>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 6, 'options': [{'attrs': {'id': 'id_work_schedule_6'}, 'index': '6', 'label': 'Optional Working Hours', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610aa40>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_work_schedule_6'}, 'index': '6', 'label': 'Optional Working Hours', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610aa40>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_work_schedule_6'}, 'index': '6', 'label': 'Optional Working Hours', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610aa40>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6890>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 7, 'options': [{'attrs': {'id': 'id_work_schedule_7'}, 'index': '7', 'label': '2 Shifts', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166109600>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_work_schedule_7'}, 'index': '7', 'label': '2 Shifts', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166109600>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_work_schedule_7'}, 'index': '7', 'label': '2 Shifts', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166109600>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6890>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 8, 'options': [{'attrs': {'id': 'id_work_schedule_8'}, 'index': '8', 'label': '3 Shifts', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610aa10>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_work_schedule_8'}, 'index': '8', 'label': '3 Shifts', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610aa10>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_work_schedule_8'}, 'index': '8', 'label': '3 Shifts', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610aa10>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6890>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 9, 'options': [{'attrs': {'id': 'id_work_schedule_9'}, 'index': '9', 'label': '12/24 Shift', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610a6e0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_work_schedule_9'}, 'index': '9', 'label': '12/24 Shift', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610a6e0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_work_schedule_9'}, 'index': '9', 'label': '12/24 Shift', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610a6e0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6890>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 10, 'options': [{'attrs': {'id': 'id_work_schedule_10'}, 'index': '10', 'label': '12/48 Shift', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166108070>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_work_schedule_10'}, 'index': '10', 'label': '12/48 Shift', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166108070>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_work_schedule_10'}, 'index': '10', 'label': '12/48 Shift', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166108070>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6890>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 11, 'options': [{'attrs': {'id': 'id_work_schedule_11'}, 'index': '11', 'label': '24/72 Shift, Standby Service', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610aec0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_work_schedule_11'}, 'index': '11', 'label': '24/72 Shift, Standby Service', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610aec0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_work_schedule_11'}, 'index': '11', 'label': '24/72 Shift, Standby Service', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610aec0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6890>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 12, 'options': [{'attrs': {'id': 'id_work_schedule_12'}, 'index': '12', 'label': 'Student Work', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610acb0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_work_schedule_12'}, 'index': '12', 'label': 'Student Work', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610acb0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_work_schedule_12'}, 'index': '12', 'label': 'Student Work', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610acb0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6890>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 13, 'options': [{'attrs': {'id': 'id_work_schedule_13'}, 'index': '13', 'label': 'Remote Work', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610a590>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_work_schedule_13'}, 'index': '13', 'label': 'Remote Work', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610a590>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_work_schedule_13'}, 'index': '13', 'label': 'Remote Work', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610a590>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6890>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 14, 'options': [{'attrs': {'id': 'id_work_schedule_14'}, 'index': '14', 'label': 'Home Office', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1661093c0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_work_schedule_14'}, 'index': '14', 'label': 'Home Office', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1661093c0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_work_schedule_14'}, 'index': '14', 'label': 'Home Office', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b1661093c0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6890>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 15, 'options': [{'attrs': {'id': 'id_work_schedule_15'}, 'index': '15', 'label': 'On-site', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610ad40>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_work_schedule_15'}, 'index': '15', 'label': 'On-site', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610ad40>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_work_schedule_15'}, 'index': '15', 'label': 'On-site', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610ad40>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6890>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 16, 'options': [{'attrs': {'id': 'id_work_schedule_16'}, 'index': '16', 'label': 'Hybrid', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610a9e0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 17, 'counter0': 16, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_work_schedule_16'}, 'index': '16', 'label': 'Hybrid', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610a9e0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_work_schedule_16'}, 'index': '16', 'label': 'Hybrid', 'name': 'work_schedule', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b16610a9e0>, 'wrap_label': True}}
    bootstrap5/layout/help_text.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/help_text.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b6890>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    None
    <unknown source>
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'active_job_posts_count': 0, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'unread_applications_count': 0, 'unread_messages_count': 0, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'page_obj': <Page 1 of 1>, 'request': '<<request>>', 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}} {'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>} {'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>} {'is_bound': True} {'attrs': {}, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'disable_csrf': False, 'error_text_inline': True, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'flat_attrs': '', 'form': <JobPostFilterForm bound=True, valid=True, fields=(benefits__istartswith;advantages__istartswith;job_description__istartswith;required_language_knowledge_filter;title;address;job_location;education;working_time;work_schedule;category;sub_category;driving_license)>, 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'include_media': True, 'inputs': [], 'is_formset': False, 'label_class': '', 'template_pack': 'bootstrap5', 'use_custom_control': True} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b7e80>, 'flat_attrs': ' placeholder="What"', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'flat_attrs': '', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b53f0>, 'flat_attrs': '', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'flat_attrs': '', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b6dd0>, 'flat_attrs': '', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b65c0>, 'flat_attrs': '', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b6890>, 'flat_attrs': '', 'labelclass': None}
    bootstrap5/field.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/field.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b5480>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    bootstrap5/layout/radio_checkbox_select.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/radio_checkbox_select.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b5480>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b5480>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 12, 'counter0': 11, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 0, 'options': [{'attrs': {'id': 'id_driving_license_0'}, 'index': '0', 'label': 'A', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b454b0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 12, 'counter0': 11, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_driving_license_0'}, 'index': '0', 'label': 'A', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b454b0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_driving_license_0'}, 'index': '0', 'label': 'A', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b454b0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b5480>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 12, 'counter0': 11, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 1, 'options': [{'attrs': {'id': 'id_driving_license_1'}, 'index': '1', 'label': 'A1', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b46200>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 12, 'counter0': 11, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_driving_license_1'}, 'index': '1', 'label': 'A1', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b46200>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_driving_license_1'}, 'index': '1', 'label': 'A1', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b46200>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b5480>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 12, 'counter0': 11, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 2, 'options': [{'attrs': {'id': 'id_driving_license_2'}, 'index': '2', 'label': 'B', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b463e0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 12, 'counter0': 11, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_driving_license_2'}, 'index': '2', 'label': 'B', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b463e0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_driving_license_2'}, 'index': '2', 'label': 'B', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b463e0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b5480>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 12, 'counter0': 11, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 3, 'options': [{'attrs': {'id': 'id_driving_license_3'}, 'index': '3', 'label': 'BE', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44ee0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 12, 'counter0': 11, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_driving_license_3'}, 'index': '3', 'label': 'BE', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44ee0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_driving_license_3'}, 'index': '3', 'label': 'BE', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44ee0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b5480>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 12, 'counter0': 11, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 4, 'options': [{'attrs': {'id': 'id_driving_license_4'}, 'index': '4', 'label': 'C1', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b46f20>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 12, 'counter0': 11, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_driving_license_4'}, 'index': '4', 'label': 'C1', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b46f20>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_driving_license_4'}, 'index': '4', 'label': 'C1', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b46f20>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b5480>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 12, 'counter0': 11, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 5, 'options': [{'attrs': {'id': 'id_driving_license_5'}, 'index': '5', 'label': 'C1E', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44bb0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 12, 'counter0': 11, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_driving_license_5'}, 'index': '5', 'label': 'C1E', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44bb0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_driving_license_5'}, 'index': '5', 'label': 'C1E', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44bb0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b5480>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 12, 'counter0': 11, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 6, 'options': [{'attrs': {'id': 'id_driving_license_6'}, 'index': '6', 'label': 'CE', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b46620>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 12, 'counter0': 11, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_driving_license_6'}, 'index': '6', 'label': 'CE', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b46620>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_driving_license_6'}, 'index': '6', 'label': 'CE', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b46620>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b5480>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 12, 'counter0': 11, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 7, 'options': [{'attrs': {'id': 'id_driving_license_7'}, 'index': '7', 'label': 'D', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b449d0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 12, 'counter0': 11, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_driving_license_7'}, 'index': '7', 'label': 'D', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b449d0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_driving_license_7'}, 'index': '7', 'label': 'D', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b449d0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b5480>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 12, 'counter0': 11, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 8, 'options': [{'attrs': {'id': 'id_driving_license_8'}, 'index': '8', 'label': 'D1', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b45cf0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 12, 'counter0': 11, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_driving_license_8'}, 'index': '8', 'label': 'D1', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b45cf0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_driving_license_8'}, 'index': '8', 'label': 'D1', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b45cf0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b5480>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 12, 'counter0': 11, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 9, 'options': [{'attrs': {'id': 'id_driving_license_9'}, 'index': '9', 'label': 'D1E', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b45960>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 12, 'counter0': 11, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_driving_license_9'}, 'index': '9', 'label': 'D1E', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b45960>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_driving_license_9'}, 'index': '9', 'label': 'D1E', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b45960>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b5480>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 12, 'counter0': 11, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 10, 'options': [{'attrs': {'id': 'id_driving_license_10'}, 'index': '10', 'label': 'DE', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b46ec0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 12, 'counter0': 11, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_driving_license_10'}, 'index': '10', 'label': 'DE', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b46ec0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_driving_license_10'}, 'index': '10', 'label': 'DE', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b46ec0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b5480>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 12, 'counter0': 11, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 11, 'options': [{'attrs': {'id': 'id_driving_license_11'}, 'index': '11', 'label': 'Teszt2', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b45570>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 12, 'counter0': 11, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_driving_license_11'}, 'index': '11', 'label': 'Teszt2', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b45570>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_driving_license_11'}, 'index': '11', 'label': 'Teszt2', 'name': 'driving_license', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b45570>, 'wrap_label': True}}
    bootstrap5/layout/help_text.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/help_text.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b5480>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    None
    <unknown source>
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'active_job_posts_count': 0, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'unread_applications_count': 0, 'unread_messages_count': 0, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'page_obj': <Page 1 of 1>, 'request': '<<request>>', 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}} {'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>} {'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>} {'is_bound': True} {'attrs': {}, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'disable_csrf': False, 'error_text_inline': True, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'flat_attrs': '', 'form': <JobPostFilterForm bound=True, valid=True, fields=(benefits__istartswith;advantages__istartswith;job_description__istartswith;required_language_knowledge_filter;title;address;job_location;education;working_time;work_schedule;category;sub_category;driving_license)>, 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'include_media': True, 'inputs': [], 'is_formset': False, 'label_class': '', 'template_pack': 'bootstrap5', 'use_custom_control': True} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b7e80>, 'flat_attrs': ' placeholder="What"', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b51e0>, 'flat_attrs': '', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b53f0>, 'flat_attrs': '', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b7ca0>, 'flat_attrs': '', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b6dd0>, 'flat_attrs': '', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b65c0>, 'flat_attrs': '', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b6890>, 'flat_attrs': '', 'labelclass': None} {'field': <django.forms.boundfield.BoundField object at 0x73b1667b5480>, 'flat_attrs': '', 'labelclass': None}
    bootstrap5/field.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/field.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    bootstrap5/layout/radio_checkbox_select.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/radio_checkbox_select.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 0, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_0'}, 'index': '0', 'label': 'Bengali', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b445b0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_0'}, 'index': '0', 'label': 'Bengali', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b445b0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_0'}, 'index': '0', 'label': 'Bengali', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b445b0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 1, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_1'}, 'index': '1', 'label': 'Bulgarian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b455a0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_1'}, 'index': '1', 'label': 'Bulgarian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b455a0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_1'}, 'index': '1', 'label': 'Bulgarian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b455a0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 2, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_2'}, 'index': '2', 'label': 'Chinese', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44370>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_2'}, 'index': '2', 'label': 'Chinese', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44370>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_2'}, 'index': '2', 'label': 'Chinese', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44370>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 3, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_3'}, 'index': '3', 'label': 'Croatian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44700>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_3'}, 'index': '3', 'label': 'Croatian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44700>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_3'}, 'index': '3', 'label': 'Croatian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44700>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 4, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_4'}, 'index': '4', 'label': 'Czech', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b475b0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_4'}, 'index': '4', 'label': 'Czech', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b475b0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_4'}, 'index': '4', 'label': 'Czech', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b475b0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 5, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_5'}, 'index': '5', 'label': 'Danish', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b46b30>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_5'}, 'index': '5', 'label': 'Danish', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b46b30>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_5'}, 'index': '5', 'label': 'Danish', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b46b30>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 6, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_6'}, 'index': '6', 'label': 'Dutch', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b45c90>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_6'}, 'index': '6', 'label': 'Dutch', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b45c90>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_6'}, 'index': '6', 'label': 'Dutch', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b45c90>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 7, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_7'}, 'index': '7', 'label': 'English', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b473a0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_7'}, 'index': '7', 'label': 'English', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b473a0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_7'}, 'index': '7', 'label': 'English', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b473a0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 8, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_8'}, 'index': '8', 'label': 'Estonian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44c10>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_8'}, 'index': '8', 'label': 'Estonian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44c10>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_8'}, 'index': '8', 'label': 'Estonian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44c10>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 9, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_9'}, 'index': '9', 'label': 'Finnish', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44f70>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_9'}, 'index': '9', 'label': 'Finnish', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44f70>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_9'}, 'index': '9', 'label': 'Finnish', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44f70>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 10, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_10'}, 'index': '10', 'label': 'French', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b47790>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_10'}, 'index': '10', 'label': 'French', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b47790>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_10'}, 'index': '10', 'label': 'French', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b47790>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 11, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_11'}, 'index': '11', 'label': 'German', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44c70>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_11'}, 'index': '11', 'label': 'German', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44c70>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_11'}, 'index': '11', 'label': 'German', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44c70>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 12, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_12'}, 'index': '12', 'label': 'Greek', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b446d0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_12'}, 'index': '12', 'label': 'Greek', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b446d0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_12'}, 'index': '12', 'label': 'Greek', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b446d0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 13, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_13'}, 'index': '13', 'label': 'Hindi', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b472e0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_13'}, 'index': '13', 'label': 'Hindi', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b472e0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_13'}, 'index': '13', 'label': 'Hindi', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b472e0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 14, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_14'}, 'index': '14', 'label': 'Hungarian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b47130>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_14'}, 'index': '14', 'label': 'Hungarian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b47130>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_14'}, 'index': '14', 'label': 'Hungarian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b47130>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 15, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_15'}, 'index': '15', 'label': 'Irish', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b456c0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_15'}, 'index': '15', 'label': 'Irish', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b456c0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_15'}, 'index': '15', 'label': 'Irish', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b456c0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 16, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_16'}, 'index': '16', 'label': 'Italian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44310>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_16'}, 'index': '16', 'label': 'Italian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44310>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_16'}, 'index': '16', 'label': 'Italian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44310>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 17, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_17'}, 'index': '17', 'label': 'Japanese', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b447f0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_17'}, 'index': '17', 'label': 'Japanese', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b447f0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_17'}, 'index': '17', 'label': 'Japanese', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b447f0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 18, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_18'}, 'index': '18', 'label': 'Latvian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b46890>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_18'}, 'index': '18', 'label': 'Latvian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b46890>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_18'}, 'index': '18', 'label': 'Latvian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b46890>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 19, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_19'}, 'index': '19', 'label': 'Lithuanian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b47ee0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_19'}, 'index': '19', 'label': 'Lithuanian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b47ee0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_19'}, 'index': '19', 'label': 'Lithuanian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b47ee0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 20, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_20'}, 'index': '20', 'label': 'Malay', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b476a0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_20'}, 'index': '20', 'label': 'Malay', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b476a0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_20'}, 'index': '20', 'label': 'Malay', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b476a0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 21, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_21'}, 'index': '21', 'label': 'Maltese', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b45390>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_21'}, 'index': '21', 'label': 'Maltese', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b45390>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_21'}, 'index': '21', 'label': 'Maltese', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b45390>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 22, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_22'}, 'index': '22', 'label': 'Polish', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b459f0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_22'}, 'index': '22', 'label': 'Polish', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b459f0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_22'}, 'index': '22', 'label': 'Polish', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b459f0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 23, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_23'}, 'index': '23', 'label': 'Portuguese', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b474c0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_23'}, 'index': '23', 'label': 'Portuguese', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b474c0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_23'}, 'index': '23', 'label': 'Portuguese', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b474c0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 24, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_24'}, 'index': '24', 'label': 'Punjabi', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b453c0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_24'}, 'index': '24', 'label': 'Punjabi', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b453c0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_24'}, 'index': '24', 'label': 'Punjabi', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b453c0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 25, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_25'}, 'index': '25', 'label': 'Romanian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44940>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_25'}, 'index': '25', 'label': 'Romanian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44940>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_25'}, 'index': '25', 'label': 'Romanian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b44940>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 26, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_26'}, 'index': '26', 'label': 'Slovak', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b47880>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_26'}, 'index': '26', 'label': 'Slovak', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b47880>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_26'}, 'index': '26', 'label': 'Slovak', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b47880>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 27, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_27'}, 'index': '27', 'label': 'Slovenian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b471c0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_27'}, 'index': '27', 'label': 'Slovenian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b471c0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_27'}, 'index': '27', 'label': 'Slovenian', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b471c0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 28, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_28'}, 'index': '28', 'label': 'Spanish', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b467d0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_28'}, 'index': '28', 'label': 'Spanish', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b467d0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_28'}, 'index': '28', 'label': 'Spanish', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b467d0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 29, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_29'}, 'index': '29', 'label': 'Swedish', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b447c0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_29'}, 'index': '29', 'label': 'Swedish', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b447c0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_29'}, 'index': '29', 'label': 'Swedish', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b447c0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 30, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_30'}, 'index': '30', 'label': 'Urdu', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b469b0>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_30'}, 'index': '30', 'label': 'Urdu', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b469b0>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_30'}, 'index': '30', 'label': 'Urdu', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b469b0>, 'wrap_label': True}}
    bootstrap5/layout/attrs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/attrs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'forloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}} {'group': None, 'index': 31, 'options': [{'attrs': {'id': 'id_required_language_knowledge_filter_31'}, 'index': '31', 'label': 'Arabic2222', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b46740>, 'wrap_label': True}]} {'forloop': {'counter': 1, 'counter0': 0, 'first': True, 'last': True, 'parentloop': {'counter': 32, 'counter0': 31, 'first': False, 'last': True, 'parentloop': {}, 'revcounter': 1, 'revcounter0': 0}, 'revcounter': 1, 'revcounter0': 0}, 'option': {'attrs': {'id': 'id_required_language_knowledge_filter_31'}, 'index': '31', 'label': 'Arabic2222', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b46740>, 'wrap_label': True}} {'widget': {'attrs': {'id': 'id_required_language_knowledge_filter_31'}, 'index': '31', 'label': 'Arabic2222', 'name': 'required_language_knowledge_filter', 'selected': False, 'template_name': 'django/forms/widgets/checkbox_option.html', 'type': 'checkbox', 'value': <django.forms.models.ModelChoiceIteratorValue object at 0x73b166b46740>, 'wrap_label': True}}
    bootstrap5/layout/help_text.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/layout/help_text.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field': <django.forms.boundfield.BoundField object at 0x73b1667b7700>, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'labelclass': None, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    bootstrap5/whole_uni_form.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/whole_uni_form.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form': <JobPostFilterForm bound=True, valid=True, fields=(benefits__istartswith;advantages__istartswith;job_description__istartswith;required_language_knowledge_filter;title;address;job_location;education;working_time;work_schedule;category;sub_category;driving_license)>, 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    bootstrap5/display_form.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/display_form.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form': <JobPostFilterForm bound=True, valid=True, fields=(benefits__istartswith;advantages__istartswith;job_description__istartswith;required_language_knowledge_filter;title;address;job_location;education;working_time;work_schedule;category;sub_category;driving_license)>, 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    bootstrap5/errors.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/errors.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form': <JobPostFilterForm bound=True, valid=True, fields=(benefits__istartswith;advantages__istartswith;job_description__istartswith;required_language_knowledge_filter;title;address;job_location;education;working_time;work_schedule;category;sub_category;driving_license)>, 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    bootstrap5/inputs.html
    /usr/local/lib/python3.10/site-packages/crispy_bootstrap5/templates/bootstrap5/inputs.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'False': False, 'None': None, 'True': True, 'active_job_posts_count': 0, 'attrs': {}, 'block': <Block Node: aside. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression "'aside/aside_jobs.html'">>, <TextNode: '\n'>]>, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'disable_csrf': False, 'error_text_inline': True, 'field_class': '', 'field_template': 'bootstrap5/field.html', 'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'flat_attrs': '', 'form': <JobPostFilterForm bound=True, valid=True, fields=(benefits__istartswith;advantages__istartswith;job_description__istartswith;required_language_knowledge_filter;title;address;job_location;education;working_time;work_schedule;category;sub_category;driving_license)>, 'form_action': '', 'form_attrs': {}, 'form_class': '', 'form_error_title': '', 'form_id': '', 'form_method': 'get', 'form_show_errors': True, 'form_show_labels': True, 'form_tag': True, 'formset_error_title': '', 'help_text_inline': False, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'include_media': True, 'inputs': [], 'is_bound': True, 'is_formset': False, 'label_class': '', 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'page_obj': <Page 1 of 1>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}, 'template_pack': 'bootstrap5', 'unread_applications_count': 0, 'unread_messages_count': 0, 'use_custom_control': True, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'}
    snippets/paginator.html
    /app/apps/core/templates/snippets/paginator.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'active_job_posts_count': 0, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'unread_applications_count': 0, 'unread_messages_count': 0, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'page_obj': <Page 1 of 1>, 'request': '<<request>>', 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}} {'block': <Block Node: content. Contents: [<TextNode: '\n<div class="nk-content-w'>, <Variable Node: page_obj.start_index>, <TextNode: '-'>, <Variable Node: page_obj.end_index>, <TextNode: ' of '>, <Variable Node: page_obj.paginator.count>, <TextNode: '</p>\n\n <div class='>, <ForNode: for job in page_obj, tail_len: 39>, <TextNode: '\n <div class="col-'>, <IncludeNode: template=<FilterExpression "'snippets/paginator.html'">>, <TextNode: '\n </div>\n </d'>, <URLNode view_name=''wishlist_toggle'' args=[] kwargs={'job_slug': <FilterExpression "'JOB_SLUG_PLACEHOLDER'">} as=None>, <TextNode: '`.replace("JOB_SLUG_PLACE'>]>}
    footer.html
    /app/apps/core/templates/footer.html
    Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'active_job_posts_count': 0, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x73b166b33d00>>', 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>, 'unread_applications_count': 0, 'unread_messages_count': 0, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x73b1667b58a0>>'} {'filter': <apps.search.filters.JobPostFilter object at 0x73b166740550>, 'helper': <apps.search.forms.JobSearchHelper object at 0x73b1667b7070>, 'page_obj': <Page 1 of 1>, 'request': '<<request>>', 'sub_industries': {'AGRICULTURE_ENVIRONMENT': [{'label': 'Engineer, Food Engineer', 'value': 'ENGINEER'}, {'label': 'Sales, Seller, Agricultural Sales Person', 'value': 'SALES'}, {'label': 'Environmental Protection', 'value': 'ENVIRONMENTAL_PROTECTION'}, {'label': 'Growing Plants', 'value': 'GROWING_PLANTS'}, {'label': 'Quality, Quality Control', 'value': 'QUALITY_CONTROL'}, {'label': 'Component, Equipment Resources', 'value': 'COMPONENT_EQUIPMENT_RESOURCES'}, {'label': 'Product Management, Assistant', 'value': 'PRODUCT_MANAGEMENT'}, {'label': 'Nature Conservation Officer', 'value': 'NATURE_CONSERVATION'}, {'label': 'Environmental Sustainability', 'value': 'ENVIRONMENTAL_SUSTAINABILITY'}, {'label': 'Professional Consultant', 'value': 'PROFESSIONAL_CONSULTANT'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE'}, {'label': 'Waste Management', 'value': 'WASTE_MANAGEMENT'}, {'label': 'Factory Worker', 'value': 'FACTORY_WORKER'}, {'label': 'Plant and Animal Protection, Agronomist', 'value': 'PLANT_ANIMAL_PROTECTION'}, {'label': 'Farm Help', 'value': 'FARM_HELP'}, {'label': 'Fruits and Vegetables Picking, Harvesting', 'value': 'FRUIT_VEGETABLE_PICKING'}, {'label': 'Component and Equipment Warehouse, Delivery', 'value': 'COMPONENT_EQUIPMENT_WAREHOUSE'}, {'label': 'Commercial Coordinator, Sales', 'value': 'COMMERCIAL_COORDINATOR'}, {'label': 'Forest Management, Forestry', 'value': 'FOREST_MANAGEMENT'}, {'label': 'Production, Product Management', 'value': 'PRODUCTION'}, {'label': 'Technician, Experimental Technician, Consultant', 'value': 'TECHNICIAN'}, {'label': 'Seed Plant, Storekeeper, Shift Manager', 'value': 'SEED_PLANT_STOREKEEPER'}, {'label': 'Site Manager', 'value': 'SITE_MANAGER'}, {'label': 'Veterinarian', 'value': 'VETERINARIAN'}, {'label': 'Herbalist', 'value': 'HERBALIST'}, {'label': 'Administration, Administrator', 'value': 'ADMINISTRATION'}, {'label': 'Forklift Driver', 'value': 'FORKLIFT_DRIVER'}, {'label': 'Lab, Labor', 'value': 'LAB'}, {'label': 'Mechanical Engineer', 'value': 'MECHANICAL_ENGINEER'}], 'BANK_INSURANCE_BROKER': [{'label': 'Bank Card Management', 'value': 'BANK_CARD_MANAGEMENT'}, {'label': 'Bank and Insurance Informatics, Programmer', 'value': 'BANK_INSURANCE_INFORMATICS'}, {'label': 'Compliance, Complaint Clerk', 'value': 'COMPLIANCE'}, {'label': 'Cashier, Changer, Money Change', 'value': 'CASHIER'}, {'label': 'Financial Advisor', 'value': 'FINANCIAL_ADVISOR'}, {'label': 'Credit Risk, Risk Controller', 'value': 'CREDIT_RISK'}, {'label': 'Coach, Agile Team Leader', 'value': 'COACH_AGILE_TEAM_LEADER'}, {'label': 'Large Corporate Business Consultant, Salesperson', 'value': 'LARGE_CORPORATE_SALES'}, {'label': 'Universal Consultant', 'value': 'UNIVERSAL_CONSULTANT'}, {'label': 'Consultant', 'value': 'CONSULTANT'}, {'label': '3D Development', 'value': 'THREE_D_DEVELOPMENT'}, {'label': 'Money Laundering Prevention, Officer', 'value': 'MONEY_LAUNDERING_PREVENTION'}, {'label': 'Product Specialist, Product Manager, Product Development Manager', 'value': 'PRODUCT_SPECIALIST'}, {'label': 'Telephone Clerk, Telephone Salesperson', 'value': 'TELEPHONE_CLERK'}, {'label': 'Regional Representative', 'value': 'REGIONAL_REPRESENTATIVE_BANK'}, {'label': 'Broker', 'value': 'BROKER'}, {'label': 'Credit, Credit Control', 'value': 'CREDIT_CONTROL'}, {'label': 'Small Business Consultant, Salesperson', 'value': 'SMALL_BUSINESS_CONSULTANT'}, {'label': 'SAP', 'value': 'SAP'}, {'label': 'Account, Account Management, Manager', 'value': 'ACCOUNT'}, {'label': 'Security', 'value': 'SECURITY'}, {'label': 'Data Miner, Database Manager, SQL', 'value': 'DATA_MINER'}, {'label': 'Web Design, Web Developer', 'value': 'WEBDESIGN'}, {'label': 'Process Specialist, Process Development', 'value': 'PROCESS_SPECIALIST'}, {'label': 'Property and Liability Insurance', 'value': 'PROPERTY_LIABILITY_INSURANCE'}, {'label': 'Analyst', 'value': 'ANALYST'}, {'label': 'Investment, Investment Analyst', 'value': 'INVESTMENT_ANALYST'}, {'label': 'Logistics, Transport, Delivery', 'value': 'LOGISTICS'}, {'label': 'Administration, Office Job, Office Assistant', 'value': 'ADMINISTRATION_OFFICE_JOB'}, {'label': 'Receptionist', 'value': 'RECEPTIONIST'}, {'label': 'Bank and Insurance Management', 'value': 'BANK_INSURANCE_MANAGEMENT'}, {'label': 'Business Manager', 'value': 'BUSINESS_MANAGER'}, {'label': 'Insurance', 'value': 'INSURANCE'}, {'label': 'Claims Adjuster', 'value': 'CLAIMS_ADJUSTER'}, {'label': 'Corporate Customer Contact', 'value': 'CORPORATE_CUSTOMER_CONTACT'}, {'label': 'Medium-Sized Company, Business Consultant, Salesperson', 'value': 'MEDIUM_SIZED_BUSINESS_CONSULTANT'}, {'label': 'Customer Representative, CRM, CSS', 'value': 'CUSTOMER_REPRESENTATIVE'}], 'CONSTRUCTION': [{'label': 'Construction Engineer', 'value': 'CONSTRUCTION_ENGINEER'}], 'ENGINEERING': [{'label': 'C#', 'value': 'CSHARP'}, {'label': 'Java', 'value': 'JAVA'}]}}

    Context processors

    django.template.context_processors.csrf
    Toggle context {'csrf_token': <SimpleLazyObject: <function csrf.<locals>._get_val at 0x73b166b33d00>>}
    django.template.context_processors.debug
    Toggle context {'debug': True, 'sql_queries': <function debug.<locals>.<lambda> at 0x73b16675d900>}
    django.template.context_processors.request
    Toggle context {'request': <WSGIRequest: GET '/search/jobs/?category=12'>}
    django.contrib.auth.context_processors.auth
    Toggle context {'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x73b1667b58a0>>)}
    django.contrib.messages.context_processors.messages
    Toggle context {'messages': <FallbackStorage: request=<WSGIRequest: GET '/search/jobs/?category=12'>>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30, 'ERROR': 40}}
    apps.chat.context_processors.unread_messages_count
    Toggle context {'unread_messages_count': 0}
    apps.job_post.context_processors.unread_applications_count
    Toggle context {'unread_applications_count': 0}
    apps.job_post.context_processors.active_job_posts_count
    Toggle context {'active_job_posts_count': 0}

    Alerts

    No alerts found

    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 register_type_handlers
    got_request_exception
    m2m_changed
    post_delete delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete
    post_init delete_mt_init, delete_mt_init, delete_mt_init, delete_mt_init, delete_mt_init, delete_mt_init, delete_mt_init, delete_mt_init, delete_mt_init, delete_mt_init, delete_mt_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init
    post_migrate create_permissions, create_contenttypes
    post_save create_user_profile, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save
    pre_delete
    pre_init
    pre_migrate inject_rename_contenttypes_operations
    pre_save fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save
    request_finished close_old_connections, close_caches, reset_urlconf
    request_started reset_queries, close_old_connections
    setting_changed reset_cache, Settings.change_setting, 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, complex_setting_changed, root_urlconf_changed, static_storage_changed, static_finders_changed, form_renderer_changed, auth_password_validators_changed, user_model_swapped, update_toolbar_config, reset_hashers, Options.setting_changed, update_level_tags, uninstall_if_needed, FileSystemStorage._clear_cached_properties, clear_caches, StaticFilesStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties

    Profiling

    Call CumTime Per TotTime Per Count
    /debug_toolbar/panels/__init__.py in process_request(205)
    0.555 0.555 0.000 0.000 1
    /django/core/handlers/exception.py in inner(52)
    0.555 0.555 0.000 0.000 1
    /django/core/handlers/base.py in _get_response(174)
    0.555 0.555 0.000 0.000 1
    /app/apps/search/views.py in search_job_posts(168)
    0.555 0.555 0.000 0.000 1
    /django/shortcuts.py in render(18)
    0.472 0.472 0.000 0.000 1
    /django/template/loader.py in render_to_string(52)
    0.472 0.472 0.000 0.000 1
    /django/template/backends/django.py in render(102)
    0.472 0.472 0.000 0.000 1
    /django/template/base.py in render(165)
    0.472 0.039 0.000 0.000 1
    /django/test/utils.py in instrumented_test_render(108)
    0.471 0.001 0.002 0.002 1
    /django/template/base.py in render(1007)
    0.471 0.001 0.002 0.002 1
    /django/template/base.py in <listcomp>(1008)
    0.470 0.000 0.004 0.004 1