Liste
des membres

«

Versions

Package Nom Version
Django 3.0
Python 3.7.17
celery Celery 4.4.2
ckeditor Ckeditor 6.1.0
debug_toolbar Debug Toolbar 2.2
rangefilter Filtre par tranche 0.8.1
rest_framework Django REST framework 3.11.0
webpack_loader Webpack Loader 0.7.0

Temps

Utilisation des ressources

Ressource Valeur
Temps CPU de l'utilisateur 416.855 ms
Temps CPU du système 15.829 ms
Temps total du CPU 432.684 ms
Temps écoulé 897.876 ms
Basculements de contexte 14 volontaire, 1 involontaire

Chronologie du navigateur

Attribut mesuré Chronologie Millisecondes depuis le début de la navigation (+longueur)

Paramètres de argel.settings

Paramètre Valeur
ABSOLUTE_URL_OVERRIDES {}
ADMINS (('Julien Deuse', 'j.deuse@deuse.be'), ('Maxime Deuse', 'm.deuse@deuse.be'))
ALLOWED_HOSTS ['*']
APPEND_SLASH True
AUTHENTICATION_BACKENDS ['django.contrib.auth.backends.ModelBackend']
AUTH_PASSWORD_VALIDATORS '********************'
AUTH_USER_MODEL 'user.User'
BASE_DIR '/usr/src/app'
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/2'
CELERY_RESULT_BACKEND 'redis://redis:6379/2'
CELERY_RESULT_SERIALIZER 'json'
CELERY_TASK_SERIALIZER 'json'
CELERY_TIMEZONE 'Europe/Brussels'
CKEDITOR_CONFIGS {'default': {'extraPlugins': 'justify,liststyle,indent', 'toolbar_Full': [['Styles', 'Format', 'Bold', 'Italic', 'Strike', 'SpellChecker', 'Undo', 'Redo'], ['Link', 'Unlink', 'Anchor'], ['Image', 'Flash', 'Table', 'HorizontalRule'], ['TextColor', 'BGColor'], ['Smiley', 'SpecialChar'], ['Source'], ['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'], ['NumberedList', 'BulletedList'], ['Indent', 'Outdent'], ['Maximize']]}}
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 []
CSRF_USE_SESSIONS False
DATABASES {'default': {'ATOMIC_REQUESTS': False, 'AUTOCOMMIT': True, 'CONN_MAX_AGE': 0, 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'HOST': 'postgres', 'NAME': 'postgres', 'OPTIONS': {}, 'PASSWORD': '********************', 'PORT': '5432', 'TEST': {'CHARSET': None, 'COLLATION': None, 'MIRROR': None, 'NAME': None}, 'TIME_ZONE': None, 'USER': 'postgres'}}
DATABASE_ROUTERS []
DATA_UPLOAD_MAX_MEMORY_SIZE 2621440
DATA_UPLOAD_MAX_NUMBER_FIELDS 1000
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', '%Y-%m-%d', '%m/%d/%Y %H:%M:%S', '%m/%d/%Y %H:%M:%S.%f', '%m/%d/%Y %H:%M', '%m/%d/%Y', '%m/%d/%y %H:%M:%S', '%m/%d/%y %H:%M:%S.%f', '%m/%d/%y %H:%M', '%m/%d/%y']
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_EMAIL 'argel@mailinator.com'
DEBUG_PROPAGATE_EXCEPTIONS False
DEBUG_TOOLBAR_CONFIG {'SHOW_TOOLBAR_CALLBACK': <function show_toolbar at 0x7f0208bef8c0>}
DECIMAL_SEPARATOR '.'
DEFAULT_CHARSET 'utf-8'
DEFAULT_EXCEPTION_REPORTER_FILTER 'django.views.debug.SafeExceptionReporterFilter'
DEFAULT_FILE_STORAGE 'django.core.files.storage.FileSystemStorage'
DEFAULT_FROM_EMAIL 'webmaster@localhost'
DEFAULT_INDEX_TABLESPACE ''
DEFAULT_TABLESPACE ''
DISALLOWED_USER_AGENTS []
EMAIL_BACKEND 'argel.mail.CustomEmailBackend'
EMAIL_HOST 'in-v3.mailjet.com'
EMAIL_HOST_PASSWORD '********************'
EMAIL_HOST_USER '43a5c0936230fc874825715d36695b62'
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_CHARSET 'utf-8'
FILE_UPLOAD_DIRECTORY_PERMISSIONS None
FILE_UPLOAD_HANDLERS ['django.core.files.uploadhandler.MemoryFileUploadHandler', 'django.core.files.uploadhandler.TemporaryFileUploadHandler']
FILE_UPLOAD_MAX_MEMORY_SIZE 2621440
FILE_UPLOAD_PERMISSIONS 420
FILE_UPLOAD_TEMP_DIR None
FIRST_DAY_OF_WEEK 0
FIXTURE_DIRS []
FORCE_SCRIPT_NAME None
FORMAT_MODULE_PATH None
FORM_RENDERER 'django.forms.renderers.DjangoTemplates'
GEOFORMATION_URL 'http://geoformation.deuse.dev'
IGNORABLE_404_URLS []
INSTALLED_APPS ['user', 'main', 'contact', 'cms', 'django.contrib.admin', 'celery', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'rest_framework', 'webpack_loader', 'debug_toolbar', 'django.contrib.sites', 'rangefilter', 'ckeditor', 'captcha', 'widget_tweaks']
INTERNAL_IPS []
LANGUAGES (('fr', 'Français'), ('en', 'Anglais'))
LANGUAGES_BIDI ['he', 'ar', 'fa', 'ur']
LANGUAGE_CODE 'fr'
LANGUAGE_COOKIE_AGE None
LANGUAGE_COOKIE_DOMAIN None
LANGUAGE_COOKIE_HTTPONLY False
LANGUAGE_COOKIE_NAME 'django_language'
LANGUAGE_COOKIE_PATH '/'
LANGUAGE_COOKIE_SAMESITE None
LANGUAGE_COOKIE_SECURE False
LOCALE_PATHS []
LOGGING {'disable_existing_loggers': False, 'formatters': {'simple': {'format': '%(levelname)s %(asctime)s %(message)s'}, 'verbose': {'format': '%(levelname)s %(asctime)s %(module)s ' '%(process)d %(thread)d %(message)s'}}, 'handlers': {'console': {'class': 'logging.StreamHandler', 'level': 'WARNING'}, 'file_d': {'backupCount': 3, 'class': 'logging.handlers.RotatingFileHandler', 'filename': 'log/debug.log', 'formatter': 'simple', 'level': 'DEBUG', 'maxBytes': 5242880}, 'file_elastic': {'backupCount': 3, 'class': 'logging.handlers.RotatingFileHandler', 'filename': 'log/elastic.log', 'formatter': 'verbose', 'level': 'INFO', 'maxBytes': 5242880}, 'file_stripe': {'backupCount': 3, 'class': 'logging.handlers.RotatingFileHandler', 'filename': 'log/stripe.log', 'formatter': 'verbose', 'level': 'INFO', 'maxBytes': 5242880}, 'file_w': {'backupCount': 3, 'class': 'logging.handlers.RotatingFileHandler', 'filename': 'log/warning.log', 'formatter': 'verbose', 'level': 'WARNING', 'maxBytes': 5242880}}, 'loggers': {'django': {'handlers': ['file_d', 'file_w', 'console'], 'level': 'DEBUG', 'propagate': True}, 'elastic': {'handlers': ['file_elastic'], 'level': 'INFO', 'propagate': True}, 'stripe': {'handlers': ['file_stripe'], 'level': 'INFO', 'propagate': True}}, 'version': 1}
LOGGING_CONFIG 'logging.config.dictConfig'
LOGIN_REDIRECT_URL '/'
LOGIN_URL '/accounts/login/'
LOGOUT_REDIRECT_URL None
MANAGERS []
MEDIA_ROOT '/usr/src/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.locale.LocaleMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'debug_toolbar.middleware.DebugToolbarMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware', 'cms.middleware.CmsMiddleware']
MIGRATION_MODULES {}
MONTH_DAY_FORMAT 'F j'
NUMBER_GROUPING 0
PASSWORD_HASHERS '********************'
PASSWORD_RESET_TIMEOUT_DAYS '********************'
PREPEND_WWW False
RECAPTCHA_ENV 'live'
RECAPTCHA_PRIVATE_KEY '********************'
RECAPTCHA_PUBLIC_KEY '********************'
REST_FRAMEWORK {'DEFAULT_AUTHENTICATION_CLASSES': ('rest_framework.authentication.SessionAuthentication',)}
ROOT_URLCONF 'argel.urls'
SECRET_KEY '********************'
SECURE_BROWSER_XSS_FILTER False
SECURE_CONTENT_TYPE_NOSNIFF True
SECURE_HSTS_INCLUDE_SUBDOMAINS False
SECURE_HSTS_PRELOAD False
SECURE_HSTS_SECONDS 0
SECURE_PROXY_SSL_HEADER None
SECURE_REDIRECT_EXEMPT []
SECURE_REFERRER_POLICY None
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 'argel.settings'
SHORT_DATETIME_FORMAT 'm/d/Y P'
SHORT_DATE_FORMAT 'm/d/Y'
SIGNING_BACKEND 'django.core.signing.TimestampSigner'
SILENCED_SYSTEM_CHECKS []
SITE_ID 1
STATICFILES_DIRS ('/usr/src/app/static',)
STATICFILES_FINDERS ('django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder')
STATICFILES_STORAGE 'django.contrib.staticfiles.storage.StaticFilesStorage'
STATIC_ROOT '/usr/src/app/collectstatic'
STATIC_URL '/static/'
TEMPLATES [{'APP_DIRS': True, 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': ['/usr/src/app/templates'], 'OPTIONS': {'context_processors': ['django.template.context_processors.debug', 'django.template.context_processors.request', 'django.contrib.auth.context_processors.auth', 'django.contrib.messages.context_processors.messages', 'django.template.context_processors.i18n', 'django.template.context_processors.media', 'django.template.context_processors.static', 'django.template.context_processors.tz', 'argel.context_processors.access_token'], 'debug': True}}]
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 'Europe/Brussels'
USE_I18N True
USE_L10N True
USE_THOUSAND_SEPARATOR False
USE_TZ True
USE_X_FORWARDED_HOST False
USE_X_FORWARDED_PORT False
WEBPACK_LOADER {'DEFAULT': {'BUNDLE_DIR_NAME': 'bundles/', 'CACHE': False, 'IGNORE': ['.+\\.hot-update.js', '.+\\.map'], 'LOADER_CLASS': 'webpack_loader.loader.WebpackLoader', 'POLL_INTERVAL': 0.1, 'STATS_FILE': '/usr/src/app/frontend/webpack-stats.json', 'TIMEOUT': None}}
WSGI_APPLICATION 'argel.wsgi.application'
X_FRAME_OPTIONS 'DENY'
YEAR_MONTH_FORMAT 'F Y'

En-têtes

En-têtes de requête

Clef Valeur
Accept */*
Accept-Encoding gzip, br, zstd, deflate
Connection close
Cookie => see Request panel
Host argel.deuse.dev
User-Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
X-Forwarded-For 216.73.216.37, 172.20.0.10
X-Forwarded-Host argel.deuse.dev
X-Forwarded-Port 443
X-Forwarded-Proto https
X-Forwarded-Ssl on
X-Original-Uri /membres
X-Real-Ip 172.20.0.10

En-têtes de réponse

Clef Valeur
Content-Type text/html; charset=utf-8
X-Frame-Options DENY

Environnement WSGI

Comme l'environnement WSGI hérite de celui du serveur, seul un sous-ensemble pertinent est affiché ci-dessous.

Clef Valeur
PATH_INFO /membres
QUERY_STRING
REMOTE_ADDR 192.168.16.8
REQUEST_METHOD GET
SCRIPT_NAME
SERVER_NAME 0.0.0.0
SERVER_PORT 8000
SERVER_PROTOCOL HTTP/1.0
SERVER_SOFTWARE gunicorn/20.0.4

Requête

Afficher l'information

Fonction de vue Paramètres Paramètres nommés Nom d'URL
main.views.AllMembersList () {} members

Cookies

Variable Valeur
'csrftoken' 'F2KeANokAKwSUI9OuMZUmA5sLpX9E5grDSbwGIgURPXD9CbIqQkb142ABYZSlium'
'sessionid' 'gqlxkqfeqarnka6a1j8bkognpaheab6e'

Données de session

Variable Valeur
'tokens' {'access': None, 'email': None, 'refresh': None}

Aucune donnée GET

Aucune donnée POST

SQL queries from 1 connection

  •   default 4,00 ms (1 requête )
  Requête Chronologie Temps (ms) Action
  +
SELECT "django_session"."session_key",
       "django_session"."session_data",
       "django_session"."expire_date"
  FROM
"django_session"
 WHERE
("django_session"."expire_date" > '2026-01-26T12:26:39.042091+00:00'::timestamptz AND "django_session"."session_key" = 'gqlxkqfeqarnka6a1j8bkognpaheab6e')
 LIMIT
21
SELECT ••• FROM "django_session" WHERE ("django_session"."expire_date" > '2026-01-26T12:26:39.042091+00:00'::timestamptz AND "django_session"."session_key" = 'gqlxkqfeqarnka6a1j8bkognpaheab6e') LIMIT 21
100,0%
4,00

Connexion : default

/usr/local/bin/gunicorn in <module>(8)
  sys.exit(run())
/usr/local/lib/python3.7/site-packages/gunicorn/app/wsgiapp.py in run(58)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
/usr/local/lib/python3.7/site-packages/gunicorn/app/base.py in run(228)
  super().run()
/usr/local/lib/python3.7/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
/usr/local/lib/python3.7/site-packages/gunicorn/arbiter.py in run(202)
  self.manage_workers()
/usr/local/lib/python3.7/site-packages/gunicorn/arbiter.py in manage_workers(545)
  self.spawn_workers()
/usr/local/lib/python3.7/site-packages/gunicorn/arbiter.py in spawn_workers(616)
  self.spawn_worker()
/usr/local/lib/python3.7/site-packages/gunicorn/arbiter.py in spawn_worker(583)
  worker.init_process()
/usr/local/lib/python3.7/site-packages/gunicorn/workers/base.py in init_process(140)
  self.run()
/usr/local/lib/python3.7/site-packages/gunicorn/workers/sync.py in run(123)
  self.run_for_one(timeout)
/usr/local/lib/python3.7/site-packages/gunicorn/workers/sync.py in run_for_one(67)
  self.accept(listener)
/usr/local/lib/python3.7/site-packages/gunicorn/workers/sync.py in accept(29)
  self.handle(listener, client, addr)
/usr/local/lib/python3.7/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)
/usr/local/lib/python3.7/site-packages/gunicorn/workers/sync.py in handle_request(175)
  respiter = self.wsgi(environ, resp.start_response)
/usr/src/app/cms/middleware.py in __call__(19)
  response = self.get_response(request)
/usr/local/lib/python3.7/site-packages/django/views/generic/base.py in view(71)
  return self.dispatch(request, *args, **kwargs)
/usr/local/lib/python3.7/site-packages/django/views/generic/base.py in dispatch(97)
  return handler(request, *args, **kwargs)
/usr/local/lib/python3.7/site-packages/django/views/generic/list.py in get(142)
  self.object_list = self.get_queryset()
/usr/src/app/main/views.py in get_queryset(240)
  geoauth_api = GeoauthAPI(self.request)
/usr/src/app/argel/geoauth.py in __init__(19)
  if 'tokens' not in self.session:
/usr/local/lib/python3.7/site-packages/django/contrib/sessions/backends/base.py in __contains__(54)
  return key in self._session
/usr/local/lib/python3.7/site-packages/django/contrib/sessions/backends/base.py in _get_session(204)
  self._session_cache = self.load()
/usr/local/lib/python3.7/site-packages/django/contrib/sessions/backends/db.py in load(43)
  s = self._get_session_from_db()
/usr/local/lib/python3.7/site-packages/django/contrib/sessions/backends/db.py in _get_session_from_db(34)
  expire_date__gt=timezone.now()

Fichiers statiques (1461 trouvé(s), 11 utilisé(s))

Chemin de fichier statique

  1. /usr/src/app/static

Applications de fichiers statiques

  1. django.contrib.admin
  2. rest_framework
  3. debug_toolbar
  4. rangefilter
  5. ckeditor

Static files

bundles/vendors-1b72beb6aa26c5325f64.js
/usr/src/app/static/bundles/vendors-1b72beb6aa26c5325f64.js
bundles/main-2a08308fb8cf6c98f3c2.css
/usr/src/app/static/bundles/main-2a08308fb8cf6c98f3c2.css
bundles/main-1b72beb6aa26c5325f64.js
/usr/src/app/static/bundles/main-1b72beb6aa26c5325f64.js
img/favicon.ico
/usr/src/app/static/img/favicon.ico
img/favicon.ico
/usr/src/app/static/img/favicon.ico
img/logo.svg
/usr/src/app/static/img/logo.svg
img/icon__user.svg
/usr/src/app/static/img/icon__user.svg
img/deuse.svg
/usr/src/app/static/img/deuse.svg
bundles/cms_edit-1b72beb6aa26c5325f64.js
/usr/src/app/static/bundles/cms_edit-1b72beb6aa26c5325f64.js
bundles/vendors-1b72beb6aa26c5325f64.js
/usr/src/app/static/bundles/vendors-1b72beb6aa26c5325f64.js
bundles/main_script-1b72beb6aa26c5325f64.js
/usr/src/app/static/bundles/main_script-1b72beb6aa26c5325f64.js

django.contrib.staticfiles.finders.FileSystemFinder (33 fichiers)

Chemin Emplacement
.gitkeep /usr/src/app/static/.gitkeep
video/argel-video.mp4 /usr/src/app/static/video/argel-video.mp4
video/argel-video.webm /usr/src/app/static/video/argel-video.webm
css/admin.css /usr/src/app/static/css/admin.css
img/uliege.svg /usr/src/app/static/img/uliege.svg
img/geoexpo.png /usr/src/app/static/img/geoexpo.png
img/logo.svg /usr/src/app/static/img/logo.svg
img/icon--sort.svg /usr/src/app/static/img/icon--sort.svg
img/geometre.jpg /usr/src/app/static/img/geometre.jpg
img/geoformation.png /usr/src/app/static/img/geoformation.png
img/icon__user.svg /usr/src/app/static/img/icon__user.svg
img/hepl.png /usr/src/app/static/img/hepl.png
img/arrow--prev.svg /usr/src/app/static/img/arrow--prev.svg
img/geoexpert.png /usr/src/app/static/img/geoexpert.png
img/arrow--next.svg /usr/src/app/static/img/arrow--next.svg
img/arrow--bottom.svg /usr/src/app/static/img/arrow--bottom.svg
img/news.jpg /usr/src/app/static/img/news.jpg
img/stamp.jpg /usr/src/app/static/img/stamp.jpg
img/favicon.ico /usr/src/app/static/img/favicon.ico
img/about.png /usr/src/app/static/img/about.png
img/geometre-expert.jpg /usr/src/app/static/img/geometre-expert.jpg
img/deuse.svg /usr/src/app/static/img/deuse.svg
bundles/main_script-1b72beb6aa26c5325f64.js /usr/src/app/static/bundles/main_script-1b72beb6aa26c5325f64.js
bundles/c313331b0bdea15d28659a22b30f5ed6.svg /usr/src/app/static/bundles/c313331b0bdea15d28659a22b30f5ed6.svg
bundles/dbb1ba5b7bf088cac05266006cd962f9.svg /usr/src/app/static/bundles/dbb1ba5b7bf088cac05266006cd962f9.svg
bundles/cms_edit-1b72beb6aa26c5325f64.js /usr/src/app/static/bundles/cms_edit-1b72beb6aa26c5325f64.js
bundles/main-1b72beb6aa26c5325f64.js /usr/src/app/static/bundles/main-1b72beb6aa26c5325f64.js
bundles/f47ae8ecfde36fb959308247e775fd77.svg /usr/src/app/static/bundles/f47ae8ecfde36fb959308247e775fd77.svg
bundles/56c10d53d5d28ed7e2d33c08105398a7.svg /usr/src/app/static/bundles/56c10d53d5d28ed7e2d33c08105398a7.svg
bundles/vendors-1b72beb6aa26c5325f64.js /usr/src/app/static/bundles/vendors-1b72beb6aa26c5325f64.js
bundles/351034da167b830196a6b7ed3bcd28ca.svg /usr/src/app/static/bundles/351034da167b830196a6b7ed3bcd28ca.svg
bundles/db79695a1dc6fd0f94bdda5868784f41.svg /usr/src/app/static/bundles/db79695a1dc6fd0f94bdda5868784f41.svg
bundles/main-2a08308fb8cf6c98f3c2.css /usr/src/app/static/bundles/main-2a08308fb8cf6c98f3c2.css

django.contrib.staticfiles.finders.AppDirectoriesFinder (1428 fichiers)

Chemin Emplacement
admin/css/forms.css /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/css/forms.css
admin/css/dashboard.css /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/css/dashboard.css
admin/css/widgets.css /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/css/widgets.css
admin/css/base.css /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/css/base.css
admin/css/changelists.css /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/css/changelists.css
admin/css/responsive_rtl.css /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/css/responsive_rtl.css
admin/css/responsive.css /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/css/responsive.css
admin/css/rtl.css /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/css/rtl.css
admin/css/login.css /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/css/login.css
admin/css/fonts.css /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/css/fonts.css
admin/css/autocomplete.css /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/css/autocomplete.css
admin/css/vendor/select2/select2.css /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.css
admin/css/vendor/select2/LICENSE-SELECT2.md /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md
admin/css/vendor/select2/select2.min.css /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.min.css
admin/js/cancel.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/cancel.js
admin/js/SelectFilter2.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js
admin/js/prepopulate.min.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/prepopulate.min.js
admin/js/core.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/core.js
admin/js/inlines.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/inlines.js
admin/js/actions.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/actions.js
admin/js/inlines.min.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/inlines.min.js
admin/js/prepopulate_init.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js
admin/js/change_form.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/change_form.js
admin/js/popup_response.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/popup_response.js
admin/js/SelectBox.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/SelectBox.js
admin/js/autocomplete.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/autocomplete.js
admin/js/prepopulate.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/prepopulate.js
admin/js/calendar.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/calendar.js
admin/js/collapse.min.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/collapse.min.js
admin/js/collapse.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/collapse.js
admin/js/jquery.init.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/jquery.init.js
admin/js/actions.min.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/actions.min.js
admin/js/urlify.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/urlify.js
admin/js/vendor/xregexp/LICENSE.txt /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt
admin/js/vendor/xregexp/xregexp.min.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js
admin/js/vendor/xregexp/xregexp.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js
admin/js/vendor/select2/LICENSE.md /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md
admin/js/vendor/select2/select2.full.min.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.min.js
admin/js/vendor/select2/select2.full.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.js
admin/js/vendor/select2/i18n/is.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/is.js
admin/js/vendor/select2/i18n/bg.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bg.js
admin/js/vendor/select2/i18n/id.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/id.js
admin/js/vendor/select2/i18n/it.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/it.js
admin/js/vendor/select2/i18n/hy.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hy.js
admin/js/vendor/select2/i18n/ne.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ne.js
admin/js/vendor/select2/i18n/af.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/af.js
admin/js/vendor/select2/i18n/ja.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ja.js
admin/js/vendor/select2/i18n/zh-TW.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-TW.js
admin/js/vendor/select2/i18n/fi.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fi.js
admin/js/vendor/select2/i18n/vi.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/vi.js
admin/js/vendor/select2/i18n/ca.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ca.js
admin/js/vendor/select2/i18n/ar.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js
admin/js/vendor/select2/i18n/eu.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/eu.js
admin/js/vendor/select2/i18n/ru.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ru.js
admin/js/vendor/select2/i18n/bs.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bs.js
admin/js/vendor/select2/i18n/uk.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/uk.js
admin/js/vendor/select2/i18n/ka.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ka.js
admin/js/vendor/select2/i18n/lv.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lv.js
admin/js/vendor/select2/i18n/sv.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sv.js
admin/js/vendor/select2/i18n/ms.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ms.js
admin/js/vendor/select2/i18n/en.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/en.js
admin/js/vendor/select2/i18n/fa.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fa.js
admin/js/vendor/select2/i18n/lt.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lt.js
admin/js/vendor/select2/i18n/hr.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hr.js
admin/js/vendor/select2/i18n/nl.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nl.js
admin/js/vendor/select2/i18n/hi.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hi.js
admin/js/vendor/select2/i18n/fr.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fr.js
admin/js/vendor/select2/i18n/hu.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hu.js
admin/js/vendor/select2/i18n/mk.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/mk.js
admin/js/vendor/select2/i18n/nb.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nb.js
admin/js/vendor/select2/i18n/tk.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tk.js
admin/js/vendor/select2/i18n/sl.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sl.js
admin/js/vendor/select2/i18n/cs.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/cs.js
admin/js/vendor/select2/i18n/km.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/km.js
admin/js/vendor/select2/i18n/he.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/he.js
admin/js/vendor/select2/i18n/da.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/da.js
admin/js/vendor/select2/i18n/pt-BR.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js
admin/js/vendor/select2/i18n/pt.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt.js
admin/js/vendor/select2/i18n/sq.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sq.js
admin/js/vendor/select2/i18n/dsb.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/dsb.js
admin/js/vendor/select2/i18n/de.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/de.js
admin/js/vendor/select2/i18n/sk.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sk.js
admin/js/vendor/select2/i18n/zh-CN.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-CN.js
admin/js/vendor/select2/i18n/ro.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ro.js
admin/js/vendor/select2/i18n/th.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/th.js
admin/js/vendor/select2/i18n/tr.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tr.js
admin/js/vendor/select2/i18n/pl.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pl.js
admin/js/vendor/select2/i18n/sr-Cyrl.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr-Cyrl.js
admin/js/vendor/select2/i18n/az.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/az.js
admin/js/vendor/select2/i18n/et.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/et.js
admin/js/vendor/select2/i18n/es.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/es.js
admin/js/vendor/select2/i18n/el.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/el.js
admin/js/vendor/select2/i18n/sr.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr.js
admin/js/vendor/select2/i18n/gl.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/gl.js
admin/js/vendor/select2/i18n/ps.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ps.js
admin/js/vendor/select2/i18n/hsb.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hsb.js
admin/js/vendor/select2/i18n/bn.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bn.js
admin/js/vendor/select2/i18n/ko.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ko.js
admin/js/vendor/jquery/LICENSE.txt /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt
admin/js/vendor/jquery/jquery.min.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js
admin/js/vendor/jquery/jquery.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js
admin/js/admin/RelatedObjectLookups.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js
admin/js/admin/DateTimeShortcuts.js /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js
admin/img/icon-yes.svg /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg
admin/img/inline-delete.svg /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg
admin/img/tooltag-add.svg /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg
admin/img/icon-deletelink.svg /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg
admin/img/calendar-icons.svg /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg
admin/img/README.txt /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/img/README.txt
admin/img/icon-unknown.svg /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg
admin/img/tooltag-arrowright.svg /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg
admin/img/selector-icons.svg /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg
admin/img/icon-alert.svg /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg
admin/img/icon-calendar.svg /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg
admin/img/search.svg /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/img/search.svg
admin/img/sorting-icons.svg /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg
admin/img/icon-unknown-alt.svg /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg
admin/img/LICENSE /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/img/LICENSE
admin/img/icon-changelink.svg /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg
admin/img/icon-clock.svg /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg
admin/img/icon-no.svg /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/img/icon-no.svg
admin/img/icon-addlink.svg /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg
admin/img/icon-viewlink.svg /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/img/icon-viewlink.svg
admin/img/gis/move_vertex_on.svg /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg
admin/img/gis/move_vertex_off.svg /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg
admin/fonts/LICENSE.txt /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/fonts/LICENSE.txt
admin/fonts/Roboto-Regular-webfont.woff /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Regular-webfont.woff
admin/fonts/Roboto-Light-webfont.woff /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Light-webfont.woff
admin/fonts/Roboto-Bold-webfont.woff /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Bold-webfont.woff
admin/fonts/README.txt /usr/local/lib/python3.7/site-packages/django/contrib/admin/static/admin/fonts/README.txt
rest_framework/docs/css/base.css /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/docs/css/base.css
rest_framework/docs/css/highlight.css /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/docs/css/highlight.css
rest_framework/docs/css/jquery.json-view.min.css /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/docs/css/jquery.json-view.min.css
rest_framework/docs/js/jquery.json-view.min.js /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/docs/js/jquery.json-view.min.js
rest_framework/docs/js/highlight.pack.js /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/docs/js/highlight.pack.js
rest_framework/docs/js/api.js /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/docs/js/api.js
rest_framework/docs/img/grid.png /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/docs/img/grid.png
rest_framework/docs/img/favicon.ico /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/docs/img/favicon.ico
rest_framework/css/font-awesome-4.0.3.css /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/css/font-awesome-4.0.3.css
rest_framework/css/bootstrap-tweaks.css /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/css/bootstrap-tweaks.css
rest_framework/css/prettify.css /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/css/prettify.css
rest_framework/css/bootstrap.min.css /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/css/bootstrap.min.css
rest_framework/css/bootstrap-theme.min.css /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/css/bootstrap-theme.min.css
rest_framework/css/default.css /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/css/default.css
rest_framework/js/default.js /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/js/default.js
rest_framework/js/coreapi-0.1.1.js /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/js/coreapi-0.1.1.js
rest_framework/js/bootstrap.min.js /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/js/bootstrap.min.js
rest_framework/js/jquery-3.4.1.min.js /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/js/jquery-3.4.1.min.js
rest_framework/js/csrf.js /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/js/csrf.js
rest_framework/js/ajax-form.js /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/js/ajax-form.js
rest_framework/js/prettify-min.js /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/js/prettify-min.js
rest_framework/img/grid.png /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/img/grid.png
rest_framework/img/glyphicons-halflings.png /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/img/glyphicons-halflings.png
rest_framework/img/glyphicons-halflings-white.png /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/img/glyphicons-halflings-white.png
rest_framework/fonts/fontawesome-webfont.ttf /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.ttf
rest_framework/fonts/glyphicons-halflings-regular.woff2 /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.woff2
rest_framework/fonts/glyphicons-halflings-regular.eot /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.eot
rest_framework/fonts/glyphicons-halflings-regular.ttf /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.ttf
rest_framework/fonts/fontawesome-webfont.woff /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.woff
rest_framework/fonts/glyphicons-halflings-regular.woff /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.woff
rest_framework/fonts/fontawesome-webfont.eot /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.eot
rest_framework/fonts/fontawesome-webfont.svg /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.svg
rest_framework/fonts/glyphicons-halflings-regular.svg /usr/local/lib/python3.7/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.svg
debug_toolbar/css/toolbar.css /usr/local/lib/python3.7/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/css/print.css /usr/local/lib/python3.7/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/js/redirect.js /usr/local/lib/python3.7/site-packages/debug_toolbar/static/debug_toolbar/js/redirect.js
debug_toolbar/js/toolbar.js /usr/local/lib/python3.7/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/toolbar.timer.js /usr/local/lib/python3.7/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.timer.js
debug_toolbar/img/ajax-loader.gif /usr/local/lib/python3.7/site-packages/debug_toolbar/static/debug_toolbar/img/ajax-loader.gif
debug_toolbar/img/close_hover.png /usr/local/lib/python3.7/site-packages/debug_toolbar/static/debug_toolbar/img/close_hover.png
debug_toolbar/img/close.png /usr/local/lib/python3.7/site-packages/debug_toolbar/static/debug_toolbar/img/close.png
debug_toolbar/img/indicator.png /usr/local/lib/python3.7/site-packages/debug_toolbar/static/debug_toolbar/img/indicator.png
debug_toolbar/img/back_hover.png /usr/local/lib/python3.7/site-packages/debug_toolbar/static/debug_toolbar/img/back_hover.png
debug_toolbar/img/djdt_vertical.png /usr/local/lib/python3.7/site-packages/debug_toolbar/static/debug_toolbar/img/djdt_vertical.png
debug_toolbar/img/back.png /usr/local/lib/python3.7/site-packages/debug_toolbar/static/debug_toolbar/img/back.png
rangefilter/iife.js /usr/local/lib/python3.7/site-packages/rangefilter/static/rangefilter/iife.js
ckeditor/ckeditor-init.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor-init.js
ckeditor/file-icons/xls.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/file-icons/xls.png
ckeditor/file-icons/txt.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/file-icons/txt.png
ckeditor/file-icons/file.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/file-icons/file.png
ckeditor/file-icons/swf.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/file-icons/swf.png
ckeditor/file-icons/ppt.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/file-icons/ppt.png
ckeditor/file-icons/doc.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/file-icons/doc.png
ckeditor/file-icons/pdf.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/file-icons/pdf.png
ckeditor/ckeditor/LICENSE.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/LICENSE.md
ckeditor/ckeditor/styles.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/styles.js
ckeditor/ckeditor/CHANGES.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/CHANGES.md
ckeditor/ckeditor/README.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/README.md
ckeditor/ckeditor/contents.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/contents.css
ckeditor/ckeditor/ckeditor.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/ckeditor.js
ckeditor/ckeditor/config.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/config.js
ckeditor/ckeditor/build-config.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/build-config.js
ckeditor/ckeditor/vendor/promise.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/vendor/promise.js
ckeditor/ckeditor/skins/moono-lisa/icons.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/icons.png
ckeditor/ckeditor/skins/moono-lisa/editor_ie8.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/editor_ie8.css
ckeditor/ckeditor/skins/moono-lisa/dialog_iequirks.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/dialog_iequirks.css
ckeditor/ckeditor/skins/moono-lisa/dialog.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/dialog.css
ckeditor/ckeditor/skins/moono-lisa/editor_gecko.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/editor_gecko.css
ckeditor/ckeditor/skins/moono-lisa/icons_hidpi.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/icons_hidpi.png
ckeditor/ckeditor/skins/moono-lisa/dialog_ie.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/dialog_ie.css
ckeditor/ckeditor/skins/moono-lisa/dialog_ie8.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/dialog_ie8.css
ckeditor/ckeditor/skins/moono-lisa/editor_iequirks.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/editor_iequirks.css
ckeditor/ckeditor/skins/moono-lisa/editor_ie.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/editor_ie.css
ckeditor/ckeditor/skins/moono-lisa/readme.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/readme.md
ckeditor/ckeditor/skins/moono-lisa/editor.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/editor.css
ckeditor/ckeditor/skins/moono-lisa/images/lock.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/lock.png
ckeditor/ckeditor/skins/moono-lisa/images/arrow.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/arrow.png
ckeditor/ckeditor/skins/moono-lisa/images/refresh.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/refresh.png
ckeditor/ckeditor/skins/moono-lisa/images/lock-open.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/lock-open.png
ckeditor/ckeditor/skins/moono-lisa/images/close.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/close.png
ckeditor/ckeditor/skins/moono-lisa/images/spinner.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/spinner.gif
ckeditor/ckeditor/skins/moono-lisa/images/hidpi/lock.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/hidpi/lock.png
ckeditor/ckeditor/skins/moono-lisa/images/hidpi/refresh.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/hidpi/refresh.png
ckeditor/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png
ckeditor/ckeditor/skins/moono-lisa/images/hidpi/close.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/hidpi/close.png
ckeditor/ckeditor/skins/moono/icons.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/icons.png
ckeditor/ckeditor/skins/moono/editor_ie8.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/editor_ie8.css
ckeditor/ckeditor/skins/moono/dialog_ie7.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/dialog_ie7.css
ckeditor/ckeditor/skins/moono/dialog_iequirks.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/dialog_iequirks.css
ckeditor/ckeditor/skins/moono/dialog.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/dialog.css
ckeditor/ckeditor/skins/moono/editor_gecko.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/editor_gecko.css
ckeditor/ckeditor/skins/moono/icons_hidpi.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/icons_hidpi.png
ckeditor/ckeditor/skins/moono/dialog_ie.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/dialog_ie.css
ckeditor/ckeditor/skins/moono/editor_ie7.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/editor_ie7.css
ckeditor/ckeditor/skins/moono/dialog_ie8.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/dialog_ie8.css
ckeditor/ckeditor/skins/moono/editor_iequirks.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/editor_iequirks.css
ckeditor/ckeditor/skins/moono/editor_ie.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/editor_ie.css
ckeditor/ckeditor/skins/moono/readme.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/readme.md
ckeditor/ckeditor/skins/moono/editor.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/editor.css
ckeditor/ckeditor/skins/moono/images/lock.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/lock.png
ckeditor/ckeditor/skins/moono/images/arrow.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/arrow.png
ckeditor/ckeditor/skins/moono/images/refresh.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/refresh.png
ckeditor/ckeditor/skins/moono/images/lock-open.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/lock-open.png
ckeditor/ckeditor/skins/moono/images/close.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/close.png
ckeditor/ckeditor/skins/moono/images/spinner.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/spinner.gif
ckeditor/ckeditor/skins/moono/images/hidpi/lock.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/hidpi/lock.png
ckeditor/ckeditor/skins/moono/images/hidpi/refresh.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/hidpi/refresh.png
ckeditor/ckeditor/skins/moono/images/hidpi/lock-open.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/hidpi/lock-open.png
ckeditor/ckeditor/skins/moono/images/hidpi/close.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/hidpi/close.png
ckeditor/ckeditor/plugins/icons.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/icons.png
ckeditor/ckeditor/plugins/icons_hidpi.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/icons_hidpi.png
ckeditor/ckeditor/plugins/sharedspace/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sharedspace/plugin.js
ckeditor/ckeditor/plugins/pastefromword/filter/default.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/pastefromword/filter/default.js
ckeditor/ckeditor/plugins/image2/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/plugin.js
ckeditor/ckeditor/plugins/image2/dialogs/image2.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/dialogs/image2.js
ckeditor/ckeditor/plugins/image2/lang/is.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/is.js
ckeditor/ckeditor/plugins/image2/lang/bg.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/bg.js
ckeditor/ckeditor/plugins/image2/lang/id.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/id.js
ckeditor/ckeditor/plugins/image2/lang/it.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/it.js
ckeditor/ckeditor/plugins/image2/lang/af.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/af.js
ckeditor/ckeditor/plugins/image2/lang/ja.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ja.js
ckeditor/ckeditor/plugins/image2/lang/si.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/si.js
ckeditor/ckeditor/plugins/image2/lang/fi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/fi.js
ckeditor/ckeditor/plugins/image2/lang/vi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/vi.js
ckeditor/ckeditor/plugins/image2/lang/ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ca.js
ckeditor/ckeditor/plugins/image2/lang/ar.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ar.js
ckeditor/ckeditor/plugins/image2/lang/mn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/mn.js
ckeditor/ckeditor/plugins/image2/lang/eu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/eu.js
ckeditor/ckeditor/plugins/image2/lang/ru.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ru.js
ckeditor/ckeditor/plugins/image2/lang/bs.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/bs.js
ckeditor/ckeditor/plugins/image2/lang/uk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/uk.js
ckeditor/ckeditor/plugins/image2/lang/ka.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ka.js
ckeditor/ckeditor/plugins/image2/lang/lv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/lv.js
ckeditor/ckeditor/plugins/image2/lang/sv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/sv.js
ckeditor/ckeditor/plugins/image2/lang/ms.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ms.js
ckeditor/ckeditor/plugins/image2/lang/en.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/en.js
ckeditor/ckeditor/plugins/image2/lang/fa.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/fa.js
ckeditor/ckeditor/plugins/image2/lang/lt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/lt.js
ckeditor/ckeditor/plugins/image2/lang/hr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/hr.js
ckeditor/ckeditor/plugins/image2/lang/nl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/nl.js
ckeditor/ckeditor/plugins/image2/lang/hi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/hi.js
ckeditor/ckeditor/plugins/image2/lang/fr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/fr.js
ckeditor/ckeditor/plugins/image2/lang/ug.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ug.js
ckeditor/ckeditor/plugins/image2/lang/hu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/hu.js
ckeditor/ckeditor/plugins/image2/lang/mk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/mk.js
ckeditor/ckeditor/plugins/image2/lang/fr-ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/fr-ca.js
ckeditor/ckeditor/plugins/image2/lang/nb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/nb.js
ckeditor/ckeditor/plugins/image2/lang/zh-cn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/zh-cn.js
ckeditor/ckeditor/plugins/image2/lang/sl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/sl.js
ckeditor/ckeditor/plugins/image2/lang/tt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/tt.js
ckeditor/ckeditor/plugins/image2/lang/pt-br.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/pt-br.js
ckeditor/ckeditor/plugins/image2/lang/cs.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/cs.js
ckeditor/ckeditor/plugins/image2/lang/km.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/km.js
ckeditor/ckeditor/plugins/image2/lang/he.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/he.js
ckeditor/ckeditor/plugins/image2/lang/eo.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/eo.js
ckeditor/ckeditor/plugins/image2/lang/sr-latn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/sr-latn.js
ckeditor/ckeditor/plugins/image2/lang/da.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/da.js
ckeditor/ckeditor/plugins/image2/lang/fo.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/fo.js
ckeditor/ckeditor/plugins/image2/lang/no.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/no.js
ckeditor/ckeditor/plugins/image2/lang/pt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/pt.js
ckeditor/ckeditor/plugins/image2/lang/en-gb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/en-gb.js
ckeditor/ckeditor/plugins/image2/lang/sq.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/sq.js
ckeditor/ckeditor/plugins/image2/lang/de.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/de.js
ckeditor/ckeditor/plugins/image2/lang/en-ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/en-ca.js
ckeditor/ckeditor/plugins/image2/lang/sk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/sk.js
ckeditor/ckeditor/plugins/image2/lang/ro.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ro.js
ckeditor/ckeditor/plugins/image2/lang/th.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/th.js
ckeditor/ckeditor/plugins/image2/lang/cy.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/cy.js
ckeditor/ckeditor/plugins/image2/lang/tr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/tr.js
ckeditor/ckeditor/plugins/image2/lang/pl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/pl.js
ckeditor/ckeditor/plugins/image2/lang/et.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/et.js
ckeditor/ckeditor/plugins/image2/lang/es.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/es.js
ckeditor/ckeditor/plugins/image2/lang/zh.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/zh.js
ckeditor/ckeditor/plugins/image2/lang/el.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/el.js
ckeditor/ckeditor/plugins/image2/lang/sr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/sr.js
ckeditor/ckeditor/plugins/image2/lang/ku.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ku.js
ckeditor/ckeditor/plugins/image2/lang/gl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/gl.js
ckeditor/ckeditor/plugins/image2/lang/bn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/bn.js
ckeditor/ckeditor/plugins/image2/lang/en-au.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/en-au.js
ckeditor/ckeditor/plugins/image2/lang/gu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/gu.js
ckeditor/ckeditor/plugins/image2/lang/ko.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ko.js
ckeditor/ckeditor/plugins/image2/icons/image.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/icons/image.png
ckeditor/ckeditor/plugins/image2/icons/hidpi/image.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/icons/hidpi/image.png
ckeditor/ckeditor/plugins/div/dialogs/div.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/div/dialogs/div.js
ckeditor/ckeditor/plugins/autogrow/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autogrow/plugin.js
ckeditor/ckeditor/plugins/pastetools/filter/common.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/pastetools/filter/common.js
ckeditor/ckeditor/plugins/pastetools/filter/image.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/pastetools/filter/image.js
ckeditor/ckeditor/plugins/notificationaggregator/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notificationaggregator/plugin.js
ckeditor/ckeditor/plugins/pagebreak/images/pagebreak.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/pagebreak/images/pagebreak.gif
ckeditor/ckeditor/plugins/tableselection/styles/tableselection.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/tableselection/styles/tableselection.css
ckeditor/ckeditor/plugins/smiley/dialogs/smiley.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/dialogs/smiley.js
ckeditor/ckeditor/plugins/smiley/images/embarrassed_smile.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/embarrassed_smile.png
ckeditor/ckeditor/plugins/smiley/images/envelope.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/envelope.png
ckeditor/ckeditor/plugins/smiley/images/confused_smile.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/confused_smile.gif
ckeditor/ckeditor/plugins/smiley/images/regular_smile.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/regular_smile.png
ckeditor/ckeditor/plugins/smiley/images/kiss.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/kiss.png
ckeditor/ckeditor/plugins/smiley/images/wink_smile.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/wink_smile.png
ckeditor/ckeditor/plugins/smiley/images/thumbs_down.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/thumbs_down.png
ckeditor/ckeditor/plugins/smiley/images/thumbs_up.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/thumbs_up.png
ckeditor/ckeditor/plugins/smiley/images/omg_smile.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/omg_smile.gif
ckeditor/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif
ckeditor/ckeditor/plugins/smiley/images/thumbs_down.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/thumbs_down.gif
ckeditor/ckeditor/plugins/smiley/images/wink_smile.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/wink_smile.gif
ckeditor/ckeditor/plugins/smiley/images/thumbs_up.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/thumbs_up.gif
ckeditor/ckeditor/plugins/smiley/images/cry_smile.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/cry_smile.png
ckeditor/ckeditor/plugins/smiley/images/lightbulb.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/lightbulb.png
ckeditor/ckeditor/plugins/smiley/images/devil_smile.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/devil_smile.gif
ckeditor/ckeditor/plugins/smiley/images/tounge_smile.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/tounge_smile.gif
ckeditor/ckeditor/plugins/smiley/images/tongue_smile.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/tongue_smile.gif
ckeditor/ckeditor/plugins/smiley/images/cry_smile.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/cry_smile.gif
ckeditor/ckeditor/plugins/smiley/images/heart.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/heart.png
ckeditor/ckeditor/plugins/smiley/images/omg_smile.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/omg_smile.png
ckeditor/ckeditor/plugins/smiley/images/shades_smile.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/shades_smile.gif
ckeditor/ckeditor/plugins/smiley/images/tongue_smile.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/tongue_smile.png
ckeditor/ckeditor/plugins/smiley/images/sad_smile.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/sad_smile.gif
ckeditor/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png
ckeditor/ckeditor/plugins/smiley/images/envelope.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/envelope.gif
ckeditor/ckeditor/plugins/smiley/images/angel_smile.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/angel_smile.gif
ckeditor/ckeditor/plugins/smiley/images/broken_heart.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/broken_heart.gif
ckeditor/ckeditor/plugins/smiley/images/angry_smile.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/angry_smile.gif
ckeditor/ckeditor/plugins/smiley/images/angry_smile.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/angry_smile.png
ckeditor/ckeditor/plugins/smiley/images/shades_smile.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/shades_smile.png
ckeditor/ckeditor/plugins/smiley/images/sad_smile.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/sad_smile.png
ckeditor/ckeditor/plugins/smiley/images/teeth_smile.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/teeth_smile.gif
ckeditor/ckeditor/plugins/smiley/images/kiss.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/kiss.gif
ckeditor/ckeditor/plugins/smiley/images/embaressed_smile.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/embaressed_smile.gif
ckeditor/ckeditor/plugins/smiley/images/confused_smile.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/confused_smile.png
ckeditor/ckeditor/plugins/smiley/images/devil_smile.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/devil_smile.png
ckeditor/ckeditor/plugins/smiley/images/teeth_smile.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/teeth_smile.png
ckeditor/ckeditor/plugins/smiley/images/broken_heart.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/broken_heart.png
ckeditor/ckeditor/plugins/smiley/images/angel_smile.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/angel_smile.png
ckeditor/ckeditor/plugins/smiley/images/heart.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/heart.gif
ckeditor/ckeditor/plugins/smiley/images/lightbulb.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/lightbulb.gif
ckeditor/ckeditor/plugins/smiley/images/regular_smile.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/regular_smile.gif
ckeditor/ckeditor/plugins/smiley/images/embarrassed_smile.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/embarrassed_smile.gif
ckeditor/ckeditor/plugins/notification/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/plugin.js
ckeditor/ckeditor/plugins/notification/lang/it.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/it.js
ckeditor/ckeditor/plugins/notification/lang/ru.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/ru.js
ckeditor/ckeditor/plugins/notification/lang/sv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/sv.js
ckeditor/ckeditor/plugins/notification/lang/en.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/en.js
ckeditor/ckeditor/plugins/notification/lang/nl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/nl.js
ckeditor/ckeditor/plugins/notification/lang/fr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/fr.js
ckeditor/ckeditor/plugins/notification/lang/nb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/nb.js
ckeditor/ckeditor/plugins/notification/lang/zh-cn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/zh-cn.js
ckeditor/ckeditor/plugins/notification/lang/pt-br.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/pt-br.js
ckeditor/ckeditor/plugins/notification/lang/cs.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/cs.js
ckeditor/ckeditor/plugins/notification/lang/eo.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/eo.js
ckeditor/ckeditor/plugins/notification/lang/da.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/da.js
ckeditor/ckeditor/plugins/notification/lang/de.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/de.js
ckeditor/ckeditor/plugins/notification/lang/tr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/tr.js
ckeditor/ckeditor/plugins/notification/lang/pl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/pl.js
ckeditor/ckeditor/plugins/notification/lang/zh.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/zh.js
ckeditor/ckeditor/plugins/notification/lang/ku.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/ku.js
ckeditor/ckeditor/plugins/notification/lang/gl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/gl.js
ckeditor/ckeditor/plugins/notification/lang/ko.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/ko.js
ckeditor/ckeditor/plugins/mathjax/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/plugin.js
ckeditor/ckeditor/plugins/mathjax/dialogs/mathjax.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/dialogs/mathjax.js
ckeditor/ckeditor/plugins/mathjax/images/loader.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/images/loader.gif
ckeditor/ckeditor/plugins/mathjax/lang/bg.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/bg.js
ckeditor/ckeditor/plugins/mathjax/lang/it.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/it.js
ckeditor/ckeditor/plugins/mathjax/lang/af.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/af.js
ckeditor/ckeditor/plugins/mathjax/lang/ja.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/ja.js
ckeditor/ckeditor/plugins/mathjax/lang/fi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/fi.js
ckeditor/ckeditor/plugins/mathjax/lang/vi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/vi.js
ckeditor/ckeditor/plugins/mathjax/lang/ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/ca.js
ckeditor/ckeditor/plugins/mathjax/lang/ar.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/ar.js
ckeditor/ckeditor/plugins/mathjax/lang/ru.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/ru.js
ckeditor/ckeditor/plugins/mathjax/lang/uk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/uk.js
ckeditor/ckeditor/plugins/mathjax/lang/sv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/sv.js
ckeditor/ckeditor/plugins/mathjax/lang/en.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/en.js
ckeditor/ckeditor/plugins/mathjax/lang/fa.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/fa.js
ckeditor/ckeditor/plugins/mathjax/lang/lt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/lt.js
ckeditor/ckeditor/plugins/mathjax/lang/hr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/hr.js
ckeditor/ckeditor/plugins/mathjax/lang/nl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/nl.js
ckeditor/ckeditor/plugins/mathjax/lang/fr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/fr.js
ckeditor/ckeditor/plugins/mathjax/lang/hu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/hu.js
ckeditor/ckeditor/plugins/mathjax/lang/nb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/nb.js
ckeditor/ckeditor/plugins/mathjax/lang/zh-cn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/zh-cn.js
ckeditor/ckeditor/plugins/mathjax/lang/sl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/sl.js
ckeditor/ckeditor/plugins/mathjax/lang/tt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/tt.js
ckeditor/ckeditor/plugins/mathjax/lang/pt-br.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/pt-br.js
ckeditor/ckeditor/plugins/mathjax/lang/cs.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/cs.js
ckeditor/ckeditor/plugins/mathjax/lang/km.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/km.js
ckeditor/ckeditor/plugins/mathjax/lang/he.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/he.js
ckeditor/ckeditor/plugins/mathjax/lang/eo.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/eo.js
ckeditor/ckeditor/plugins/mathjax/lang/da.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/da.js
ckeditor/ckeditor/plugins/mathjax/lang/no.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/no.js
ckeditor/ckeditor/plugins/mathjax/lang/pt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/pt.js
ckeditor/ckeditor/plugins/mathjax/lang/en-gb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/en-gb.js
ckeditor/ckeditor/plugins/mathjax/lang/sq.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/sq.js
ckeditor/ckeditor/plugins/mathjax/lang/de.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/de.js
ckeditor/ckeditor/plugins/mathjax/lang/sk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/sk.js
ckeditor/ckeditor/plugins/mathjax/lang/ro.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/ro.js
ckeditor/ckeditor/plugins/mathjax/lang/cy.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/cy.js
ckeditor/ckeditor/plugins/mathjax/lang/tr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/tr.js
ckeditor/ckeditor/plugins/mathjax/lang/pl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/pl.js
ckeditor/ckeditor/plugins/mathjax/lang/es.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/es.js
ckeditor/ckeditor/plugins/mathjax/lang/zh.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/zh.js
ckeditor/ckeditor/plugins/mathjax/lang/el.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/el.js
ckeditor/ckeditor/plugins/mathjax/lang/ku.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/ku.js
ckeditor/ckeditor/plugins/mathjax/lang/gl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/gl.js
ckeditor/ckeditor/plugins/mathjax/lang/ko.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/ko.js
ckeditor/ckeditor/plugins/mathjax/icons/mathjax.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/icons/mathjax.png
ckeditor/ckeditor/plugins/mathjax/icons/hidpi/mathjax.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/icons/hidpi/mathjax.png
ckeditor/ckeditor/plugins/devtools/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/plugin.js
ckeditor/ckeditor/plugins/devtools/lang/bg.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/bg.js
ckeditor/ckeditor/plugins/devtools/lang/id.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/id.js
ckeditor/ckeditor/plugins/devtools/lang/it.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/it.js
ckeditor/ckeditor/plugins/devtools/lang/ja.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/ja.js
ckeditor/ckeditor/plugins/devtools/lang/si.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/si.js
ckeditor/ckeditor/plugins/devtools/lang/fi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/fi.js
ckeditor/ckeditor/plugins/devtools/lang/vi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/vi.js
ckeditor/ckeditor/plugins/devtools/lang/ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/ca.js
ckeditor/ckeditor/plugins/devtools/lang/ar.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/ar.js
ckeditor/ckeditor/plugins/devtools/lang/eu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/eu.js
ckeditor/ckeditor/plugins/devtools/lang/ru.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/ru.js
ckeditor/ckeditor/plugins/devtools/lang/uk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/uk.js
ckeditor/ckeditor/plugins/devtools/lang/lv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/lv.js
ckeditor/ckeditor/plugins/devtools/lang/sv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/sv.js
ckeditor/ckeditor/plugins/devtools/lang/en.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/en.js
ckeditor/ckeditor/plugins/devtools/lang/fa.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/fa.js
ckeditor/ckeditor/plugins/devtools/lang/lt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/lt.js
ckeditor/ckeditor/plugins/devtools/lang/hr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/hr.js
ckeditor/ckeditor/plugins/devtools/lang/nl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/nl.js
ckeditor/ckeditor/plugins/devtools/lang/fr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/fr.js
ckeditor/ckeditor/plugins/devtools/lang/ug.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/ug.js
ckeditor/ckeditor/plugins/devtools/lang/hu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/hu.js
ckeditor/ckeditor/plugins/devtools/lang/fr-ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/fr-ca.js
ckeditor/ckeditor/plugins/devtools/lang/nb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/nb.js
ckeditor/ckeditor/plugins/devtools/lang/zh-cn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/zh-cn.js
ckeditor/ckeditor/plugins/devtools/lang/sl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/sl.js
ckeditor/ckeditor/plugins/devtools/lang/tt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/tt.js
ckeditor/ckeditor/plugins/devtools/lang/_translationstatus.txt /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/_translationstatus.txt
ckeditor/ckeditor/plugins/devtools/lang/pt-br.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/pt-br.js
ckeditor/ckeditor/plugins/devtools/lang/cs.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/cs.js
ckeditor/ckeditor/plugins/devtools/lang/km.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/km.js
ckeditor/ckeditor/plugins/devtools/lang/he.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/he.js
ckeditor/ckeditor/plugins/devtools/lang/eo.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/eo.js
ckeditor/ckeditor/plugins/devtools/lang/da.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/da.js
ckeditor/ckeditor/plugins/devtools/lang/no.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/no.js
ckeditor/ckeditor/plugins/devtools/lang/pt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/pt.js
ckeditor/ckeditor/plugins/devtools/lang/en-gb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/en-gb.js
ckeditor/ckeditor/plugins/devtools/lang/sq.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/sq.js
ckeditor/ckeditor/plugins/devtools/lang/de.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/de.js
ckeditor/ckeditor/plugins/devtools/lang/sk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/sk.js
ckeditor/ckeditor/plugins/devtools/lang/ro.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/ro.js
ckeditor/ckeditor/plugins/devtools/lang/cy.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/cy.js
ckeditor/ckeditor/plugins/devtools/lang/tr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/tr.js
ckeditor/ckeditor/plugins/devtools/lang/pl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/pl.js
ckeditor/ckeditor/plugins/devtools/lang/et.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/et.js
ckeditor/ckeditor/plugins/devtools/lang/es.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/es.js
ckeditor/ckeditor/plugins/devtools/lang/zh.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/zh.js
ckeditor/ckeditor/plugins/devtools/lang/el.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/el.js
ckeditor/ckeditor/plugins/devtools/lang/ku.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/ku.js
ckeditor/ckeditor/plugins/devtools/lang/gl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/gl.js
ckeditor/ckeditor/plugins/devtools/lang/gu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/gu.js
ckeditor/ckeditor/plugins/devtools/lang/ko.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/ko.js
ckeditor/ckeditor/plugins/about/dialogs/about.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/about/dialogs/about.js
ckeditor/ckeditor/plugins/about/dialogs/logo_ckeditor.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/about/dialogs/logo_ckeditor.png
ckeditor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png
ckeditor/ckeditor/plugins/find/dialogs/find.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/find/dialogs/find.js
ckeditor/ckeditor/plugins/wsc/LICENSE.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/LICENSE.md
ckeditor/ckeditor/plugins/wsc/README.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/README.md
ckeditor/ckeditor/plugins/wsc/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/plugin.js
ckeditor/ckeditor/plugins/wsc/dialogs/tmpFrameset.html /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
ckeditor/ckeditor/plugins/wsc/dialogs/wsc.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/dialogs/wsc.css
ckeditor/ckeditor/plugins/wsc/dialogs/ciframe.html /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/dialogs/ciframe.html
ckeditor/ckeditor/plugins/wsc/dialogs/wsc_ie.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/dialogs/wsc_ie.js
ckeditor/ckeditor/plugins/wsc/dialogs/wsc.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/dialogs/wsc.js
ckeditor/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css
ckeditor/ckeditor/plugins/wsc/lang/is.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/is.js
ckeditor/ckeditor/plugins/wsc/lang/bg.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/bg.js
ckeditor/ckeditor/plugins/wsc/lang/it.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/it.js
ckeditor/ckeditor/plugins/wsc/lang/af.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/af.js
ckeditor/ckeditor/plugins/wsc/lang/ja.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ja.js
ckeditor/ckeditor/plugins/wsc/lang/fi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/fi.js
ckeditor/ckeditor/plugins/wsc/lang/vi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/vi.js
ckeditor/ckeditor/plugins/wsc/lang/ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ca.js
ckeditor/ckeditor/plugins/wsc/lang/ar.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ar.js
ckeditor/ckeditor/plugins/wsc/lang/mn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/mn.js
ckeditor/ckeditor/plugins/wsc/lang/eu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/eu.js
ckeditor/ckeditor/plugins/wsc/lang/ru.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ru.js
ckeditor/ckeditor/plugins/wsc/lang/bs.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/bs.js
ckeditor/ckeditor/plugins/wsc/lang/uk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/uk.js
ckeditor/ckeditor/plugins/wsc/lang/ka.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ka.js
ckeditor/ckeditor/plugins/wsc/lang/lv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/lv.js
ckeditor/ckeditor/plugins/wsc/lang/sv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/sv.js
ckeditor/ckeditor/plugins/wsc/lang/ms.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ms.js
ckeditor/ckeditor/plugins/wsc/lang/en.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/en.js
ckeditor/ckeditor/plugins/wsc/lang/fa.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/fa.js
ckeditor/ckeditor/plugins/wsc/lang/lt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/lt.js
ckeditor/ckeditor/plugins/wsc/lang/hr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/hr.js
ckeditor/ckeditor/plugins/wsc/lang/nl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/nl.js
ckeditor/ckeditor/plugins/wsc/lang/hi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/hi.js
ckeditor/ckeditor/plugins/wsc/lang/fr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/fr.js
ckeditor/ckeditor/plugins/wsc/lang/ug.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ug.js
ckeditor/ckeditor/plugins/wsc/lang/hu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/hu.js
ckeditor/ckeditor/plugins/wsc/lang/mk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/mk.js
ckeditor/ckeditor/plugins/wsc/lang/fr-ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/fr-ca.js
ckeditor/ckeditor/plugins/wsc/lang/nb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/nb.js
ckeditor/ckeditor/plugins/wsc/lang/zh-cn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/zh-cn.js
ckeditor/ckeditor/plugins/wsc/lang/sl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/sl.js
ckeditor/ckeditor/plugins/wsc/lang/pt-br.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/pt-br.js
ckeditor/ckeditor/plugins/wsc/lang/cs.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/cs.js
ckeditor/ckeditor/plugins/wsc/lang/km.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/km.js
ckeditor/ckeditor/plugins/wsc/lang/he.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/he.js
ckeditor/ckeditor/plugins/wsc/lang/eo.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/eo.js
ckeditor/ckeditor/plugins/wsc/lang/sr-latn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/sr-latn.js
ckeditor/ckeditor/plugins/wsc/lang/da.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/da.js
ckeditor/ckeditor/plugins/wsc/lang/fo.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/fo.js
ckeditor/ckeditor/plugins/wsc/lang/no.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/no.js
ckeditor/ckeditor/plugins/wsc/lang/pt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/pt.js
ckeditor/ckeditor/plugins/wsc/lang/en-gb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/en-gb.js
ckeditor/ckeditor/plugins/wsc/lang/de.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/de.js
ckeditor/ckeditor/plugins/wsc/lang/en-ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/en-ca.js
ckeditor/ckeditor/plugins/wsc/lang/sk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/sk.js
ckeditor/ckeditor/plugins/wsc/lang/ro.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ro.js
ckeditor/ckeditor/plugins/wsc/lang/th.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/th.js
ckeditor/ckeditor/plugins/wsc/lang/cy.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/cy.js
ckeditor/ckeditor/plugins/wsc/lang/tr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/tr.js
ckeditor/ckeditor/plugins/wsc/lang/pl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/pl.js
ckeditor/ckeditor/plugins/wsc/lang/et.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/et.js
ckeditor/ckeditor/plugins/wsc/lang/es.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/es.js
ckeditor/ckeditor/plugins/wsc/lang/zh.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/zh.js
ckeditor/ckeditor/plugins/wsc/lang/el.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/el.js
ckeditor/ckeditor/plugins/wsc/lang/sr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/sr.js
ckeditor/ckeditor/plugins/wsc/lang/ku.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ku.js
ckeditor/ckeditor/plugins/wsc/lang/gl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/gl.js
ckeditor/ckeditor/plugins/wsc/lang/bn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/bn.js
ckeditor/ckeditor/plugins/wsc/lang/en-au.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/en-au.js
ckeditor/ckeditor/plugins/wsc/lang/gu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/gu.js
ckeditor/ckeditor/plugins/wsc/lang/ko.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ko.js
ckeditor/ckeditor/plugins/wsc/icons/spellchecker.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/icons/spellchecker.png
ckeditor/ckeditor/plugins/wsc/icons/hidpi/spellchecker.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/icons/hidpi/spellchecker.png
ckeditor/ckeditor/plugins/table/dialogs/table.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/table/dialogs/table.js
ckeditor/ckeditor/plugins/lineutils/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/lineutils/plugin.js
ckeditor/ckeditor/plugins/clipboard/dialogs/paste.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/clipboard/dialogs/paste.js
ckeditor/ckeditor/plugins/showblocks/images/block_p.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_p.png
ckeditor/ckeditor/plugins/showblocks/images/block_h6.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_h6.png
ckeditor/ckeditor/plugins/showblocks/images/block_div.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_div.png
ckeditor/ckeditor/plugins/showblocks/images/block_h1.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_h1.png
ckeditor/ckeditor/plugins/showblocks/images/block_h4.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_h4.png
ckeditor/ckeditor/plugins/showblocks/images/block_h3.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_h3.png
ckeditor/ckeditor/plugins/showblocks/images/block_address.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_address.png
ckeditor/ckeditor/plugins/showblocks/images/block_h5.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_h5.png
ckeditor/ckeditor/plugins/showblocks/images/block_pre.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_pre.png
ckeditor/ckeditor/plugins/showblocks/images/block_h2.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_h2.png
ckeditor/ckeditor/plugins/showblocks/images/block_blockquote.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_blockquote.png
ckeditor/ckeditor/plugins/widget/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/plugin.js
ckeditor/ckeditor/plugins/widget/images/handle.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/images/handle.png
ckeditor/ckeditor/plugins/widget/lang/bg.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/bg.js
ckeditor/ckeditor/plugins/widget/lang/it.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/it.js
ckeditor/ckeditor/plugins/widget/lang/af.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/af.js
ckeditor/ckeditor/plugins/widget/lang/ja.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/ja.js
ckeditor/ckeditor/plugins/widget/lang/fi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/fi.js
ckeditor/ckeditor/plugins/widget/lang/vi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/vi.js
ckeditor/ckeditor/plugins/widget/lang/ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/ca.js
ckeditor/ckeditor/plugins/widget/lang/ar.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/ar.js
ckeditor/ckeditor/plugins/widget/lang/ru.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/ru.js
ckeditor/ckeditor/plugins/widget/lang/uk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/uk.js
ckeditor/ckeditor/plugins/widget/lang/lv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/lv.js
ckeditor/ckeditor/plugins/widget/lang/sv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/sv.js
ckeditor/ckeditor/plugins/widget/lang/en.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/en.js
ckeditor/ckeditor/plugins/widget/lang/fa.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/fa.js
ckeditor/ckeditor/plugins/widget/lang/hr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/hr.js
ckeditor/ckeditor/plugins/widget/lang/nl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/nl.js
ckeditor/ckeditor/plugins/widget/lang/fr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/fr.js
ckeditor/ckeditor/plugins/widget/lang/hu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/hu.js
ckeditor/ckeditor/plugins/widget/lang/nb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/nb.js
ckeditor/ckeditor/plugins/widget/lang/zh-cn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/zh-cn.js
ckeditor/ckeditor/plugins/widget/lang/sl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/sl.js
ckeditor/ckeditor/plugins/widget/lang/tt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/tt.js
ckeditor/ckeditor/plugins/widget/lang/pt-br.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/pt-br.js
ckeditor/ckeditor/plugins/widget/lang/cs.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/cs.js
ckeditor/ckeditor/plugins/widget/lang/km.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/km.js
ckeditor/ckeditor/plugins/widget/lang/he.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/he.js
ckeditor/ckeditor/plugins/widget/lang/eo.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/eo.js
ckeditor/ckeditor/plugins/widget/lang/da.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/da.js
ckeditor/ckeditor/plugins/widget/lang/no.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/no.js
ckeditor/ckeditor/plugins/widget/lang/pt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/pt.js
ckeditor/ckeditor/plugins/widget/lang/en-gb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/en-gb.js
ckeditor/ckeditor/plugins/widget/lang/sq.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/sq.js
ckeditor/ckeditor/plugins/widget/lang/de.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/de.js
ckeditor/ckeditor/plugins/widget/lang/sk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/sk.js
ckeditor/ckeditor/plugins/widget/lang/cy.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/cy.js
ckeditor/ckeditor/plugins/widget/lang/tr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/tr.js
ckeditor/ckeditor/plugins/widget/lang/pl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/pl.js
ckeditor/ckeditor/plugins/widget/lang/es.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/es.js
ckeditor/ckeditor/plugins/widget/lang/zh.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/zh.js
ckeditor/ckeditor/plugins/widget/lang/el.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/el.js
ckeditor/ckeditor/plugins/widget/lang/ku.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/ku.js
ckeditor/ckeditor/plugins/widget/lang/gl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/gl.js
ckeditor/ckeditor/plugins/widget/lang/ko.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/ko.js
ckeditor/ckeditor/plugins/templates/dialogs/templates.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/templates/dialogs/templates.js
ckeditor/ckeditor/plugins/templates/dialogs/templates.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/templates/dialogs/templates.css
ckeditor/ckeditor/plugins/templates/templates/default.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/templates/templates/default.js
ckeditor/ckeditor/plugins/templates/templates/images/template3.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/templates/templates/images/template3.gif
ckeditor/ckeditor/plugins/templates/templates/images/template2.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/templates/templates/images/template2.gif
ckeditor/ckeditor/plugins/templates/templates/images/template1.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/templates/templates/images/template1.gif
ckeditor/ckeditor/plugins/pastefromgdocs/filter/default.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/pastefromgdocs/filter/default.js
ckeditor/ckeditor/plugins/embedsemantic/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedsemantic/plugin.js
ckeditor/ckeditor/plugins/embedsemantic/icons/embedsemantic.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedsemantic/icons/embedsemantic.png
ckeditor/ckeditor/plugins/embedsemantic/icons/hidpi/embedsemantic.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedsemantic/icons/hidpi/embedsemantic.png
ckeditor/ckeditor/plugins/preview/preview.html /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/preview/preview.html
ckeditor/ckeditor/plugins/preview/images/pagebreak.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/preview/images/pagebreak.gif
ckeditor/ckeditor/plugins/preview/styles/screen.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/preview/styles/screen.css
ckeditor/ckeditor/plugins/sourcedialog/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/plugin.js
ckeditor/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js
ckeditor/ckeditor/plugins/sourcedialog/lang/is.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/is.js
ckeditor/ckeditor/plugins/sourcedialog/lang/bg.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/bg.js
ckeditor/ckeditor/plugins/sourcedialog/lang/id.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/id.js
ckeditor/ckeditor/plugins/sourcedialog/lang/it.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/it.js
ckeditor/ckeditor/plugins/sourcedialog/lang/af.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/af.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ja.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ja.js
ckeditor/ckeditor/plugins/sourcedialog/lang/si.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/si.js
ckeditor/ckeditor/plugins/sourcedialog/lang/fi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/fi.js
ckeditor/ckeditor/plugins/sourcedialog/lang/vi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/vi.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ca.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ar.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ar.js
ckeditor/ckeditor/plugins/sourcedialog/lang/mn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/mn.js
ckeditor/ckeditor/plugins/sourcedialog/lang/eu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/eu.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ru.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ru.js
ckeditor/ckeditor/plugins/sourcedialog/lang/bs.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/bs.js
ckeditor/ckeditor/plugins/sourcedialog/lang/uk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/uk.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ka.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ka.js
ckeditor/ckeditor/plugins/sourcedialog/lang/lv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/lv.js
ckeditor/ckeditor/plugins/sourcedialog/lang/sv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/sv.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ms.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ms.js
ckeditor/ckeditor/plugins/sourcedialog/lang/en.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/en.js
ckeditor/ckeditor/plugins/sourcedialog/lang/fa.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/fa.js
ckeditor/ckeditor/plugins/sourcedialog/lang/lt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/lt.js
ckeditor/ckeditor/plugins/sourcedialog/lang/hr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/hr.js
ckeditor/ckeditor/plugins/sourcedialog/lang/nl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/nl.js
ckeditor/ckeditor/plugins/sourcedialog/lang/hi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/hi.js
ckeditor/ckeditor/plugins/sourcedialog/lang/fr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/fr.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ug.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ug.js
ckeditor/ckeditor/plugins/sourcedialog/lang/hu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/hu.js
ckeditor/ckeditor/plugins/sourcedialog/lang/fr-ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/fr-ca.js
ckeditor/ckeditor/plugins/sourcedialog/lang/nb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/nb.js
ckeditor/ckeditor/plugins/sourcedialog/lang/zh-cn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/zh-cn.js
ckeditor/ckeditor/plugins/sourcedialog/lang/sl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/sl.js
ckeditor/ckeditor/plugins/sourcedialog/lang/tt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/tt.js
ckeditor/ckeditor/plugins/sourcedialog/lang/pt-br.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/pt-br.js
ckeditor/ckeditor/plugins/sourcedialog/lang/cs.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/cs.js
ckeditor/ckeditor/plugins/sourcedialog/lang/km.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/km.js
ckeditor/ckeditor/plugins/sourcedialog/lang/he.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/he.js
ckeditor/ckeditor/plugins/sourcedialog/lang/eo.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/eo.js
ckeditor/ckeditor/plugins/sourcedialog/lang/sr-latn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/sr-latn.js
ckeditor/ckeditor/plugins/sourcedialog/lang/da.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/da.js
ckeditor/ckeditor/plugins/sourcedialog/lang/fo.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/fo.js
ckeditor/ckeditor/plugins/sourcedialog/lang/no.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/no.js
ckeditor/ckeditor/plugins/sourcedialog/lang/pt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/pt.js
ckeditor/ckeditor/plugins/sourcedialog/lang/en-gb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/en-gb.js
ckeditor/ckeditor/plugins/sourcedialog/lang/sq.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/sq.js
ckeditor/ckeditor/plugins/sourcedialog/lang/de.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/de.js
ckeditor/ckeditor/plugins/sourcedialog/lang/en-ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/en-ca.js
ckeditor/ckeditor/plugins/sourcedialog/lang/sk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/sk.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ro.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ro.js
ckeditor/ckeditor/plugins/sourcedialog/lang/th.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/th.js
ckeditor/ckeditor/plugins/sourcedialog/lang/cy.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/cy.js
ckeditor/ckeditor/plugins/sourcedialog/lang/tr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/tr.js
ckeditor/ckeditor/plugins/sourcedialog/lang/pl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/pl.js
ckeditor/ckeditor/plugins/sourcedialog/lang/et.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/et.js
ckeditor/ckeditor/plugins/sourcedialog/lang/es.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/es.js
ckeditor/ckeditor/plugins/sourcedialog/lang/zh.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/zh.js
ckeditor/ckeditor/plugins/sourcedialog/lang/el.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/el.js
ckeditor/ckeditor/plugins/sourcedialog/lang/sr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/sr.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ku.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ku.js
ckeditor/ckeditor/plugins/sourcedialog/lang/gl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/gl.js
ckeditor/ckeditor/plugins/sourcedialog/lang/bn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/bn.js
ckeditor/ckeditor/plugins/sourcedialog/lang/en-au.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/en-au.js
ckeditor/ckeditor/plugins/sourcedialog/lang/gu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/gu.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ko.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ko.js
ckeditor/ckeditor/plugins/sourcedialog/icons/sourcedialog-rtl.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/icons/sourcedialog-rtl.png
ckeditor/ckeditor/plugins/sourcedialog/icons/sourcedialog.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/icons/sourcedialog.png
ckeditor/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog-rtl.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog-rtl.png
ckeditor/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog.png
ckeditor/ckeditor/plugins/autoembed/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/plugin.js
ckeditor/ckeditor/plugins/autoembed/lang/it.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/it.js
ckeditor/ckeditor/plugins/autoembed/lang/en.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/en.js
ckeditor/ckeditor/plugins/autoembed/lang/nb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/nb.js
ckeditor/ckeditor/plugins/autoembed/lang/pt-br.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/pt-br.js
ckeditor/ckeditor/plugins/autoembed/lang/cs.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/cs.js
ckeditor/ckeditor/plugins/autoembed/lang/de.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/de.js
ckeditor/ckeditor/plugins/autoembed/lang/tr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/tr.js
ckeditor/ckeditor/plugins/autoembed/lang/pl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/pl.js
ckeditor/ckeditor/plugins/autoembed/lang/zh.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/zh.js
ckeditor/ckeditor/plugins/autoembed/lang/ku.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/ku.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/id.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/id.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/it.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/it.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/af.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/af.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/si.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/si.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/km.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/km.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/he.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/he.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/da.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/da.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/no.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/no.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/de.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/de.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/th.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/th.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/az.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/az.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/et.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/et.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/es.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/es.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/el.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/el.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js
ckeditor/ckeditor/plugins/forms/dialogs/hiddenfield.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/dialogs/hiddenfield.js
ckeditor/ckeditor/plugins/forms/dialogs/textfield.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/dialogs/textfield.js
ckeditor/ckeditor/plugins/forms/dialogs/button.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/dialogs/button.js
ckeditor/ckeditor/plugins/forms/dialogs/form.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/dialogs/form.js
ckeditor/ckeditor/plugins/forms/dialogs/radio.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/dialogs/radio.js
ckeditor/ckeditor/plugins/forms/dialogs/checkbox.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/dialogs/checkbox.js
ckeditor/ckeditor/plugins/forms/dialogs/select.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/dialogs/select.js
ckeditor/ckeditor/plugins/forms/dialogs/textarea.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/dialogs/textarea.js
ckeditor/ckeditor/plugins/forms/images/hiddenfield.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/images/hiddenfield.gif
ckeditor/ckeditor/plugins/divarea/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/divarea/plugin.js
ckeditor/ckeditor/plugins/magicline/images/icon-rtl.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/magicline/images/icon-rtl.png
ckeditor/ckeditor/plugins/magicline/images/icon.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/magicline/images/icon.png
ckeditor/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png
ckeditor/ckeditor/plugins/magicline/images/hidpi/icon.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/magicline/images/hidpi/icon.png
ckeditor/ckeditor/plugins/adobeair/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/adobeair/plugin.js
ckeditor/ckeditor/plugins/liststyle/dialogs/liststyle.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/liststyle/dialogs/liststyle.js
ckeditor/ckeditor/plugins/menubutton/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/menubutton/plugin.js
ckeditor/ckeditor/plugins/language/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/plugin.js
ckeditor/ckeditor/plugins/language/lang/bg.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/bg.js
ckeditor/ckeditor/plugins/language/lang/it.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/it.js
ckeditor/ckeditor/plugins/language/lang/ja.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/ja.js
ckeditor/ckeditor/plugins/language/lang/fi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/fi.js
ckeditor/ckeditor/plugins/language/lang/vi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/vi.js
ckeditor/ckeditor/plugins/language/lang/ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/ca.js
ckeditor/ckeditor/plugins/language/lang/ar.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/ar.js
ckeditor/ckeditor/plugins/language/lang/ru.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/ru.js
ckeditor/ckeditor/plugins/language/lang/uk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/uk.js
ckeditor/ckeditor/plugins/language/lang/sv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/sv.js
ckeditor/ckeditor/plugins/language/lang/en.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/en.js
ckeditor/ckeditor/plugins/language/lang/fa.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/fa.js
ckeditor/ckeditor/plugins/language/lang/hr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/hr.js
ckeditor/ckeditor/plugins/language/lang/nl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/nl.js
ckeditor/ckeditor/plugins/language/lang/fr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/fr.js
ckeditor/ckeditor/plugins/language/lang/hu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/hu.js
ckeditor/ckeditor/plugins/language/lang/nb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/nb.js
ckeditor/ckeditor/plugins/language/lang/zh-cn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/zh-cn.js
ckeditor/ckeditor/plugins/language/lang/sl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/sl.js
ckeditor/ckeditor/plugins/language/lang/tt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/tt.js
ckeditor/ckeditor/plugins/language/lang/pt-br.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/pt-br.js
ckeditor/ckeditor/plugins/language/lang/cs.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/cs.js
ckeditor/ckeditor/plugins/language/lang/km.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/km.js
ckeditor/ckeditor/plugins/language/lang/he.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/he.js
ckeditor/ckeditor/plugins/language/lang/eo.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/eo.js
ckeditor/ckeditor/plugins/language/lang/da.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/da.js
ckeditor/ckeditor/plugins/language/lang/fo.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/fo.js
ckeditor/ckeditor/plugins/language/lang/no.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/no.js
ckeditor/ckeditor/plugins/language/lang/pt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/pt.js
ckeditor/ckeditor/plugins/language/lang/en-gb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/en-gb.js
ckeditor/ckeditor/plugins/language/lang/sq.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/sq.js
ckeditor/ckeditor/plugins/language/lang/de.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/de.js
ckeditor/ckeditor/plugins/language/lang/sk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/sk.js
ckeditor/ckeditor/plugins/language/lang/cy.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/cy.js
ckeditor/ckeditor/plugins/language/lang/tr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/tr.js
ckeditor/ckeditor/plugins/language/lang/pl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/pl.js
ckeditor/ckeditor/plugins/language/lang/es.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/es.js
ckeditor/ckeditor/plugins/language/lang/zh.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/zh.js
ckeditor/ckeditor/plugins/language/lang/el.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/el.js
ckeditor/ckeditor/plugins/language/lang/ku.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/ku.js
ckeditor/ckeditor/plugins/language/lang/gl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/gl.js
ckeditor/ckeditor/plugins/language/lang/ko.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/ko.js
ckeditor/ckeditor/plugins/language/icons/language.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/icons/language.png
ckeditor/ckeditor/plugins/language/icons/hidpi/language.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/icons/hidpi/language.png
ckeditor/ckeditor/plugins/uicolor/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/plugin.js
ckeditor/ckeditor/plugins/uicolor/dialogs/uicolor.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/dialogs/uicolor.js
ckeditor/ckeditor/plugins/uicolor/lang/bg.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/bg.js
ckeditor/ckeditor/plugins/uicolor/lang/id.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/id.js
ckeditor/ckeditor/plugins/uicolor/lang/it.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/it.js
ckeditor/ckeditor/plugins/uicolor/lang/af.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/af.js
ckeditor/ckeditor/plugins/uicolor/lang/ja.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/ja.js
ckeditor/ckeditor/plugins/uicolor/lang/si.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/si.js
ckeditor/ckeditor/plugins/uicolor/lang/fi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/fi.js
ckeditor/ckeditor/plugins/uicolor/lang/vi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/vi.js
ckeditor/ckeditor/plugins/uicolor/lang/ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/ca.js
ckeditor/ckeditor/plugins/uicolor/lang/ar.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/ar.js
ckeditor/ckeditor/plugins/uicolor/lang/eu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/eu.js
ckeditor/ckeditor/plugins/uicolor/lang/ru.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/ru.js
ckeditor/ckeditor/plugins/uicolor/lang/uk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/uk.js
ckeditor/ckeditor/plugins/uicolor/lang/lv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/lv.js
ckeditor/ckeditor/plugins/uicolor/lang/sv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/sv.js
ckeditor/ckeditor/plugins/uicolor/lang/en.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/en.js
ckeditor/ckeditor/plugins/uicolor/lang/fa.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/fa.js
ckeditor/ckeditor/plugins/uicolor/lang/hr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/hr.js
ckeditor/ckeditor/plugins/uicolor/lang/nl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/nl.js
ckeditor/ckeditor/plugins/uicolor/lang/fr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/fr.js
ckeditor/ckeditor/plugins/uicolor/lang/ug.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/ug.js
ckeditor/ckeditor/plugins/uicolor/lang/hu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/hu.js
ckeditor/ckeditor/plugins/uicolor/lang/mk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/mk.js
ckeditor/ckeditor/plugins/uicolor/lang/fr-ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/fr-ca.js
ckeditor/ckeditor/plugins/uicolor/lang/nb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/nb.js
ckeditor/ckeditor/plugins/uicolor/lang/zh-cn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/zh-cn.js
ckeditor/ckeditor/plugins/uicolor/lang/sl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/sl.js
ckeditor/ckeditor/plugins/uicolor/lang/tt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/tt.js
ckeditor/ckeditor/plugins/uicolor/lang/_translationstatus.txt /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/_translationstatus.txt
ckeditor/ckeditor/plugins/uicolor/lang/pt-br.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/pt-br.js
ckeditor/ckeditor/plugins/uicolor/lang/cs.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/cs.js
ckeditor/ckeditor/plugins/uicolor/lang/km.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/km.js
ckeditor/ckeditor/plugins/uicolor/lang/he.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/he.js
ckeditor/ckeditor/plugins/uicolor/lang/eo.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/eo.js
ckeditor/ckeditor/plugins/uicolor/lang/da.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/da.js
ckeditor/ckeditor/plugins/uicolor/lang/no.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/no.js
ckeditor/ckeditor/plugins/uicolor/lang/pt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/pt.js
ckeditor/ckeditor/plugins/uicolor/lang/en-gb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/en-gb.js
ckeditor/ckeditor/plugins/uicolor/lang/sq.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/sq.js
ckeditor/ckeditor/plugins/uicolor/lang/de.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/de.js
ckeditor/ckeditor/plugins/uicolor/lang/sk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/sk.js
ckeditor/ckeditor/plugins/uicolor/lang/cy.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/cy.js
ckeditor/ckeditor/plugins/uicolor/lang/tr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/tr.js
ckeditor/ckeditor/plugins/uicolor/lang/pl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/pl.js
ckeditor/ckeditor/plugins/uicolor/lang/et.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/et.js
ckeditor/ckeditor/plugins/uicolor/lang/es.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/es.js
ckeditor/ckeditor/plugins/uicolor/lang/zh.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/zh.js
ckeditor/ckeditor/plugins/uicolor/lang/el.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/el.js
ckeditor/ckeditor/plugins/uicolor/lang/ku.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/ku.js
ckeditor/ckeditor/plugins/uicolor/lang/gl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/gl.js
ckeditor/ckeditor/plugins/uicolor/lang/ko.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/ko.js
ckeditor/ckeditor/plugins/uicolor/yui/yui.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/yui/yui.js
ckeditor/ckeditor/plugins/uicolor/yui/assets/yui.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/yui/assets/yui.css
ckeditor/ckeditor/plugins/uicolor/yui/assets/hue_bg.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/yui/assets/hue_bg.png
ckeditor/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png
ckeditor/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png
ckeditor/ckeditor/plugins/uicolor/yui/assets/picker_mask.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/yui/assets/picker_mask.png
ckeditor/ckeditor/plugins/uicolor/icons/uicolor.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/icons/uicolor.png
ckeditor/ckeditor/plugins/uicolor/icons/hidpi/uicolor.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/icons/hidpi/uicolor.png
ckeditor/ckeditor/plugins/embed/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embed/plugin.js
ckeditor/ckeditor/plugins/embed/icons/embed.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embed/icons/embed.png
ckeditor/ckeditor/plugins/embed/icons/hidpi/embed.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embed/icons/hidpi/embed.png
ckeditor/ckeditor/plugins/copyformatting/cursors/cursor.svg /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/copyformatting/cursors/cursor.svg
ckeditor/ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg
ckeditor/ckeditor/plugins/copyformatting/styles/copyformatting.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/copyformatting/styles/copyformatting.css
ckeditor/ckeditor/plugins/tabletools/dialogs/tableCell.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/tabletools/dialogs/tableCell.js
ckeditor/ckeditor/plugins/ajax/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/ajax/plugin.js
ckeditor/ckeditor/plugins/uploadwidget/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/plugin.js
ckeditor/ckeditor/plugins/uploadwidget/lang/it.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/it.js
ckeditor/ckeditor/plugins/uploadwidget/lang/ru.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/ru.js
ckeditor/ckeditor/plugins/uploadwidget/lang/sv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/sv.js
ckeditor/ckeditor/plugins/uploadwidget/lang/en.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/en.js
ckeditor/ckeditor/plugins/uploadwidget/lang/nl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/nl.js
ckeditor/ckeditor/plugins/uploadwidget/lang/fr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/fr.js
ckeditor/ckeditor/plugins/uploadwidget/lang/hu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/hu.js
ckeditor/ckeditor/plugins/uploadwidget/lang/nb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/nb.js
ckeditor/ckeditor/plugins/uploadwidget/lang/zh-cn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/zh-cn.js
ckeditor/ckeditor/plugins/uploadwidget/lang/pt-br.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/pt-br.js
ckeditor/ckeditor/plugins/uploadwidget/lang/cs.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/cs.js
ckeditor/ckeditor/plugins/uploadwidget/lang/eo.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/eo.js
ckeditor/ckeditor/plugins/uploadwidget/lang/da.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/da.js
ckeditor/ckeditor/plugins/uploadwidget/lang/de.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/de.js
ckeditor/ckeditor/plugins/uploadwidget/lang/tr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/tr.js
ckeditor/ckeditor/plugins/uploadwidget/lang/pl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/pl.js
ckeditor/ckeditor/plugins/uploadwidget/lang/zh.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/zh.js
ckeditor/ckeditor/plugins/uploadwidget/lang/ku.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/ku.js
ckeditor/ckeditor/plugins/uploadwidget/lang/gl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/gl.js
ckeditor/ckeditor/plugins/uploadwidget/lang/ko.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/ko.js
ckeditor/ckeditor/plugins/flash/dialogs/flash.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/flash/dialogs/flash.js
ckeditor/ckeditor/plugins/flash/images/placeholder.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/flash/images/placeholder.png
ckeditor/ckeditor/plugins/codesnippet/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/plugin.js
ckeditor/ckeditor/plugins/codesnippet/dialogs/codesnippet.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/dialogs/codesnippet.js
ckeditor/ckeditor/plugins/codesnippet/lang/bg.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/bg.js
ckeditor/ckeditor/plugins/codesnippet/lang/it.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/it.js
ckeditor/ckeditor/plugins/codesnippet/lang/ja.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/ja.js
ckeditor/ckeditor/plugins/codesnippet/lang/fi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/fi.js
ckeditor/ckeditor/plugins/codesnippet/lang/vi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/vi.js
ckeditor/ckeditor/plugins/codesnippet/lang/ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/ca.js
ckeditor/ckeditor/plugins/codesnippet/lang/ar.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/ar.js
ckeditor/ckeditor/plugins/codesnippet/lang/ru.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/ru.js
ckeditor/ckeditor/plugins/codesnippet/lang/uk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/uk.js
ckeditor/ckeditor/plugins/codesnippet/lang/lv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/lv.js
ckeditor/ckeditor/plugins/codesnippet/lang/sv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/sv.js
ckeditor/ckeditor/plugins/codesnippet/lang/en.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/en.js
ckeditor/ckeditor/plugins/codesnippet/lang/fa.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/fa.js
ckeditor/ckeditor/plugins/codesnippet/lang/lt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/lt.js
ckeditor/ckeditor/plugins/codesnippet/lang/hr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/hr.js
ckeditor/ckeditor/plugins/codesnippet/lang/nl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/nl.js
ckeditor/ckeditor/plugins/codesnippet/lang/fr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/fr.js
ckeditor/ckeditor/plugins/codesnippet/lang/ug.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/ug.js
ckeditor/ckeditor/plugins/codesnippet/lang/hu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/hu.js
ckeditor/ckeditor/plugins/codesnippet/lang/fr-ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/fr-ca.js
ckeditor/ckeditor/plugins/codesnippet/lang/nb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/nb.js
ckeditor/ckeditor/plugins/codesnippet/lang/zh-cn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/zh-cn.js
ckeditor/ckeditor/plugins/codesnippet/lang/sl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/sl.js
ckeditor/ckeditor/plugins/codesnippet/lang/tt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/tt.js
ckeditor/ckeditor/plugins/codesnippet/lang/pt-br.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/pt-br.js
ckeditor/ckeditor/plugins/codesnippet/lang/cs.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/cs.js
ckeditor/ckeditor/plugins/codesnippet/lang/km.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/km.js
ckeditor/ckeditor/plugins/codesnippet/lang/he.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/he.js
ckeditor/ckeditor/plugins/codesnippet/lang/eo.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/eo.js
ckeditor/ckeditor/plugins/codesnippet/lang/da.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/da.js
ckeditor/ckeditor/plugins/codesnippet/lang/no.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/no.js
ckeditor/ckeditor/plugins/codesnippet/lang/pt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/pt.js
ckeditor/ckeditor/plugins/codesnippet/lang/en-gb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/en-gb.js
ckeditor/ckeditor/plugins/codesnippet/lang/sq.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/sq.js
ckeditor/ckeditor/plugins/codesnippet/lang/de.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/de.js
ckeditor/ckeditor/plugins/codesnippet/lang/sk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/sk.js
ckeditor/ckeditor/plugins/codesnippet/lang/ro.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/ro.js
ckeditor/ckeditor/plugins/codesnippet/lang/th.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/th.js
ckeditor/ckeditor/plugins/codesnippet/lang/tr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/tr.js
ckeditor/ckeditor/plugins/codesnippet/lang/pl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/pl.js
ckeditor/ckeditor/plugins/codesnippet/lang/et.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/et.js
ckeditor/ckeditor/plugins/codesnippet/lang/es.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/es.js
ckeditor/ckeditor/plugins/codesnippet/lang/zh.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/zh.js
ckeditor/ckeditor/plugins/codesnippet/lang/el.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/el.js
ckeditor/ckeditor/plugins/codesnippet/lang/ku.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/ku.js
ckeditor/ckeditor/plugins/codesnippet/lang/gl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/gl.js
ckeditor/ckeditor/plugins/codesnippet/lang/ko.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/ko.js
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/CHANGES.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/CHANGES.md
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/README.ru.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/README.ru.md
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/LICENSE /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/LICENSE
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_paper.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_paper.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/dark.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/dark.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/foundation.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/foundation.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/idea.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/idea.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.light.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.light.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/googlecode.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/googlecode.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/zenburn.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/zenburn.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/github.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/github.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_papersq.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_papersq.png
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_light.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_light.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/magula.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/magula.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/mono-blue.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/mono-blue.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/vs.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/vs.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/railscasts.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/railscasts.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/obsidian.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/obsidian.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/rainbow.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/rainbow.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/ascetic.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/ascetic.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/docco.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/docco.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/far.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/far.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/default.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/default.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.png
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/ir_black.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/ir_black.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/arta.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/arta.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/sunburst.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/sunburst.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_dark.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_dark.css
ckeditor/ckeditor/plugins/codesnippet/icons/codesnippet.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/icons/codesnippet.png
ckeditor/ckeditor/plugins/codesnippet/icons/hidpi/codesnippet.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/icons/hidpi/codesnippet.png
ckeditor/ckeditor/plugins/iframe/dialogs/iframe.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/iframe/dialogs/iframe.js
ckeditor/ckeditor/plugins/iframe/images/placeholder.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/iframe/images/placeholder.png
ckeditor/ckeditor/plugins/image/dialogs/image.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image/dialogs/image.js
ckeditor/ckeditor/plugins/image/images/noimage.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image/images/noimage.png
ckeditor/ckeditor/plugins/link/dialogs/anchor.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/link/dialogs/anchor.js
ckeditor/ckeditor/plugins/link/dialogs/link.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/link/dialogs/link.js
ckeditor/ckeditor/plugins/link/images/anchor.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/link/images/anchor.png
ckeditor/ckeditor/plugins/link/images/hidpi/anchor.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/link/images/hidpi/anchor.png
ckeditor/ckeditor/plugins/exportpdf/LICENSE.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/LICENSE.md
ckeditor/ckeditor/plugins/exportpdf/CHANGELOG.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/CHANGELOG.md
ckeditor/ckeditor/plugins/exportpdf/README.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/README.md
ckeditor/ckeditor/plugins/exportpdf/plugindefinition.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/plugindefinition.js
ckeditor/ckeditor/plugins/exportpdf/tests/exportpdf.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/exportpdf.js
ckeditor/ckeditor/plugins/exportpdf/tests/authentication.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/authentication.js
ckeditor/ckeditor/plugins/exportpdf/tests/notification.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/notification.js
ckeditor/ckeditor/plugins/exportpdf/tests/statistics.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/statistics.js
ckeditor/ckeditor/plugins/exportpdf/tests/resourcespaths.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/resourcespaths.js
ckeditor/ckeditor/plugins/exportpdf/tests/stylesheets.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/stylesheets.js
ckeditor/ckeditor/plugins/exportpdf/tests/manual/integration.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/integration.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/paperformat.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/paperformat.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/paperformat.html /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/paperformat.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/configfilename.html /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/configfilename.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/wrongendpoint.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/wrongendpoint.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/notificationsasync.html /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/notificationsasync.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/emptyeditor.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/emptyeditor.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokenwithouturl.html /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokenwithouturl.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokenfetching.html /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokenfetching.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokentwoeditorswrong.html /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokentwoeditorswrong.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/notifications.html /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/notifications.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokenwithouturl.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokenwithouturl.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/configfilename.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/configfilename.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/notifications.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/notifications.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokenfetching.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokenfetching.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokentwoeditorswrong.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokentwoeditorswrong.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/stylesheets.html /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/stylesheets.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/wrongendpoint.html /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/wrongendpoint.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokentwoeditorscorrect.html /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokentwoeditorscorrect.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/emptyeditor.html /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/emptyeditor.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/readonly.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/readonly.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/notificationsasync.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/notificationsasync.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/integration.html /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/integration.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/readonly.html /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/readonly.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokentwoeditorscorrect.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokentwoeditorscorrect.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/stylesheets.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/stylesheets.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/integrations/easyimage.html /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/integrations/easyimage.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/integrations/easyimage.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/integrations/easyimage.md
ckeditor/ckeditor/plugins/exportpdf/tests/_helpers/tools.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/_helpers/tools.js
ckeditor/ckeditor/plugins/filetools/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/plugin.js
ckeditor/ckeditor/plugins/filetools/lang/it.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/it.js
ckeditor/ckeditor/plugins/filetools/lang/ru.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/ru.js
ckeditor/ckeditor/plugins/filetools/lang/sv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/sv.js
ckeditor/ckeditor/plugins/filetools/lang/en.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/en.js
ckeditor/ckeditor/plugins/filetools/lang/nl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/nl.js
ckeditor/ckeditor/plugins/filetools/lang/fr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/fr.js
ckeditor/ckeditor/plugins/filetools/lang/nb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/nb.js
ckeditor/ckeditor/plugins/filetools/lang/zh-cn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/zh-cn.js
ckeditor/ckeditor/plugins/filetools/lang/pt-br.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/pt-br.js
ckeditor/ckeditor/plugins/filetools/lang/cs.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/cs.js
ckeditor/ckeditor/plugins/filetools/lang/eo.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/eo.js
ckeditor/ckeditor/plugins/filetools/lang/da.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/da.js
ckeditor/ckeditor/plugins/filetools/lang/de.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/de.js
ckeditor/ckeditor/plugins/filetools/lang/tr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/tr.js
ckeditor/ckeditor/plugins/filetools/lang/pl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/pl.js
ckeditor/ckeditor/plugins/filetools/lang/zh.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/zh.js
ckeditor/ckeditor/plugins/filetools/lang/ku.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/ku.js
ckeditor/ckeditor/plugins/filetools/lang/gl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/gl.js
ckeditor/ckeditor/plugins/filetools/lang/ko.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/ko.js
ckeditor/ckeditor/plugins/pastefromlibreoffice/filter/default.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/pastefromlibreoffice/filter/default.js
ckeditor/ckeditor/plugins/xml/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/xml/plugin.js
ckeditor/ckeditor/plugins/uploadimage/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadimage/plugin.js
ckeditor/ckeditor/plugins/colordialog/dialogs/colordialog.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/colordialog/dialogs/colordialog.css
ckeditor/ckeditor/plugins/colordialog/dialogs/colordialog.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/colordialog/dialogs/colordialog.js
ckeditor/ckeditor/plugins/stylesheetparser/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/stylesheetparser/plugin.js
ckeditor/ckeditor/plugins/placeholder/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/plugin.js
ckeditor/ckeditor/plugins/placeholder/dialogs/placeholder.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/dialogs/placeholder.js
ckeditor/ckeditor/plugins/placeholder/lang/bg.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/bg.js
ckeditor/ckeditor/plugins/placeholder/lang/id.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/id.js
ckeditor/ckeditor/plugins/placeholder/lang/it.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/it.js
ckeditor/ckeditor/plugins/placeholder/lang/af.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/af.js
ckeditor/ckeditor/plugins/placeholder/lang/ja.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/ja.js
ckeditor/ckeditor/plugins/placeholder/lang/si.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/si.js
ckeditor/ckeditor/plugins/placeholder/lang/fi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/fi.js
ckeditor/ckeditor/plugins/placeholder/lang/vi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/vi.js
ckeditor/ckeditor/plugins/placeholder/lang/ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/ca.js
ckeditor/ckeditor/plugins/placeholder/lang/ar.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/ar.js
ckeditor/ckeditor/plugins/placeholder/lang/eu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/eu.js
ckeditor/ckeditor/plugins/placeholder/lang/ru.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/ru.js
ckeditor/ckeditor/plugins/placeholder/lang/uk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/uk.js
ckeditor/ckeditor/plugins/placeholder/lang/lv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/lv.js
ckeditor/ckeditor/plugins/placeholder/lang/sv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/sv.js
ckeditor/ckeditor/plugins/placeholder/lang/en.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/en.js
ckeditor/ckeditor/plugins/placeholder/lang/fa.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/fa.js
ckeditor/ckeditor/plugins/placeholder/lang/hr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/hr.js
ckeditor/ckeditor/plugins/placeholder/lang/nl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/nl.js
ckeditor/ckeditor/plugins/placeholder/lang/fr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/fr.js
ckeditor/ckeditor/plugins/placeholder/lang/ug.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/ug.js
ckeditor/ckeditor/plugins/placeholder/lang/hu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/hu.js
ckeditor/ckeditor/plugins/placeholder/lang/fr-ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/fr-ca.js
ckeditor/ckeditor/plugins/placeholder/lang/nb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/nb.js
ckeditor/ckeditor/plugins/placeholder/lang/zh-cn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/zh-cn.js
ckeditor/ckeditor/plugins/placeholder/lang/sl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/sl.js
ckeditor/ckeditor/plugins/placeholder/lang/tt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/tt.js
ckeditor/ckeditor/plugins/placeholder/lang/pt-br.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/pt-br.js
ckeditor/ckeditor/plugins/placeholder/lang/cs.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/cs.js
ckeditor/ckeditor/plugins/placeholder/lang/km.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/km.js
ckeditor/ckeditor/plugins/placeholder/lang/he.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/he.js
ckeditor/ckeditor/plugins/placeholder/lang/eo.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/eo.js
ckeditor/ckeditor/plugins/placeholder/lang/da.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/da.js
ckeditor/ckeditor/plugins/placeholder/lang/no.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/no.js
ckeditor/ckeditor/plugins/placeholder/lang/pt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/pt.js
ckeditor/ckeditor/plugins/placeholder/lang/en-gb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/en-gb.js
ckeditor/ckeditor/plugins/placeholder/lang/sq.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/sq.js
ckeditor/ckeditor/plugins/placeholder/lang/de.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/de.js
ckeditor/ckeditor/plugins/placeholder/lang/sk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/sk.js
ckeditor/ckeditor/plugins/placeholder/lang/th.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/th.js
ckeditor/ckeditor/plugins/placeholder/lang/cy.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/cy.js
ckeditor/ckeditor/plugins/placeholder/lang/tr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/tr.js
ckeditor/ckeditor/plugins/placeholder/lang/pl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/pl.js
ckeditor/ckeditor/plugins/placeholder/lang/et.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/et.js
ckeditor/ckeditor/plugins/placeholder/lang/es.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/es.js
ckeditor/ckeditor/plugins/placeholder/lang/zh.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/zh.js
ckeditor/ckeditor/plugins/placeholder/lang/el.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/el.js
ckeditor/ckeditor/plugins/placeholder/lang/ku.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/ku.js
ckeditor/ckeditor/plugins/placeholder/lang/gl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/gl.js
ckeditor/ckeditor/plugins/placeholder/lang/ko.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/ko.js
ckeditor/ckeditor/plugins/placeholder/icons/placeholder.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/icons/placeholder.png
ckeditor/ckeditor/plugins/placeholder/icons/hidpi/placeholder.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/icons/hidpi/placeholder.png
ckeditor/ckeditor/plugins/iframedialog/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/iframedialog/plugin.js
ckeditor/ckeditor/plugins/dialog/dialogDefinition.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/dialog/dialogDefinition.js
ckeditor/ckeditor/plugins/dialog/styles/dialog.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/dialog/styles/dialog.css
ckeditor/ckeditor/plugins/specialchar/dialogs/specialchar.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/specialchar.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/bg.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/bg.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/id.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/id.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/it.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/it.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/af.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/af.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ja.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ja.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/si.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/si.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fi.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/oc.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/oc.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/vi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/vi.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ca.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ar.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ar.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/eu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/eu.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ru.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ru.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/uk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/uk.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/lv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/lv.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sv.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fa.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fa.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/lt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/lt.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/hr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/hr.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nl.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ug.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ug.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/hu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/hu.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nb.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sl.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/tt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/tt.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cs.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cs.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/km.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/km.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/he.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/he.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/eo.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/eo.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sr-latn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sr-latn.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/da.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/da.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/no.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/no.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sq.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sq.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/de.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/de.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sk.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ro.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ro.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/th.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/th.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cy.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cy.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/tr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/tr.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pl.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/az.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/az.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/et.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/et.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/es.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/es.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/el.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/el.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sr.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ku.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ku.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/gl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/gl.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-au.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-au.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ko.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ko.js
ckeditor/ckeditor/plugins/embedbase/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/plugin.js
ckeditor/ckeditor/plugins/embedbase/dialogs/embedbase.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/dialogs/embedbase.js
ckeditor/ckeditor/plugins/embedbase/lang/it.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/it.js
ckeditor/ckeditor/plugins/embedbase/lang/ru.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/ru.js
ckeditor/ckeditor/plugins/embedbase/lang/sv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/sv.js
ckeditor/ckeditor/plugins/embedbase/lang/en.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/en.js
ckeditor/ckeditor/plugins/embedbase/lang/nl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/nl.js
ckeditor/ckeditor/plugins/embedbase/lang/fr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/fr.js
ckeditor/ckeditor/plugins/embedbase/lang/nb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/nb.js
ckeditor/ckeditor/plugins/embedbase/lang/zh-cn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/zh-cn.js
ckeditor/ckeditor/plugins/embedbase/lang/pt-br.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/pt-br.js
ckeditor/ckeditor/plugins/embedbase/lang/cs.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/cs.js
ckeditor/ckeditor/plugins/embedbase/lang/eo.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/eo.js
ckeditor/ckeditor/plugins/embedbase/lang/da.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/da.js
ckeditor/ckeditor/plugins/embedbase/lang/de.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/de.js
ckeditor/ckeditor/plugins/embedbase/lang/tr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/tr.js
ckeditor/ckeditor/plugins/embedbase/lang/pl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/pl.js
ckeditor/ckeditor/plugins/embedbase/lang/zh.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/zh.js
ckeditor/ckeditor/plugins/embedbase/lang/ku.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/ku.js
ckeditor/ckeditor/plugins/embedbase/lang/gl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/gl.js
ckeditor/ckeditor/plugins/embedbase/lang/ko.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/ko.js
ckeditor/ckeditor/plugins/docprops/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/plugin.js
ckeditor/ckeditor/plugins/docprops/dialogs/docprops.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/dialogs/docprops.js
ckeditor/ckeditor/plugins/docprops/lang/is.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/is.js
ckeditor/ckeditor/plugins/docprops/lang/bg.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/bg.js
ckeditor/ckeditor/plugins/docprops/lang/id.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/id.js
ckeditor/ckeditor/plugins/docprops/lang/it.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/it.js
ckeditor/ckeditor/plugins/docprops/lang/af.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/af.js
ckeditor/ckeditor/plugins/docprops/lang/ja.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ja.js
ckeditor/ckeditor/plugins/docprops/lang/si.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/si.js
ckeditor/ckeditor/plugins/docprops/lang/fi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/fi.js
ckeditor/ckeditor/plugins/docprops/lang/vi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/vi.js
ckeditor/ckeditor/plugins/docprops/lang/ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ca.js
ckeditor/ckeditor/plugins/docprops/lang/ar.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ar.js
ckeditor/ckeditor/plugins/docprops/lang/mn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/mn.js
ckeditor/ckeditor/plugins/docprops/lang/eu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/eu.js
ckeditor/ckeditor/plugins/docprops/lang/ru.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ru.js
ckeditor/ckeditor/plugins/docprops/lang/bs.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/bs.js
ckeditor/ckeditor/plugins/docprops/lang/uk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/uk.js
ckeditor/ckeditor/plugins/docprops/lang/ka.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ka.js
ckeditor/ckeditor/plugins/docprops/lang/lv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/lv.js
ckeditor/ckeditor/plugins/docprops/lang/sv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/sv.js
ckeditor/ckeditor/plugins/docprops/lang/ms.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ms.js
ckeditor/ckeditor/plugins/docprops/lang/en.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/en.js
ckeditor/ckeditor/plugins/docprops/lang/fa.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/fa.js
ckeditor/ckeditor/plugins/docprops/lang/lt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/lt.js
ckeditor/ckeditor/plugins/docprops/lang/hr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/hr.js
ckeditor/ckeditor/plugins/docprops/lang/nl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/nl.js
ckeditor/ckeditor/plugins/docprops/lang/hi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/hi.js
ckeditor/ckeditor/plugins/docprops/lang/fr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/fr.js
ckeditor/ckeditor/plugins/docprops/lang/ug.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ug.js
ckeditor/ckeditor/plugins/docprops/lang/hu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/hu.js
ckeditor/ckeditor/plugins/docprops/lang/mk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/mk.js
ckeditor/ckeditor/plugins/docprops/lang/fr-ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/fr-ca.js
ckeditor/ckeditor/plugins/docprops/lang/nb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/nb.js
ckeditor/ckeditor/plugins/docprops/lang/zh-cn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/zh-cn.js
ckeditor/ckeditor/plugins/docprops/lang/sl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/sl.js
ckeditor/ckeditor/plugins/docprops/lang/tt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/tt.js
ckeditor/ckeditor/plugins/docprops/lang/pt-br.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/pt-br.js
ckeditor/ckeditor/plugins/docprops/lang/cs.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/cs.js
ckeditor/ckeditor/plugins/docprops/lang/km.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/km.js
ckeditor/ckeditor/plugins/docprops/lang/he.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/he.js
ckeditor/ckeditor/plugins/docprops/lang/eo.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/eo.js
ckeditor/ckeditor/plugins/docprops/lang/sr-latn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/sr-latn.js
ckeditor/ckeditor/plugins/docprops/lang/da.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/da.js
ckeditor/ckeditor/plugins/docprops/lang/fo.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/fo.js
ckeditor/ckeditor/plugins/docprops/lang/no.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/no.js
ckeditor/ckeditor/plugins/docprops/lang/pt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/pt.js
ckeditor/ckeditor/plugins/docprops/lang/en-gb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/en-gb.js
ckeditor/ckeditor/plugins/docprops/lang/sq.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/sq.js
ckeditor/ckeditor/plugins/docprops/lang/de.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/de.js
ckeditor/ckeditor/plugins/docprops/lang/en-ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/en-ca.js
ckeditor/ckeditor/plugins/docprops/lang/sk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/sk.js
ckeditor/ckeditor/plugins/docprops/lang/ro.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ro.js
ckeditor/ckeditor/plugins/docprops/lang/th.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/th.js
ckeditor/ckeditor/plugins/docprops/lang/cy.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/cy.js
ckeditor/ckeditor/plugins/docprops/lang/tr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/tr.js
ckeditor/ckeditor/plugins/docprops/lang/pl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/pl.js
ckeditor/ckeditor/plugins/docprops/lang/et.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/et.js
ckeditor/ckeditor/plugins/docprops/lang/es.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/es.js
ckeditor/ckeditor/plugins/docprops/lang/zh.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/zh.js
ckeditor/ckeditor/plugins/docprops/lang/el.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/el.js
ckeditor/ckeditor/plugins/docprops/lang/sr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/sr.js
ckeditor/ckeditor/plugins/docprops/lang/ku.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ku.js
ckeditor/ckeditor/plugins/docprops/lang/gl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/gl.js
ckeditor/ckeditor/plugins/docprops/lang/bn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/bn.js
ckeditor/ckeditor/plugins/docprops/lang/en-au.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/en-au.js
ckeditor/ckeditor/plugins/docprops/lang/gu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/gu.js
ckeditor/ckeditor/plugins/docprops/lang/ko.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ko.js
ckeditor/ckeditor/plugins/docprops/icons/docprops.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/icons/docprops.png
ckeditor/ckeditor/plugins/docprops/icons/docprops-rtl.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/icons/docprops-rtl.png
ckeditor/ckeditor/plugins/docprops/icons/hidpi/docprops.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/icons/hidpi/docprops.png
ckeditor/ckeditor/plugins/docprops/icons/hidpi/docprops-rtl.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/icons/hidpi/docprops-rtl.png
ckeditor/ckeditor/plugins/tableresize/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/tableresize/plugin.js
ckeditor/ckeditor/plugins/codesnippetgeshi/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippetgeshi/plugin.js
ckeditor/ckeditor/plugins/autolink/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autolink/plugin.js
ckeditor/ckeditor/plugins/bbcode/plugin.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/bbcode/plugin.js
ckeditor/ckeditor/plugins/scayt/LICENSE.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/LICENSE.md
ckeditor/ckeditor/plugins/scayt/CHANGELOG.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/CHANGELOG.md
ckeditor/ckeditor/plugins/scayt/README.md /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/README.md
ckeditor/ckeditor/plugins/scayt/dialogs/dialog.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/dialogs/dialog.css
ckeditor/ckeditor/plugins/scayt/dialogs/options.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/dialogs/options.js
ckeditor/ckeditor/plugins/scayt/dialogs/toolbar.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/dialogs/toolbar.css
ckeditor/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css
ckeditor/ckeditor/lang/is.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/is.js
ckeditor/ckeditor/lang/bg.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/bg.js
ckeditor/ckeditor/lang/id.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/id.js
ckeditor/ckeditor/lang/it.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/it.js
ckeditor/ckeditor/lang/af.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/af.js
ckeditor/ckeditor/lang/ja.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ja.js
ckeditor/ckeditor/lang/si.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/si.js
ckeditor/ckeditor/lang/fi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/fi.js
ckeditor/ckeditor/lang/de-ch.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/de-ch.js
ckeditor/ckeditor/lang/oc.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/oc.js
ckeditor/ckeditor/lang/vi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/vi.js
ckeditor/ckeditor/lang/ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ca.js
ckeditor/ckeditor/lang/ar.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ar.js
ckeditor/ckeditor/lang/mn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/mn.js
ckeditor/ckeditor/lang/eu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/eu.js
ckeditor/ckeditor/lang/ru.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ru.js
ckeditor/ckeditor/lang/bs.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/bs.js
ckeditor/ckeditor/lang/uk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/uk.js
ckeditor/ckeditor/lang/ka.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ka.js
ckeditor/ckeditor/lang/lv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/lv.js
ckeditor/ckeditor/lang/sv.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/sv.js
ckeditor/ckeditor/lang/ms.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ms.js
ckeditor/ckeditor/lang/en.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/en.js
ckeditor/ckeditor/lang/fa.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/fa.js
ckeditor/ckeditor/lang/lt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/lt.js
ckeditor/ckeditor/lang/hr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/hr.js
ckeditor/ckeditor/lang/nl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/nl.js
ckeditor/ckeditor/lang/hi.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/hi.js
ckeditor/ckeditor/lang/fr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/fr.js
ckeditor/ckeditor/lang/ug.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ug.js
ckeditor/ckeditor/lang/hu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/hu.js
ckeditor/ckeditor/lang/mk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/mk.js
ckeditor/ckeditor/lang/fr-ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/fr-ca.js
ckeditor/ckeditor/lang/nb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/nb.js
ckeditor/ckeditor/lang/zh-cn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/zh-cn.js
ckeditor/ckeditor/lang/sl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/sl.js
ckeditor/ckeditor/lang/tt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/tt.js
ckeditor/ckeditor/lang/pt-br.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/pt-br.js
ckeditor/ckeditor/lang/cs.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/cs.js
ckeditor/ckeditor/lang/km.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/km.js
ckeditor/ckeditor/lang/he.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/he.js
ckeditor/ckeditor/lang/eo.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/eo.js
ckeditor/ckeditor/lang/sr-latn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/sr-latn.js
ckeditor/ckeditor/lang/da.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/da.js
ckeditor/ckeditor/lang/fo.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/fo.js
ckeditor/ckeditor/lang/no.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/no.js
ckeditor/ckeditor/lang/pt.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/pt.js
ckeditor/ckeditor/lang/en-gb.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/en-gb.js
ckeditor/ckeditor/lang/sq.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/sq.js
ckeditor/ckeditor/lang/de.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/de.js
ckeditor/ckeditor/lang/en-ca.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/en-ca.js
ckeditor/ckeditor/lang/sk.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/sk.js
ckeditor/ckeditor/lang/ro.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ro.js
ckeditor/ckeditor/lang/th.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/th.js
ckeditor/ckeditor/lang/cy.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/cy.js
ckeditor/ckeditor/lang/tr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/tr.js
ckeditor/ckeditor/lang/pl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/pl.js
ckeditor/ckeditor/lang/es-mx.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/es-mx.js
ckeditor/ckeditor/lang/az.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/az.js
ckeditor/ckeditor/lang/et.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/et.js
ckeditor/ckeditor/lang/es.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/es.js
ckeditor/ckeditor/lang/zh.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/zh.js
ckeditor/ckeditor/lang/el.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/el.js
ckeditor/ckeditor/lang/sr.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/sr.js
ckeditor/ckeditor/lang/ku.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ku.js
ckeditor/ckeditor/lang/gl.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/gl.js
ckeditor/ckeditor/lang/bn.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/bn.js
ckeditor/ckeditor/lang/en-au.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/en-au.js
ckeditor/ckeditor/lang/gu.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/gu.js
ckeditor/ckeditor/lang/ko.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ko.js
ckeditor/ckeditor/adapters/jquery.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/ckeditor/adapters/jquery.js
ckeditor/galleriffic/css/white.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/white.css
ckeditor/galleriffic/css/galleriffic-3.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/galleriffic-3.css
ckeditor/galleriffic/css/galleriffic-5.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/galleriffic-5.css
ckeditor/galleriffic/css/galleriffic-1.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/galleriffic-1.css
ckeditor/galleriffic/css/loader.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/loader.gif
ckeditor/galleriffic/css/prevPageArrow.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/prevPageArrow.gif
ckeditor/galleriffic/css/caption.png /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/caption.png
ckeditor/galleriffic/css/nextPageArrowWhite.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/nextPageArrowWhite.gif
ckeditor/galleriffic/css/galleriffic-4.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/galleriffic-4.css
ckeditor/galleriffic/css/basic.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/basic.css
ckeditor/galleriffic/css/galleriffic-2.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/galleriffic-2.css
ckeditor/galleriffic/css/prevPageArrowWhite.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/prevPageArrowWhite.gif
ckeditor/galleriffic/css/loaderWhite.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/loaderWhite.gif
ckeditor/galleriffic/css/black.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/black.css
ckeditor/galleriffic/css/nextPageArrow.gif /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/nextPageArrow.gif
ckeditor/galleriffic/css/jush.css /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/jush.css
ckeditor/galleriffic/js/jush.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/galleriffic/js/jush.js
ckeditor/galleriffic/js/jquery.galleriffic.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/galleriffic/js/jquery.galleriffic.js
ckeditor/galleriffic/js/jquery.opacityrollover.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/galleriffic/js/jquery.opacityrollover.js
ckeditor/galleriffic/js/jquery.history.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/galleriffic/js/jquery.history.js
ckeditor/galleriffic/js/jquery-1.3.2.js /usr/local/lib/python3.7/site-packages/ckeditor/static/ckeditor/galleriffic/js/jquery-1.3.2.js

Gabarits (4 affichés)

Template path

  1. /usr/src/app/templates

Templates

main/members.html
/usr/src/app/main/templates/main/members.html
Afficher/masquer le contexte {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'LANGUAGES': '<<languages>>', 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'fr', 'MEDIA_URL': '/media/', 'STATIC_URL': '/static/', 'TIME_ZONE': 'Europe/Brussels', 'access_token': None, 'csrf_token': <SimpleLazyObject: 'nxIsdWxaxBJaY4EJwcqje4Z5IoEMqNNzln9KjRpKOGaVdYGDsgLATyWdyXGv701u'>, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f01d7cbedd0>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f01d7c29150>, 'request': '<<request>>', 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f01d7c29790>>} {'can_show_admin': False, 'cms_edit': False, 'committees': ['Comité directeur', 'Comité disciplinaire', 'Comité vérification des stages'], 'filter_committee': '', 'filter_postcode': '', 'filter_special': '', 'is_paginated': False, 'members': [{'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Thimister-Clermont', 'committee': None, 'company_name': 'SA BAGUETTE MARCEL', 'company_tva': 'BE0417095743', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Sébastien', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Absil', 'phone_number': '0498741893', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Thimister-Clermont', 'public_country': 'Belgique', 'public_street': 'Bruyères', 'public_street_number': '2', 'public_zip_code': '4890', 'site': '', 'specializations': [], 'street': 'Bruyères', 'street_number': '2', 'user': {'email': 'sebastien.absil@gmail.com', 'id': 4118, 'is_active': True}, 'zip_code': '4890'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Oreye', 'committee': None, 'company_name': "Bureau d'Etudes ANDRE", 'company_tva': '0816629340', 'country': 'BE', 'fax_number': None, 'first_name': 'Johan', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Andre', 'phone_number': '+32 (0)486/17.46.46', 'phone_number_2': '+32 (0)19/32.87.29', 'public_address_info': '', 'public_city': 'Oreye', 'public_country': 'BE', 'public_street': 'Rue de la Westrée', 'public_street_number': '19', 'public_zip_code': '4360', 'site': 'http://www.bureau-andre.be', 'specializations': [], 'street': 'Rue de la Westrée', 'street_number': '19', 'user': {'email': 'info@bureau-andre.be', 'id': 3800, 'is_active': True}, 'zip_code': '4360'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Avennes', 'committee': '', 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': '', 'first_name': 'Michael', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Aupaix', 'phone_number': '+32(0)479.03.67.92', 'phone_number_2': '+32(0)19.33.29.91', 'public_address_info': '', 'public_city': 'Avennes', 'public_country': 'Belgique', 'public_street': 'Rue de Moxhe', 'public_street_number': '33', 'public_zip_code': '4260', 'site': 'http://www.kdrix.be', 'specializations': [{'name': 'Drones', 'pk': 14}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Photogrammétrie terrestre', 'pk': 24}, {'name': 'Photogrammétrie aérienne', 'pk': 25}, {'name': "Bureau d'étude (voirie, égouttage, " 'cubatures,...)', 'pk': 26}, {'name': 'Bathymétrie', 'pk': 30}], 'street': 'rue de Moxhe', 'street_number': '33', 'user': {'email': 'geometre.aupaix@proximus.be', 'id': 3738, 'is_active': True}, 'zip_code': '4260'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Dalhem', 'committee': '', 'company_name': 'MARECHAL & BAUDINET SRL', 'company_tva': 'BE0543614328', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Gilles', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Baudinet', 'phone_number': '+32475217282', 'phone_number_2': '+3243794555', 'public_address_info': '', 'public_city': 'Dalhem', 'public_country': 'Belgique', 'public_street': 'Rue de Visé', 'public_street_number': '43', 'public_zip_code': '4607', 'site': 'https://www.marechal-baudinet.be/', 'specializations': [], 'street': 'Rue de Visé', 'street_number': '43', 'user': {'email': 'gilles.baudinet@gmail.com', 'id': 3763, 'is_active': True}, 'zip_code': '4607'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Marchin', 'committee': '', 'company_name': '', 'company_tva': 'BE0876824669', 'country': 'BELGIUM', 'fax_number': '', 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Beaujean', 'phone_number': '+32 (0)479 65 77 42', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Marchin', 'public_country': 'BELGIUM', 'public_street': 'Ereffe', 'public_street_number': '3', 'public_zip_code': '4570', 'site': '', 'specializations': [], 'street': 'Ereffe', 'street_number': '3', 'user': {'email': 'ben_beaujean@skynet.be', 'id': 3506, 'is_active': True}, 'zip_code': '4570'}, {'address_info': '2', 'argel_listing_visible': True, 'category': 23, 'city': 'Esneux', 'committee': None, 'company_name': '3DB SPRL', 'company_tva': '0536285284', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Denis', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Bellefontaine', 'phone_number': '+32 (0)497/88.66.99', 'phone_number_2': None, 'public_address_info': '2', 'public_city': 'Esneux', 'public_country': 'Belgique', 'public_street': "RUE GUE D'AMONT", 'public_street_number': '2', 'public_zip_code': '4130', 'site': 'http://www.3db-geometre.be', 'specializations': [], 'street': "RUE GUE D'AMONT", 'street_number': '2', 'user': {'email': '3db.geometre@gmail.com', 'id': 3458, 'is_active': True}, 'zip_code': '4130'}, {'address_info': 'Rue aux frênes 47', 'argel_listing_visible': True, 'category': 13, 'city': 'Liege', 'committee': None, 'company_name': 'Personne physique', 'company_tva': 'BE1000.732.370', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Oualid', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Benkorichi', 'phone_number': '0465207789', 'phone_number_2': '', 'public_address_info': 'Rue aux frênes 47', 'public_city': 'Liege', 'public_country': 'Belgique', 'public_street': 'Rue Aux Frênes', 'public_street_number': '47 boite 22', 'public_zip_code': '4020', 'site': '', 'specializations': [], 'street': 'Rue Aux Frênes', 'street_number': '47 boite 22', 'user': {'email': 'oualid.benkorichi@gmail.com', 'id': 4035, 'is_active': True}, 'zip_code': '4020'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Vielsalm', 'committee': '', 'company_name': 'SRL GEOXIM', 'company_tva': '0892243216', 'country': 'BE', 'fax_number': '', 'first_name': 'Valerie', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Bernes', 'phone_number': '+32 (0)495/32.97.94', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Vielsalm', 'public_country': 'BE', 'public_street': 'Chemin de Grand-Halleux', 'public_street_number': '36', 'public_zip_code': '6690', 'site': 'http://www.geoxim.be', 'specializations': [], 'street': 'Chemin de Grand-Halleux', 'street_number': '36', 'user': {'email': 'vbernes@geoxim.be', 'id': 4177, 'is_active': True}, 'zip_code': '6690'}, {'address_info': None, 'argel_listing_visible': True, 'category': 23, 'city': 'Grand-Rechain', 'committee': None, 'company_name': 'Michael BROUWIER Géomètre SPRL', 'company_tva': '0808567056', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Michael', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Brouwier', 'phone_number': '+32 (0)476/51.43.77', 'phone_number_2': '+32 (0)87/30.03.05', 'public_address_info': None, 'public_city': 'Grand-Rechain', 'public_country': 'Belgique', 'public_street': 'Chemin des Bouleaux', 'public_street_number': '2', 'public_zip_code': '4650', 'site': None, 'specializations': [], 'street': 'Chemin des Bouleaux', 'street_number': '2', 'user': {'email': 'michael@brouwier.be', 'id': 3986, 'is_active': True}, 'zip_code': '4650'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Andenne', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Olivier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Bry', 'phone_number': '+32(0)477.33.44.85', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Andenne', 'public_country': 'BE', 'public_street': 'Alexis Jottard', 'public_street_number': '41', 'public_zip_code': '5300', 'site': '', 'specializations': [], 'street': 'Alexis Jottard', 'street_number': '41', 'user': {'email': 'olivier.bry@colas.be', 'id': 4029, 'is_active': True}, 'zip_code': '5300'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Verlaine', 'committee': None, 'company_name': 'Thomas Caprasse', 'company_tva': 'BE 1.010.536.793', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Thomas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Caprasse', 'phone_number': '0498523704', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Verlaine', 'public_country': 'Belgique', 'public_street': 'Grand route', 'public_street_number': '21', 'public_zip_code': '4537', 'site': '', 'specializations': [], 'street': 'Grand route', 'street_number': '21', 'user': {'email': 'tcaprasse@gmail.com', 'id': 4214, 'is_active': True}, 'zip_code': '4537'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Clavier', 'committee': None, 'company_name': 'ABSYS srl', 'company_tva': 'BE0873997417', 'country': 'BE', 'fax_number': '', 'first_name': 'Cédric', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Carrette', 'phone_number': '+32 (0)477/85.22.98', 'phone_number_2': '+32 (0)86/34.52.24', 'public_address_info': '', 'public_city': 'Clavier', 'public_country': 'BE', 'public_street': 'Rue des Condruzes', 'public_street_number': '10', 'public_zip_code': '4560', 'site': 'https://www.absys-sprl.be/', 'specializations': [], 'street': 'Rue des Condruzes', 'street_number': '10', 'user': {'email': 'cc@absys-sprl.be', 'id': 3554, 'is_active': True}, 'zip_code': '4560'}, {'address_info': '53 rue du Biez', 'argel_listing_visible': True, 'category': 22, 'city': 'Angleur', 'committee': '', 'company_name': 'Jerry Close', 'company_tva': '0808805497', 'country': 'BE', 'fax_number': '', 'first_name': 'Jerry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Close', 'phone_number': '+32 (0)496/51.62.47', 'phone_number_2': '', 'public_address_info': '53 rue du Biez', 'public_city': 'Angleur', 'public_country': 'BE', 'public_street': 'Rue Du Biez', 'public_street_number': '53', 'public_zip_code': '4031', 'site': 'http://www.close-geometre-expert.be', 'specializations': [], 'street': 'Rue Du Biez', 'street_number': '53', 'user': {'email': 'close.jerry@gmail.com', 'id': 3586, 'is_active': True}, 'zip_code': '4031'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Saint-André', 'committee': 'Comité directeur', 'company_name': 'Thierry Colson SRL', 'company_tva': 'BE0738745664', 'country': 'BE', 'fax_number': None, 'first_name': 'Thierry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Colson', 'phone_number': '+32(0)470/26.11.39', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Saint-André', 'public_country': 'BE', 'public_street': 'Heuière', 'public_street_number': '10', 'public_zip_code': '4606', 'site': 'http://www.air-geomatics.com', 'specializations': [], 'street': 'Heuière', 'street_number': '10', 'user': {'email': 'thierry@air-geomatics.com', 'id': 4158, 'is_active': True}, 'zip_code': '4606'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Eupen', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Alexandra', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Cormann', 'phone_number': '+32 (0)87/56.00.46', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Eupen', 'public_country': 'BE', 'public_street': 'Herbesthaler Straße', 'public_street_number': '247', 'public_zip_code': '4700', 'site': '', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Implantation', 'pk': 18}, {'name': 'Lotissement', 'pk': 19}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Etat des lieux', 'pk': 21}, {'name': 'Expertise judiciaire', 'pk': 22}, {'name': 'Plan AS-Built', 'pk': 32}, {'name': 'Division de bâtiments', 'pk': 37}, {'name': 'Division en volume', 'pk': 38}, {'name': "Division pour sortie d'indivision", 'pk': 39}, {'name': 'Création de servitudes', 'pk': 40}, {'name': "Plans d'emprises", 'pk': 41}, {'name': 'Cessions de mitoyenneté', 'pk': 42}], 'street': 'Herbesthaler Straße', 'street_number': '247', 'user': {'email': 'alexandra.cormann@skynet.be', 'id': 3468, 'is_active': True}, 'zip_code': '4700'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Heusy', 'committee': '', 'company_name': '', 'company_tva': 'BE 0869 794 050', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jean-Philippe', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Cremers', 'phone_number': '0497876494', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Heusy', 'public_country': 'Belgique', 'public_street': 'Chaussée de Theux', 'public_street_number': '27', 'public_zip_code': '4802', 'site': 'http://c-geo.be', 'specializations': [], 'street': 'Chaussée de Theux', 'street_number': '27', 'user': {'email': 'jeanphicremers@gmail.com', 'id': 3848, 'is_active': True}, 'zip_code': '4802'}, {'address_info': '9', 'argel_listing_visible': True, 'category': 23, 'city': 'WAIMES', 'committee': None, 'company_name': 'BecD srl', 'company_tva': 'BE0841.972.272', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Olivier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Defechereux', 'phone_number': '+32 (0)486/90.67.52', 'phone_number_2': None, 'public_address_info': '9', 'public_city': 'WAIMES', 'public_country': 'Belgique', 'public_street': "Rue de l'Abbé Pietkin", 'public_street_number': '9', 'public_zip_code': '4950', 'site': None, 'specializations': [], 'street': "Rue de l'Abbé Pietkin", 'street_number': '9', 'user': {'email': 'o.defechereux@skynet.be', 'id': 4025, 'is_active': True}, 'zip_code': '4950'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Angleur', 'committee': None, 'company_name': 'SML Ingenieurs Conseils', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Florence', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'de Francquen', 'phone_number': '+32 (0)492/73.05.70', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Angleur', 'public_country': 'BE', 'public_street': 'Rue F. Desoer', 'public_street_number': '29', 'public_zip_code': '4031', 'site': '', 'specializations': [], 'street': 'Rue F. Desoer', 'street_number': '29', 'user': {'email': 'florence.defrancquen@gmail.com', 'id': 3681, 'is_active': True}, 'zip_code': '4031'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Thimister-Clermont', 'committee': None, 'company_name': "Bureau d'Etudes André GENOTTE", 'company_tva': 'BE0887.205.055', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Olivier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Degueldre', 'phone_number': '+32494240185', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Thimister-Clermont', 'public_country': 'Belgique', 'public_street': 'Elsaute', 'public_street_number': '19', 'public_zip_code': '4890', 'site': None, 'specializations': [], 'street': 'Elsaute', 'street_number': '19', 'user': {'email': 'olivier.degueldre@hotmail.com', 'id': 4030, 'is_active': True}, 'zip_code': '4890'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Wanze', 'committee': '', 'company_name': 'DELANNOY', 'company_tva': 'BE651538607', 'country': 'BE', 'fax_number': '', 'first_name': 'Pascal', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Delannoy', 'phone_number': '+32 (0)495/15.66.52', 'phone_number_2': '+32 (0)85/21.61.92', 'public_address_info': '', 'public_city': 'Wanze', 'public_country': 'BE', 'public_street': 'Chaussée de Waremme', 'public_street_number': '79', 'public_zip_code': '4520', 'site': '', 'specializations': [], 'street': 'Chaussée de Waremme', 'street_number': '79', 'user': {'email': 'pascaldelannoy@hotmail.com', 'id': 4041, 'is_active': True}, 'zip_code': '4520'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Xhendelesse', 'committee': '', 'company_name': 'CAN infra', 'company_tva': 'BE460.224.220', 'country': 'BE', 'fax_number': '+32 (0)87/30.06.46', 'first_name': 'Patrice', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Desmit', 'phone_number': '+32 (0)495/36.20.32', 'phone_number_2': '+32 (0)87/30.05.45', 'public_address_info': '', 'public_city': 'Xhendelesse', 'public_country': 'BE', 'public_street': 'Rue des Deux Tilleuls', 'public_street_number': '24', 'public_zip_code': '4652', 'site': 'http://www.caninfra.be', 'specializations': [], 'street': 'Rue des Deux Tilleuls', 'street_number': '24', 'user': {'email': 'patricedesmit@caninfra.be', 'id': 4045, 'is_active': True}, 'zip_code': '4652'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Nandrin', 'committee': '', 'company_name': 'SRL D. DESTREE', 'company_tva': 'BE0894694544', 'country': 'BE', 'fax_number': '+32 (0)4/371.44.18', 'first_name': 'Dominique', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Destrée', 'phone_number': '+32 (0)475/44.21.28', 'phone_number_2': '+32 (0)4/371.44.18', 'public_address_info': '', 'public_city': 'Nandrin', 'public_country': 'BE', 'public_street': 'Rue Petite Vaux', 'public_street_number': '10', 'public_zip_code': '4550', 'site': '', 'specializations': [], 'street': 'Rue Petite Vaux', 'street_number': '10', 'user': {'email': 'd.destree@outlook.com', 'id': 3601, 'is_active': True}, 'zip_code': '4550'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Beaufays', 'committee': 'Comité directeur', 'company_name': '4DManagement', 'company_tva': '0553785965', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Nesma', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Djema', 'phone_number': '0498321152', 'phone_number_2': '0486871467', 'public_address_info': '', 'public_city': 'Beaufays', 'public_country': 'Belgique', 'public_street': "Voie de l'Air Pur", 'public_street_number': '138', 'public_zip_code': '4052', 'site': 'http://www.4dm.be', 'specializations': [], 'street': "Voie de l'Air Pur", 'street_number': '138', 'user': {'email': 'nd@4dm.be', 'id': 4215, 'is_active': True}, 'zip_code': '4052'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'FLÉMALLE', 'committee': None, 'company_name': 'srl Dupont Géometre & Cie', 'company_tva': '0478.802.292', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Guy', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Dupont', 'phone_number': '+32475860808', 'phone_number_2': '+32 (0)4/225.99.22', 'public_address_info': '', 'public_city': 'FLÉMALLE', 'public_country': 'Belgique', 'public_street': 'rue de Mons-Lez-Liège', 'public_street_number': '67', 'public_zip_code': '4400', 'site': 'http://www.geometre-dupont.be', 'specializations': [], 'street': 'rue de Mons-Lez-Liège', 'street_number': '67', 'user': {'email': 'info@geometre-dupont.be', 'id': 3726, 'is_active': True}, 'zip_code': '4400'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Saint-Georges-sur-Meuse', 'committee': None, 'company_name': 'dbgex', 'company_tva': '0684.579.775', 'country': 'BE', 'fax_number': None, 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Duré', 'phone_number': '+32 (0)494/54.40.81', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Saint-Georges-sur-Meuse', 'public_country': 'BE', 'public_street': 'Basse Marquet', 'public_street_number': '64', 'public_zip_code': '4470', 'site': None, 'specializations': [], 'street': 'Basse Marquet', 'street_number': '64', 'user': {'email': 'durebenoit@live.be', 'id': 3636, 'is_active': True}, 'zip_code': '4470'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Büllingen/Bullange', 'committee': None, 'company_name': 'Guido Faymonville', 'company_tva': 'BE 0817 457 897', 'country': 'BE', 'fax_number': '', 'first_name': 'Guido', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Faymonville', 'phone_number': '+32 (0)476/939.909', 'phone_number_2': '+32 (0)80/64.72.04', 'public_address_info': '', 'public_city': 'Büllingen/Bullange', 'public_country': 'BE', 'public_street': 'Rue Honsfeld', 'public_street_number': '302', 'public_zip_code': '4760', 'site': '', 'specializations': [], 'street': 'Rue Honsfeld', 'street_number': '302', 'user': {'email': 'guido.faymonville@skynet.be', 'id': 3778, 'is_active': True}, 'zip_code': '4760'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'LOUVEIGNE', 'committee': None, 'company_name': 'GEOTECH SRL', 'company_tva': 'BE0468343813', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Didier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Fays', 'phone_number': '+32 (0)495/57.95.98', 'phone_number_2': '+32 (0)4/250.92.50', 'public_address_info': '', 'public_city': 'LOUVEIGNE', 'public_country': 'Belgique', 'public_street': 'Rue de Remouchamps', 'public_street_number': '34 E23', 'public_zip_code': '4141', 'site': 'http://www.geotech.be', 'specializations': [], 'street': 'Rue de Remouchamps', 'street_number': '34 E23', 'user': {'email': 'didier.fays@geotech.be', 'id': 3617, 'is_active': True}, 'zip_code': '4141'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Jemeppe-sur-Meuse', 'committee': None, 'company_name': 'ASC Géomètre-Expert', 'company_tva': 'BE 0646.773.729', 'country': 'BE', 'fax_number': '', 'first_name': 'Salem', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Ferjani', 'phone_number': '+32 (0)486/55.46.63', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Jemeppe-sur-Meuse', 'public_country': 'BE', 'public_street': 'Valles', 'public_street_number': '52', 'public_zip_code': '4101', 'site': '', 'specializations': [], 'street': 'Valles', 'street_number': '52', 'user': {'email': 'ferjanisalem@hotmail.com', 'id': 3675, 'is_active': True}, 'zip_code': '4101'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'LANTIN', 'committee': None, 'company_name': '', 'company_tva': 'FRANCHISE', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jacky', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Ferrara', 'phone_number': '+32(0)495/40.71.44', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'LANTIN', 'public_country': 'Belgique', 'public_street': 'Rue Vanden Sande', 'public_street_number': '32 B', 'public_zip_code': '4450', 'site': 'https://www.geometre-expert-ferrara-jacky.com/', 'specializations': [], 'street': 'Rue Vanden Sande', 'street_number': '32 B', 'user': {'email': 'ferrarajacky@hotmail.com', 'id': 3677, 'is_active': True}, 'zip_code': '4450'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Henri-Chapelle', 'committee': '', 'company_name': "Bureau d'Etudes Flas srl", 'company_tva': 'BE0809888929', 'country': 'BE', 'fax_number': '', 'first_name': 'Henri', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Flas', 'phone_number': '+32 (0)485/36.64.45', 'phone_number_2': '+32 (0)87/65.31.20', 'public_address_info': '', 'public_city': 'Henri-Chapelle', 'public_country': 'BE', 'public_street': 'Bayaux', 'public_street_number': '102', 'public_zip_code': '4841', 'site': 'http://www.flas.be', 'specializations': [], 'street': 'Bayaux', 'street_number': '102', 'user': {'email': 'bureau@flas.be', 'id': 3543, 'is_active': True}, 'zip_code': '4841'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'LOUVEIGNE', 'committee': None, 'company_name': 'BTF srl', 'company_tva': 'BE0878.572.847', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Philippe', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Fontaine', 'phone_number': '+32 (0)4 368 49 69', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'LOUVEIGNE', 'public_country': 'Belgique', 'public_street': 'Rue de Blindef', 'public_street_number': '13', 'public_zip_code': '4141', 'site': 'http://www.btf-sprl.be', 'specializations': [], 'street': 'Rue de Blindef', 'street_number': '13', 'user': {'email': 'philippe.fontaine@btf-sprl.be', 'id': 4057, 'is_active': True}, 'zip_code': '4141'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Malmedy', 'committee': None, 'company_name': '', 'company_tva': 'BE0725153687', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Louis', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Fraikin', 'phone_number': '+32 (0)476/21.42.41', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Malmedy', 'public_country': 'BE', 'public_street': 'Chemin du Tchession', 'public_street_number': '3', 'public_zip_code': '4960', 'site': 'https://www.jlfraikin.be/', 'specializations': [], 'street': 'Chemin du Tchession', 'street_number': '3', 'user': {'email': 'jean.louis.fraikin@skynet.be', 'id': 3842, 'is_active': True}, 'zip_code': '4960'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Malmedy', 'committee': None, 'company_name': 'Ingeo G srl', 'company_tva': 'BE 0837.170.277', 'country': 'BE', 'fax_number': '', 'first_name': 'Florian', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Gallo', 'phone_number': '0032(0)476/75.11.61', 'phone_number_2': '0032(0)478/91.93.25', 'public_address_info': '', 'public_city': 'Malmedy', 'public_country': 'BE', 'public_street': 'Avenue Monbijou', 'public_street_number': '14', 'public_zip_code': '4960', 'site': '', 'specializations': [], 'street': 'Avenue Monbijou', 'street_number': '14', 'user': {'email': 'florian@scheen-lecoq.be', 'id': 3685, 'is_active': True}, 'zip_code': '4960'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Thimister-Clermont', 'committee': '', 'company_name': "Bureau d'études André Genotte srl", 'company_tva': 'BE 0887.205.055', 'country': 'BE', 'fax_number': '+32 (0)87/44.68.59', 'first_name': 'André', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Genotte', 'phone_number': '+32 (0)87/44.54.32', 'phone_number_2': '+32 (0)496/50.69.45', 'public_address_info': '', 'public_city': 'Thimister-Clermont', 'public_country': 'BE', 'public_street': 'Elsaute', 'public_street_number': '19', 'public_zip_code': '4890', 'site': 'http://www.bureaugenotte.be', 'specializations': [], 'street': 'Elsaute', 'street_number': '19', 'user': {'email': 'andre@bureaugenotte.be', 'id': 3801, 'is_active': True}, 'zip_code': '4890'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Houffalize', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jean-François', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Gerardy', 'phone_number': '0495/99.05.79', 'phone_number_2': '', 'public_address_info': '', 'public_city': '', 'public_country': '', 'public_street': '', 'public_street_number': '', 'public_zip_code': '6660', 'site': 'http://www.CoLaura.be', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Implantation', 'pk': 18}, {'name': 'Etat des lieux', 'pk': 21}, {'name': 'Certificateur PEB', 'pk': 27}, {'name': 'Division en volume', 'pk': 38}, {'name': "Division pour sortie d'indivision", 'pk': 39}, {'name': 'Création de servitudes', 'pk': 40}, {'name': 'Permis de location', 'pk': 43}], 'street': 'Taverneux', 'street_number': '27', 'user': {'email': 'info@colaura.be', 'id': 4226, 'is_active': True}, 'zip_code': '6660'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Grâce-Berleur', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Fabrice', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Guisset', 'phone_number': '0495576101', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Grâce-Berleur', 'public_country': 'BE', 'public_street': 'Rue du Bonnier', 'public_street_number': '14A', 'public_zip_code': '4460', 'site': '', 'specializations': [], 'street': 'Rue du Bonnier', 'street_number': '14A', 'user': {'email': 'ex.guisset@gmail.com', 'id': 3655, 'is_active': True}, 'zip_code': '4460'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Couthuin', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jeremy', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Guyot', 'phone_number': '0032472376946', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Couthuin', 'public_country': 'Belgique', 'public_street': 'Rue du Bayet', 'public_street_number': '18', 'public_zip_code': '4218', 'site': '', 'specializations': [], 'street': 'Rue du Bayet', 'street_number': '18', 'user': {'email': 'jeremy.guyot@outlook.com', 'id': 4232, 'is_active': True}, 'zip_code': '4218'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Loncin', 'committee': '', 'company_name': 'beGX', 'company_tva': 'BE0878945605', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Albert', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Hannay', 'phone_number': '+32 (0)495/25.35.50', 'phone_number_2': '+32 (0)4/263.02.00', 'public_address_info': '', 'public_city': 'Ans', 'public_country': 'Belgique', 'public_street': 'rue de Jemeppe', 'public_street_number': '229', 'public_zip_code': '4431', 'site': 'http://www.begx.be', 'specializations': [{'name': 'Implantation et certification ' "d'installations sportives", 'pk': 44}], 'street': 'Rue de Jemeppe', 'street_number': '229', 'user': {'email': 'albert.hannay@begx.be', 'id': 3467, 'is_active': True}, 'zip_code': '4431'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Herstal', 'committee': None, 'company_name': 'Bureau Houbart', 'company_tva': 'BE0604924761', 'country': 'BE', 'fax_number': None, 'first_name': 'Jacques', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Houbart', 'phone_number': '+32 (0)476/21.39.72', 'phone_number_2': '+32 (0)4/264.48.09', 'public_address_info': '', 'public_city': 'Herstal', 'public_country': 'BE', 'public_street': 'Rue Verte', 'public_street_number': '330', 'public_zip_code': '4040', 'site': 'http://www.houbart.be', 'specializations': [], 'street': 'Rue Verte', 'street_number': '330', 'user': {'email': 'geometre@houbart.be', 'id': 3743, 'is_active': True}, 'zip_code': '4040'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Embourg', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Frédéric', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Humblet', 'phone_number': '+32 (0)495/42.48.68', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Embourg', 'public_country': 'BE', 'public_street': 'Rue Mathysart', 'public_street_number': '13', 'public_zip_code': '4053', 'site': 'http://www.geoconsult.be', 'specializations': [], 'street': 'Rue Mathysart', 'street_number': '13', 'user': {'email': 'fhu@hotmail.be', 'id': 4282, 'is_active': True}, 'zip_code': '4053'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'WAREMME', 'committee': None, 'company_name': 'SRL Joassin affaires immobilières', 'company_tva': 'BE0461927856', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Jean-Lambert', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Joassin', 'phone_number': '019339393', 'phone_number_2': '+32 476205133', 'public_address_info': '', 'public_city': 'WAREMME', 'public_country': 'Belgique', 'public_street': 'Chaussée Romaine', 'public_street_number': '200', 'public_zip_code': '4300', 'site': None, 'specializations': [], 'street': 'Chaussée Romaine', 'street_number': '200', 'user': {'email': 'jean-lambert.joassin@joassinimmo.be', 'id': 3840, 'is_active': True}, 'zip_code': '4300'}, {'address_info': None, 'argel_listing_visible': True, 'category': 21, 'city': 'Marchin', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'Belgique', 'fax_number': None, 'first_name': 'Lionel', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Jonet', 'phone_number': '0475652242', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'MARCHIN', 'public_country': 'Belgique', 'public_street': 'Rue vieux Thier', 'public_street_number': '5', 'public_zip_code': '4570', 'site': None, 'specializations': [], 'street': 'Rue vieux Thier', 'street_number': '5', 'user': {'email': 'lionel.jonet@eiffage.com', 'id': 3927, 'is_active': True}, 'zip_code': '4570'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Charneux', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Benoit', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Jonlet', 'phone_number': '+32 (0)499/12.70.22', 'phone_number_2': '+32 (0)87/50.70.34', 'public_address_info': '', 'public_city': 'Charneux', 'public_country': 'BE', 'public_street': 'Garde-Dieu', 'public_street_number': '310', 'public_zip_code': '4654', 'site': 'http://www.bureaujonlet.be', 'specializations': [], 'street': 'Garde-Dieu', 'street_number': '310', 'user': {'email': 'info@bureaujonlet.be', 'id': 3802, 'is_active': True}, 'zip_code': '4654'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Tilff', 'committee': 'Comité directeur', 'company_name': 'KGEO SRL', 'company_tva': 'BE0647.905.263', 'country': 'BE', 'fax_number': None, 'first_name': 'Laurent', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Kessler', 'phone_number': '+32 (0)475/40.11.79', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Tilff', 'public_country': 'BE', 'public_street': 'Allée de la Fraineuse', 'public_street_number': '62', 'public_zip_code': '4130', 'site': None, 'specializations': [], 'street': 'Allée de la Fraineuse', 'street_number': '62', 'user': {'email': 'laurent.kessler@kgeo.be', 'id': 3914, 'is_active': True}, 'zip_code': '4130'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Liège', 'committee': 'Comité directeur', 'company_name': 'Galere', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Gaëlle', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Kroonen', 'phone_number': '+32 (0)478/68.00.57', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue du chéra', 'public_street_number': '7', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Rue du chéra', 'street_number': '7', 'user': {'email': 'gaelle.kroonen@galere.be', 'id': 3715, 'is_active': True}, 'zip_code': '4000'}, {'address_info': 'Compass Building', 'argel_listing_visible': True, 'category': 21, 'city': 'Zaventem', 'committee': None, 'company_name': 'Brussels Airport Company', 'company_tva': 'BE 0890.082.292', 'country': 'BE', 'fax_number': None, 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': True, 'is_argel_member': True, 'last_name': 'Lahaye', 'phone_number': '+32(0)470.10.64.77', 'phone_number_2': None, 'public_address_info': 'Compass Building', 'public_city': 'Zaventem', 'public_country': 'BE', 'public_street': 'Luchthaven Brussel Nationaal', 'public_street_number': '1M', 'public_zip_code': '1930', 'site': None, 'specializations': [], 'street': 'Luchthaven Brussel Nationaal', 'street_number': '1M', 'user': {'email': 'lahaye.b@gmail.com', 'id': 3905, 'is_active': True}, 'zip_code': '1930'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Braine-le-Château', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Pierre', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lambert', 'phone_number': '+32 (0)479/23.40.00', 'phone_number_2': '+32 (0)2/366.17.12', 'public_address_info': '', 'public_city': 'Braine-le-Château', 'public_country': 'BE', 'public_street': 'rue de Tubize', 'public_street_number': '1C', 'public_zip_code': '1440', 'site': '', 'specializations': [], 'street': 'rue de Tubize', 'street_number': '1C', 'user': {'email': 'lambertjp@skynet.be', 'id': 3907, 'is_active': True}, 'zip_code': '1440'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Liège', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Lucie', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lebbos', 'phone_number': '+32 (0)478/87.04.13', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue Isi Collin', 'public_street_number': '14', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Rue Isi Collin', 'street_number': '14', 'user': {'email': 'lebbos@geometre.expert', 'id': 3940, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Louveigné', 'committee': '', 'company_name': '0474703251', 'company_tva': 'BE474.703.251', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Philippe', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Leduc', 'phone_number': '0478/784.771', 'phone_number_2': '04360.98.35', 'public_address_info': '', 'public_city': 'Louveigné', 'public_country': 'Belgique', 'public_street': 'China', 'public_street_number': '57', 'public_zip_code': '4141', 'site': '', 'specializations': [], 'street': 'China', 'street_number': '57', 'user': {'email': 'philippe@geoconstruct.be', 'id': 4058, 'is_active': True}, 'zip_code': '4141'}, {'address_info': '', 'argel_listing_visible': True, 'category': 20, 'city': 'Berloz', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Gauthier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Legros', 'phone_number': None, 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Berloz', 'public_country': 'BE', 'public_street': 'Rue de Longchamps', 'public_street_number': '13', 'public_zip_code': '4257', 'site': None, 'specializations': [], 'street': 'Rue de Longchamps', 'street_number': '13', 'user': {'email': 'gauthier.legros@outlook.com', 'id': 3723, 'is_active': True}, 'zip_code': '4257'}, {'address_info': None, 'argel_listing_visible': True, 'category': 22, 'city': 'Huy', 'committee': None, 'company_name': 'isolaction srl', 'company_tva': 'BE0646672472', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Thierry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lejeune', 'phone_number': '0475/495110', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Huy', 'public_country': 'Belgique', 'public_street': 'Rue Rioul', 'public_street_number': '17 bte 5', 'public_zip_code': '4500', 'site': None, 'specializations': [], 'street': 'Rue Rioul', 'street_number': '17 bte 5', 'user': {'email': 'info@isolaction.eu', 'id': 3814, 'is_active': True}, 'zip_code': '4500'}, {'address_info': None, 'argel_listing_visible': True, 'category': 23, 'city': 'Jehay', 'committee': 'Comité directeur', 'company_name': 'LN Géo', 'company_tva': '0472523028', 'country': 'BE', 'fax_number': None, 'first_name': 'Noël', 'functions': [{'name': 'Trésorier Adjoint', 'pk': 6}], 'geoformation_listing_visible': True, 'is_argel_member': True, 'last_name': 'Léonard', 'phone_number': '+32 (0)476/38.75.36', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Jehay', 'public_country': 'BE', 'public_street': 'Petit Rivage', 'public_street_number': '32', 'public_zip_code': '4540', 'site': 'http://www.lngeo.be', 'specializations': [], 'street': 'Petit Rivage', 'street_number': '32', 'user': {'email': 'info@lngeo.be', 'id': 3818, 'is_active': True}, 'zip_code': '4540'}, {'address_info': 'AEDI : FICAD SRL', 'argel_listing_visible': True, 'category': 23, 'city': 'Liège', 'committee': None, 'company_name': 'Aedi Ficad SRL', 'company_tva': 'BE0443067096', 'country': 'BE', 'fax_number': None, 'first_name': 'Pierre-Antoine', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Leroy', 'phone_number': '+32(0)485/33.64.54', 'phone_number_2': None, 'public_address_info': 'AEDI : FICAD SRL', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Place Vivegnis', 'public_street_number': '36', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Place Vivegnis', 'street_number': '36', 'user': {'email': 'pa@aedificad.be', 'id': 4037, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Aywaille', 'committee': None, 'company_name': 'LPmetris', 'company_tva': 'BE0727734877', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Nicolas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Letesson', 'phone_number': '+32(0)499/40.45.99', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Aywaille', 'public_country': 'Belgique', 'public_street': 'Rue Piersay', 'public_street_number': '2B/001', 'public_zip_code': '4920', 'site': '', 'specializations': [], 'street': 'Rue Piersay', 'street_number': '2B/001', 'user': {'email': 'nicolas@lpmetris.be', 'id': 4016, 'is_active': True}, 'zip_code': '4920'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Clavier', 'committee': '', 'company_name': 'Leonardo LOFORTE', 'company_tva': '0606907026', 'country': 'BE', 'fax_number': '', 'first_name': 'Leonardo', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Loforte', 'phone_number': '+32 (0)475/93.57.69', 'phone_number_2': '+32 (0)85/25.25.32', 'public_address_info': '', 'public_city': 'Clavier', 'public_country': 'BE', 'public_street': 'Route de Modave', 'public_street_number': '30', 'public_zip_code': '4560', 'site': '', 'specializations': [], 'street': 'Route de Modave', 'street_number': '30', 'user': {'email': 'leo.loforte@hotmail.com', 'id': 3921, 'is_active': True}, 'zip_code': '4560'}, {'address_info': "Business Center de l'Avouerie", 'argel_listing_visible': True, 'category': 23, 'city': 'Liège', 'committee': '', 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': '', 'first_name': 'Thierry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lovinfosse', 'phone_number': '+32 (0)4/330.93.13', 'phone_number_2': '', 'public_address_info': '', 'public_city': '', 'public_country': '', 'public_street': '', 'public_street_number': '', 'public_zip_code': '4000', 'site': 'http://www.kdrix.be', 'specializations': [{'name': 'Lotissement', 'pk': 19}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Expertise judiciaire', 'pk': 22}, {'name': "Bureau d'étude (voirie, égouttage, " 'cubatures,...)', 'pk': 26}], 'street': "de l'Avouerie", 'street_number': '5', 'user': {'email': 'thierry.lovinfosse@kdrix.be', 'id': 4160, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 9, 'city': 'Waremme', 'committee': None, 'company_name': 'MG Géomètre-Expert', 'company_tva': '1024763725', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Gaël', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Maes', 'phone_number': '0474625819', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Waremme', 'public_country': 'Belgique', 'public_street': 'Rue Mignolet', 'public_street_number': '85', 'public_zip_code': '4300', 'site': 'http://mg-geometre-expert.be', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Maison', 'pk': 5}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Suivi topographique de voirie', 'pk': 17}, {'name': 'Implantation', 'pk': 18}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Etat des lieux', 'pk': 21}, {'name': 'Plan AS-Built', 'pk': 32}, {'name': 'Division de propriété', 'pk': 36}, {'name': 'Division de bâtiments', 'pk': 37}, {'name': 'Division en volume', 'pk': 38}], 'street': 'Rue Mignolet', 'street_number': '85', 'user': {'email': 'gael.maes@gmail.com', 'id': 3716, 'is_active': True}, 'zip_code': '4300'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Warsage', 'committee': '', 'company_name': 'Maon', 'company_tva': '1006908993', 'country': 'BE', 'fax_number': '', 'first_name': 'Omer', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Maon', 'phone_number': '+32 (0)475/89.86.35', 'phone_number_2': '+32 (0)4/286.50.64', 'public_address_info': '', 'public_city': 'Warsage', 'public_country': 'BE', 'public_street': 'Rue Craesborn', 'public_street_number': '76', 'public_zip_code': '4608', 'site': '', 'specializations': [], 'street': 'Rue Craesborn', 'street_number': '76', 'user': {'email': 'maon@skynet.be', 'id': 3951, 'is_active': True}, 'zip_code': '4608'}, {'address_info': None, 'argel_listing_visible': True, 'category': 20, 'city': 'Angleur', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': None, 'first_name': 'Gilles', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Marchal', 'phone_number': '+32(0)474/44.20.28', 'phone_number_2': None, 'public_address_info': None, 'public_city': None, 'public_country': None, 'public_street': None, 'public_street_number': None, 'public_zip_code': '4031', 'site': None, 'specializations': [], 'street': 'Route du Condroz', 'street_number': '101', 'user': {'email': 'mg.marchal.gilles@gmail.com', 'id': 3984, 'is_active': True}, 'zip_code': '4031'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'CHENEE', 'committee': '', 'company_name': 'Général Construction SA', 'company_tva': '0425548797', 'country': 'BE', 'fax_number': '', 'first_name': 'Samuel', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Marichal', 'phone_number': '+32 (0)496/26.77.04', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'CHENEE', 'public_country': 'BE', 'public_street': 'RUE DE LA STATION', 'public_street_number': '44', 'public_zip_code': '4032', 'site': '', 'specializations': [], 'street': 'RUE DE LA STATION', 'street_number': '44', 'user': {'email': 'samuel.marichal@gc.be', 'id': 4113, 'is_active': True}, 'zip_code': '4032'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Oreye', 'committee': 'Comité directeur', 'company_name': '', 'company_tva': 'BE0600935091', 'country': 'BE', 'fax_number': None, 'first_name': 'David', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Massuyr', 'phone_number': '+32 (0)473/42.86.21', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Oreye', 'public_country': 'BE', 'public_street': 'Rue Horpmael', 'public_street_number': '57', 'public_zip_code': '4360', 'site': None, 'specializations': [], 'street': 'Rue Horpmael', 'street_number': '57', 'user': {'email': 'david.massuyr@icloud.com', 'id': 3598, 'is_active': True}, 'zip_code': '4360'}, {'address_info': '', 'argel_listing_visible': True, 'category': 20, 'city': 'Liège', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Abderrazzak', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Messoudi', 'phone_number': '+32 (0)485/69.84.92', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue des Tawes', 'public_street_number': '92', 'public_zip_code': '4000', 'site': '', 'specializations': [], 'street': 'Rue des Tawes', 'street_number': '92', 'user': {'email': 'a_messoudi@hotmail.com', 'id': 3473, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Spa', 'committee': None, 'company_name': 'GeoDILex srl', 'company_tva': '0863818949', 'country': 'BE', 'fax_number': None, 'first_name': 'Bernard', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Meurant', 'phone_number': '+32 (0)495/20.38.13', 'phone_number_2': '+32 (0)87/77.12.90', 'public_address_info': '', 'public_city': 'Spa', 'public_country': 'BE', 'public_street': 'Chemin Dri les Cortis', 'public_street_number': '11A', 'public_zip_code': '4900', 'site': None, 'specializations': [], 'street': 'Chemin Dri les Cortis', 'street_number': '11A', 'user': {'email': 'b.meurant@geodilex.be', 'id': 3528, 'is_active': True}, 'zip_code': '4900'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Waremme', 'committee': '', 'company_name': 'BGM EXPERT SRL', 'company_tva': 'BE0771626387', 'country': 'BE', 'fax_number': '', 'first_name': 'Sébastien', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Morue', 'phone_number': '+32 (0)497/54.80.95', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Waremme', 'public_country': 'BE', 'public_street': 'Rue des Betto', 'public_street_number': '35', 'public_zip_code': '4300', 'site': 'http://www.geometremorue.be', 'specializations': [], 'street': 'Rue des Betto', 'street_number': '35', 'user': {'email': 'info@geometremorue.be', 'id': 3808, 'is_active': True}, 'zip_code': '4300'}, {'address_info': '', 'argel_listing_visible': True, 'category': 13, 'city': 'Eupen', 'committee': None, 'company_name': '', 'company_tva': '0792425365', 'country': 'BE', 'fax_number': None, 'first_name': 'Guillaume', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Mossay', 'phone_number': '087560046', 'phone_number_2': '0470997680', 'public_address_info': '', 'public_city': 'Eupen', 'public_country': 'BE', 'public_street': "rue d'Herbesthal", 'public_street_number': '247', 'public_zip_code': '4700', 'site': None, 'specializations': [], 'street': "rue d'Herbesthal", 'street_number': '247', 'user': {'email': 'guillaume.mossay@gmail.com', 'id': 3781, 'is_active': True}, 'zip_code': '4700'}, {'address_info': '', 'argel_listing_visible': True, 'category': 13, 'city': 'Eupen', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE 0704 705 394', 'fax_number': '', 'first_name': 'Romain', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Mossay', 'phone_number': '+32(0)470/99.76.68', 'phone_number_2': '087560046', 'public_address_info': '', 'public_city': 'Eupen', 'public_country': 'BE 0704 705 394', 'public_street': 'Herbesthaler Strasse', 'public_street_number': '247', 'public_zip_code': '4700', 'site': '', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Maison', 'pk': 5}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Implantation', 'pk': 18}, {'name': 'Lotissement', 'pk': 19}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Etat des lieux', 'pk': 21}, {'name': "Bureau d'étude (voirie, égouttage, " 'cubatures,...)', 'pk': 26}, {'name': 'Plan AS-Built', 'pk': 32}, {'name': 'Division de propriété', 'pk': 36}, {'name': 'Division de bâtiments', 'pk': 37}, {'name': "Division pour sortie d'indivision", 'pk': 39}, {'name': 'Création de servitudes', 'pk': 40}, {'name': "Plans d'emprises", 'pk': 41}, {'name': 'Cessions de mitoyenneté', 'pk': 42}, {'name': 'Permis de location', 'pk': 43}], 'street': 'Herbesthaler Strasse', 'street_number': '247', 'user': {'email': 'mossay.romain@gmail.com', 'id': 3999, 'is_active': True}, 'zip_code': '4700'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Henri-Chapelle', 'committee': '', 'company_name': 'MM GEOMETRE', 'company_tva': 'BE1007.058.057', 'country': 'BE', 'fax_number': '', 'first_name': 'Marilyn', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Mullender', 'phone_number': '+32(0)491/48.80.08', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Henri-Chapelle', 'public_country': 'BE', 'public_street': 'Rue Saint Vincent', 'public_street_number': '60', 'public_zip_code': '4841', 'site': '', 'specializations': [], 'street': 'Rue Saint Vincent', 'street_number': '60', 'user': {'email': 'geo.mullender@gmail.com', 'id': 3751, 'is_active': True}, 'zip_code': '4841'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Liège', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Quentin', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Nahoé', 'phone_number': '04973997395', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue du Thier à Liège', 'public_street_number': '108', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Rue du Thier à Liège', 'street_number': '108', 'user': {'email': 'quentin.nahoe@gmail.com', 'id': 4081, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Petit-Rechain', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Luc', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Noels', 'phone_number': '+32 (0)495/30.60.21', 'phone_number_2': '+32 (0)87/31.77.07', 'public_address_info': '', 'public_city': 'Petit-Rechain', 'public_country': 'BE', 'public_street': 'Chemin du bois de Rechain', 'public_street_number': '19', 'public_zip_code': '4800', 'site': '', 'specializations': [], 'street': 'Chemin du bois de Rechain', 'street_number': '19', 'user': {'email': 'jeanluc.noels@skynet.be', 'id': 3844, 'is_active': True}, 'zip_code': '4800'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Tilff', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Xavier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Pirard', 'phone_number': '+32(0)496/27.60.86', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Tilff', 'public_country': 'BE', 'public_street': 'Allée de la fraineuse', 'public_street_number': '5', 'public_zip_code': '4130', 'site': '', 'specializations': [], 'street': 'Allée de la fraineuse', 'street_number': '5', 'user': {'email': 'xavierpirard@gmail.com', 'id': 4202, 'is_active': True}, 'zip_code': '4130'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Sprimont', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Pauline', 'functions': [], 'geoformation_listing_visible': None, 'is_argel_member': True, 'last_name': 'Pirnay', 'phone_number': '0474335471', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Sprimont', 'public_country': 'Belgique', 'public_street': 'Rue de Sendrogne', 'public_street_number': '48', 'public_zip_code': '4140', 'site': '', 'specializations': [], 'street': 'Rue de Sendrogne', 'street_number': '48', 'user': {'email': 'pauline.pirnay@eiffage.com', 'id': 4289, 'is_active': True}, 'zip_code': '4140'}, {'address_info': None, 'argel_listing_visible': True, 'category': 17, 'city': 'Fraiture', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': None, 'first_name': 'Marcel', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Ponthier', 'phone_number': '0495936432', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Fraiture', 'public_country': None, 'public_street': 'rue de la Vieille Forge', 'public_street_number': '11', 'public_zip_code': '4557', 'site': None, 'specializations': [{'name': 'Expertise judiciaire', 'pk': 22}], 'street': 'rue de la Vieille Forge', 'street_number': '11', 'user': {'email': 'marcel.ponthier@skynet.be', 'id': 3954, 'is_active': True}, 'zip_code': '4557'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Nandrin', 'committee': '', 'company_name': 'Quoibion Nicolas Géomètre-Expert', 'company_tva': 'BE0806039019', 'country': 'BE', 'fax_number': '', 'first_name': 'Nicolas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Quoibion', 'phone_number': '+32 (0)479/98.14.42', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Nandrin', 'public_country': 'BE', 'public_street': 'Route du Condroz', 'public_street_number': '402/1', 'public_zip_code': '4550', 'site': '', 'specializations': [], 'street': 'Route du Condroz', 'street_number': '402/1', 'user': {'email': 'nquoibion@skynet.be', 'id': 4021, 'is_active': True}, 'zip_code': '4550'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Nandrin', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Adrien', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Remacle', 'phone_number': '+32(0)472/26.06.16', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Nandrin', 'public_country': 'BE', 'public_street': 'Chemin de la Pierrerie', 'public_street_number': '2', 'public_zip_code': '4550', 'site': None, 'specializations': [], 'street': 'Chemin de la Pierrerie', 'street_number': '2', 'user': {'email': 'adrien.remacle@hotmail.com', 'id': 3461, 'is_active': True}, 'zip_code': '4550'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Liège', 'committee': None, 'company_name': 'Ingeo', 'company_tva': 'BE0837.170.277', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Simon', 'functions': [], 'geoformation_listing_visible': None, 'is_argel_member': True, 'last_name': 'Roosen', 'phone_number': '0495312112', 'phone_number_2': '0470301917', 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'Belgique', 'public_street': "Boulevard de l'Est", 'public_street_number': '10/01', 'public_zip_code': '4020', 'site': '', 'specializations': [], 'street': "Boulevard de l'Est", 'street_number': '10/01', 'user': {'email': 'roosen.simon99@gmail.com', 'id': 4290, 'is_active': True}, 'zip_code': '4020'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Tilff', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Yves', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Sacré', 'phone_number': '+32 (0)498/45.05.94', 'phone_number_2': '+32 (0)4/388.37.38', 'public_address_info': '', 'public_city': 'Tilff', 'public_country': 'BE', 'public_street': 'Boulevard Lieutenant', 'public_street_number': '7A', 'public_zip_code': '4130', 'site': '', 'specializations': [], 'street': 'Boulevard Lieutenant', 'street_number': '7A', 'user': {'email': 'yves.sacre@urbatex.be', 'id': 4208, 'is_active': True}, 'zip_code': '4130'}, {'address_info': 'INFRABEL SA-Account payable-I-F113 section 40/8', 'argel_listing_visible': True, 'category': 21, 'city': 'Bruxelles', 'committee': None, 'company_name': 'INFRABEL SA-Account payable-I-F113 section 40/8', 'company_tva': None, 'country': 'BE', 'fax_number': None, 'first_name': 'Nicolas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Sarton', 'phone_number': '0460/97.93.93', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Trooz', 'public_country': 'BE', 'public_street': 'Rue des Croisettes', 'public_street_number': '32C', 'public_zip_code': '4870', 'site': None, 'specializations': [], 'street': 'Place Marcel Broodthaers', 'street_number': '2', 'user': {'email': 'nicolas_sarton@live.be', 'id': 4019, 'is_active': True}, 'zip_code': '1060'}, {'address_info': "Bureau d'études JRF SCHMITZ srl", 'argel_listing_visible': True, 'category': 13, 'city': 'Francorchamps', 'committee': None, 'company_name': "Bureau d'études JRF SCHMITZ srl", 'company_tva': 'BE0491391563', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Remy', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Schmitz', 'phone_number': '+32(0)491/20.47.76', 'phone_number_2': '+32(0)87/77.40.22', 'public_address_info': "Bureau d'études JRF SCHMITZ srl", 'public_city': 'Francorchamps', 'public_country': 'BE', 'public_street': 'Rue de Spa', 'public_street_number': '166', 'public_zip_code': '4970', 'site': '', 'specializations': [], 'street': 'Rue de Spa', 'street_number': '166', 'user': {'email': 'jeanremy.schmitz@gmail.com', 'id': 3851, 'is_active': True}, 'zip_code': '4970'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'TILFF', 'committee': '', 'company_name': 'ATEXX SRL', 'company_tva': '0473663965', 'country': 'BE', 'fax_number': '+32 (0)4/388.22.93', 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Schumacker', 'phone_number': '+32 (0)478/97.44.76', 'phone_number_2': '+32 (0)4/388.22.93', 'public_address_info': '', 'public_city': 'TILFF', 'public_country': 'BE', 'public_street': 'Avenue Laboulle', 'public_street_number': '106', 'public_zip_code': '4130', 'site': 'http://www.atexx.be', 'specializations': [], 'street': 'Avenue Laboulle', 'street_number': '106', 'user': {'email': 'bs@atexx.be', 'id': 3539, 'is_active': True}, 'zip_code': '4130'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Villers-le-Bouillet', 'committee': '', 'company_name': 'GEO-XS srl', 'company_tva': 'BE0799416293', 'country': 'BE', 'fax_number': '', 'first_name': 'Xavier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Servais', 'phone_number': '+32 (0)85/31.62.21', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Villers-le-Bouillet', 'public_country': 'BE', 'public_street': 'Rue de Huy', 'public_street_number': '78/2', 'public_zip_code': '4530', 'site': 'http://www.geo-xs.be', 'specializations': [], 'street': 'Rue de Huy', 'street_number': '78/2', 'user': {'email': 'info@geo-xs.be', 'id': 3810, 'is_active': True}, 'zip_code': '4530'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Trooz Nessonvaux', 'committee': None, 'company_name': 'Azimut Jérôme SIMON', 'company_tva': 'BE0877.241.274', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jérôme', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'simon', 'phone_number': '+32 (0)486/56.46.04', 'phone_number_2': '+32 (0)4/226.75.21', 'public_address_info': '', 'public_city': 'Trooz Nessonvaux', 'public_country': 'Belgique', 'public_street': 'Rue Sainry', 'public_street_number': '213', 'public_zip_code': '4870', 'site': '', 'specializations': [], 'street': 'Rue Sainry', 'street_number': '213', 'user': {'email': 'jerome.simon@azimut-geo.be', 'id': 3862, 'is_active': True}, 'zip_code': '4870'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Verlaine', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '+32 (0)4/343.75.53', 'first_name': 'Gaëtan', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Somers', 'phone_number': '+32 (0)479/47.10.39', 'phone_number_2': '+32 (0)4/343.75.53', 'public_address_info': '', 'public_city': 'Verlaine', 'public_country': 'BE', 'public_street': 'Rue des Stanges', 'public_street_number': '14', 'public_zip_code': '4537', 'site': '', 'specializations': [], 'street': 'Rue des Stanges', 'street_number': '14', 'user': {'email': 'gaetan.somers@gs-geo.be', 'id': 3718, 'is_active': True}, 'zip_code': '4537'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Tourinnes-la-Chaussée', 'committee': None, 'company_name': "srl 'Bureau d'Etudes Tassan'", 'company_tva': 'BE0644 493 041', 'country': 'BE', 'fax_number': '+32 (0)19/69.80.12', 'first_name': 'Fabrice', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Tassan', 'phone_number': '+32 (0)476/37.20.05', 'phone_number_2': '+32 (0)19/54.44.12', 'public_address_info': '', 'public_city': 'Tourinnes-la-Chaussée', 'public_country': 'BE', 'public_street': 'Rue de la Chaussée Romaine', 'public_street_number': '17', 'public_zip_code': '4263', 'site': 'https://www.geometretassan.be', 'specializations': [], 'street': 'Rue de la Chaussée Romaine', 'street_number': '17', 'user': {'email': 'ft@bureautassan.be', 'id': 3709, 'is_active': True}, 'zip_code': '4263'}, {'address_info': 'Geodex', 'argel_listing_visible': True, 'category': 23, 'city': 'FAIMES', 'committee': '', 'company_name': 'Geodex', 'company_tva': 'BE0794077929', 'country': 'BE', 'fax_number': '', 'first_name': 'François', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Thonon', 'phone_number': '+32 (0)478/42.80.07', 'phone_number_2': '+32 (0)19/33.11.02', 'public_address_info': 'Geodex', 'public_city': 'FAIMES', 'public_country': 'BE', 'public_street': 'Rue Labia', 'public_street_number': '8', 'public_zip_code': '4317', 'site': 'http://www.geodex.be', 'specializations': [], 'street': 'Rue Labia', 'street_number': '8', 'user': {'email': 'geodex.be@gmail.com', 'id': 3731, 'is_active': True}, 'zip_code': '4317'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Scy', 'committee': None, 'company_name': '', 'company_tva': 'BE 0757.102.915', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Antonio', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Tusset', 'phone_number': '+32 (0)83/61.19.73', 'phone_number_2': '+32 (0)476/20.73.61', 'public_address_info': '', 'public_city': 'Scy', 'public_country': 'Belgique', 'public_street': 'Rue des Scyoux', 'public_street_number': '12', 'public_zip_code': '5361', 'site': None, 'specializations': [], 'street': 'Rue des Scyoux', 'street_number': '12', 'user': {'email': 'a.tusset@bdt-geometre.be', 'id': 3491, 'is_active': True}, 'zip_code': '5361'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Stavelot', 'committee': None, 'company_name': 'Bureau VINDERS srl', 'company_tva': 'BE1023.882.906', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Benoit', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Vinders', 'phone_number': '+32(0)489/462024', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Stavelot', 'public_country': 'Belgique', 'public_street': 'Rue abbé dossogne', 'public_street_number': '53', 'public_zip_code': '4970', 'site': '', 'specializations': [], 'street': 'Rue abbé dossogne', 'street_number': '53', 'user': {'email': 'bvinders@outlook.com', 'id': 4268, 'is_active': True}, 'zip_code': '4970'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Saive', 'committee': '', 'company_name': '', 'company_tva': '0694816245', 'country': 'BE', 'fax_number': '', 'first_name': 'Marc', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Wadeleux', 'phone_number': '+32 (0)493/36.21.00', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Saive', 'public_country': 'BE', 'public_street': 'Rue du Grand moulin', 'public_street_number': '41', 'public_zip_code': '4671', 'site': '', 'specializations': [], 'street': 'Rue du Grand moulin', 'street_number': '41', 'user': {'email': 'marcwadeleux@gmail.com', 'id': 3960, 'is_active': True}, 'zip_code': '4671'}, {'address_info': '', 'argel_listing_visible': True, 'category': 9, 'city': 'Theux', 'committee': '', 'company_name': 'GeoWEB', 'company_tva': '0684960946', 'country': 'BE', 'fax_number': '', 'first_name': 'Geoffrey', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Weber', 'phone_number': '+32 (0)483/02.54.45', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Theux', 'public_country': 'BE', 'public_street': 'Chaussée de Verviers', 'public_street_number': '135', 'public_zip_code': '4910', 'site': '', 'specializations': [], 'street': 'Chaussée de Verviers', 'street_number': '135', 'user': {'email': 'geof.weber@live.be', 'id': 3735, 'is_active': True}, 'zip_code': '4910'}], 'object_list': [{'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Thimister-Clermont', 'committee': None, 'company_name': 'SA BAGUETTE MARCEL', 'company_tva': 'BE0417095743', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Sébastien', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Absil', 'phone_number': '0498741893', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Thimister-Clermont', 'public_country': 'Belgique', 'public_street': 'Bruyères', 'public_street_number': '2', 'public_zip_code': '4890', 'site': '', 'specializations': [], 'street': 'Bruyères', 'street_number': '2', 'user': {'email': 'sebastien.absil@gmail.com', 'id': 4118, 'is_active': True}, 'zip_code': '4890'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Oreye', 'committee': None, 'company_name': "Bureau d'Etudes ANDRE", 'company_tva': '0816629340', 'country': 'BE', 'fax_number': None, 'first_name': 'Johan', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Andre', 'phone_number': '+32 (0)486/17.46.46', 'phone_number_2': '+32 (0)19/32.87.29', 'public_address_info': '', 'public_city': 'Oreye', 'public_country': 'BE', 'public_street': 'Rue de la Westrée', 'public_street_number': '19', 'public_zip_code': '4360', 'site': 'http://www.bureau-andre.be', 'specializations': [], 'street': 'Rue de la Westrée', 'street_number': '19', 'user': {'email': 'info@bureau-andre.be', 'id': 3800, 'is_active': True}, 'zip_code': '4360'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Avennes', 'committee': '', 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': '', 'first_name': 'Michael', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Aupaix', 'phone_number': '+32(0)479.03.67.92', 'phone_number_2': '+32(0)19.33.29.91', 'public_address_info': '', 'public_city': 'Avennes', 'public_country': 'Belgique', 'public_street': 'Rue de Moxhe', 'public_street_number': '33', 'public_zip_code': '4260', 'site': 'http://www.kdrix.be', 'specializations': [{'name': 'Drones', 'pk': 14}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Photogrammétrie terrestre', 'pk': 24}, {'name': 'Photogrammétrie aérienne', 'pk': 25}, {'name': "Bureau d'étude (voirie, " 'égouttage, cubatures,...)', 'pk': 26}, {'name': 'Bathymétrie', 'pk': 30}], 'street': 'rue de Moxhe', 'street_number': '33', 'user': {'email': 'geometre.aupaix@proximus.be', 'id': 3738, 'is_active': True}, 'zip_code': '4260'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Dalhem', 'committee': '', 'company_name': 'MARECHAL & BAUDINET SRL', 'company_tva': 'BE0543614328', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Gilles', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Baudinet', 'phone_number': '+32475217282', 'phone_number_2': '+3243794555', 'public_address_info': '', 'public_city': 'Dalhem', 'public_country': 'Belgique', 'public_street': 'Rue de Visé', 'public_street_number': '43', 'public_zip_code': '4607', 'site': 'https://www.marechal-baudinet.be/', 'specializations': [], 'street': 'Rue de Visé', 'street_number': '43', 'user': {'email': 'gilles.baudinet@gmail.com', 'id': 3763, 'is_active': True}, 'zip_code': '4607'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Marchin', 'committee': '', 'company_name': '', 'company_tva': 'BE0876824669', 'country': 'BELGIUM', 'fax_number': '', 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Beaujean', 'phone_number': '+32 (0)479 65 77 42', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Marchin', 'public_country': 'BELGIUM', 'public_street': 'Ereffe', 'public_street_number': '3', 'public_zip_code': '4570', 'site': '', 'specializations': [], 'street': 'Ereffe', 'street_number': '3', 'user': {'email': 'ben_beaujean@skynet.be', 'id': 3506, 'is_active': True}, 'zip_code': '4570'}, {'address_info': '2', 'argel_listing_visible': True, 'category': 23, 'city': 'Esneux', 'committee': None, 'company_name': '3DB SPRL', 'company_tva': '0536285284', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Denis', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Bellefontaine', 'phone_number': '+32 (0)497/88.66.99', 'phone_number_2': None, 'public_address_info': '2', 'public_city': 'Esneux', 'public_country': 'Belgique', 'public_street': "RUE GUE D'AMONT", 'public_street_number': '2', 'public_zip_code': '4130', 'site': 'http://www.3db-geometre.be', 'specializations': [], 'street': "RUE GUE D'AMONT", 'street_number': '2', 'user': {'email': '3db.geometre@gmail.com', 'id': 3458, 'is_active': True}, 'zip_code': '4130'}, {'address_info': 'Rue aux frênes 47', 'argel_listing_visible': True, 'category': 13, 'city': 'Liege', 'committee': None, 'company_name': 'Personne physique', 'company_tva': 'BE1000.732.370', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Oualid', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Benkorichi', 'phone_number': '0465207789', 'phone_number_2': '', 'public_address_info': 'Rue aux frênes 47', 'public_city': 'Liege', 'public_country': 'Belgique', 'public_street': 'Rue Aux Frênes', 'public_street_number': '47 boite 22', 'public_zip_code': '4020', 'site': '', 'specializations': [], 'street': 'Rue Aux Frênes', 'street_number': '47 boite 22', 'user': {'email': 'oualid.benkorichi@gmail.com', 'id': 4035, 'is_active': True}, 'zip_code': '4020'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Vielsalm', 'committee': '', 'company_name': 'SRL GEOXIM', 'company_tva': '0892243216', 'country': 'BE', 'fax_number': '', 'first_name': 'Valerie', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Bernes', 'phone_number': '+32 (0)495/32.97.94', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Vielsalm', 'public_country': 'BE', 'public_street': 'Chemin de Grand-Halleux', 'public_street_number': '36', 'public_zip_code': '6690', 'site': 'http://www.geoxim.be', 'specializations': [], 'street': 'Chemin de Grand-Halleux', 'street_number': '36', 'user': {'email': 'vbernes@geoxim.be', 'id': 4177, 'is_active': True}, 'zip_code': '6690'}, {'address_info': None, 'argel_listing_visible': True, 'category': 23, 'city': 'Grand-Rechain', 'committee': None, 'company_name': 'Michael BROUWIER Géomètre SPRL', 'company_tva': '0808567056', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Michael', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Brouwier', 'phone_number': '+32 (0)476/51.43.77', 'phone_number_2': '+32 (0)87/30.03.05', 'public_address_info': None, 'public_city': 'Grand-Rechain', 'public_country': 'Belgique', 'public_street': 'Chemin des Bouleaux', 'public_street_number': '2', 'public_zip_code': '4650', 'site': None, 'specializations': [], 'street': 'Chemin des Bouleaux', 'street_number': '2', 'user': {'email': 'michael@brouwier.be', 'id': 3986, 'is_active': True}, 'zip_code': '4650'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Andenne', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Olivier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Bry', 'phone_number': '+32(0)477.33.44.85', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Andenne', 'public_country': 'BE', 'public_street': 'Alexis Jottard', 'public_street_number': '41', 'public_zip_code': '5300', 'site': '', 'specializations': [], 'street': 'Alexis Jottard', 'street_number': '41', 'user': {'email': 'olivier.bry@colas.be', 'id': 4029, 'is_active': True}, 'zip_code': '5300'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Verlaine', 'committee': None, 'company_name': 'Thomas Caprasse', 'company_tva': 'BE 1.010.536.793', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Thomas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Caprasse', 'phone_number': '0498523704', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Verlaine', 'public_country': 'Belgique', 'public_street': 'Grand route', 'public_street_number': '21', 'public_zip_code': '4537', 'site': '', 'specializations': [], 'street': 'Grand route', 'street_number': '21', 'user': {'email': 'tcaprasse@gmail.com', 'id': 4214, 'is_active': True}, 'zip_code': '4537'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Clavier', 'committee': None, 'company_name': 'ABSYS srl', 'company_tva': 'BE0873997417', 'country': 'BE', 'fax_number': '', 'first_name': 'Cédric', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Carrette', 'phone_number': '+32 (0)477/85.22.98', 'phone_number_2': '+32 (0)86/34.52.24', 'public_address_info': '', 'public_city': 'Clavier', 'public_country': 'BE', 'public_street': 'Rue des Condruzes', 'public_street_number': '10', 'public_zip_code': '4560', 'site': 'https://www.absys-sprl.be/', 'specializations': [], 'street': 'Rue des Condruzes', 'street_number': '10', 'user': {'email': 'cc@absys-sprl.be', 'id': 3554, 'is_active': True}, 'zip_code': '4560'}, {'address_info': '53 rue du Biez', 'argel_listing_visible': True, 'category': 22, 'city': 'Angleur', 'committee': '', 'company_name': 'Jerry Close', 'company_tva': '0808805497', 'country': 'BE', 'fax_number': '', 'first_name': 'Jerry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Close', 'phone_number': '+32 (0)496/51.62.47', 'phone_number_2': '', 'public_address_info': '53 rue du Biez', 'public_city': 'Angleur', 'public_country': 'BE', 'public_street': 'Rue Du Biez', 'public_street_number': '53', 'public_zip_code': '4031', 'site': 'http://www.close-geometre-expert.be', 'specializations': [], 'street': 'Rue Du Biez', 'street_number': '53', 'user': {'email': 'close.jerry@gmail.com', 'id': 3586, 'is_active': True}, 'zip_code': '4031'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Saint-André', 'committee': 'Comité directeur', 'company_name': 'Thierry Colson SRL', 'company_tva': 'BE0738745664', 'country': 'BE', 'fax_number': None, 'first_name': 'Thierry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Colson', 'phone_number': '+32(0)470/26.11.39', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Saint-André', 'public_country': 'BE', 'public_street': 'Heuière', 'public_street_number': '10', 'public_zip_code': '4606', 'site': 'http://www.air-geomatics.com', 'specializations': [], 'street': 'Heuière', 'street_number': '10', 'user': {'email': 'thierry@air-geomatics.com', 'id': 4158, 'is_active': True}, 'zip_code': '4606'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Eupen', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Alexandra', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Cormann', 'phone_number': '+32 (0)87/56.00.46', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Eupen', 'public_country': 'BE', 'public_street': 'Herbesthaler Straße', 'public_street_number': '247', 'public_zip_code': '4700', 'site': '', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Implantation', 'pk': 18}, {'name': 'Lotissement', 'pk': 19}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Etat des lieux', 'pk': 21}, {'name': 'Expertise judiciaire', 'pk': 22}, {'name': 'Plan AS-Built', 'pk': 32}, {'name': 'Division de bâtiments', 'pk': 37}, {'name': 'Division en volume', 'pk': 38}, {'name': 'Division pour sortie ' "d'indivision", 'pk': 39}, {'name': 'Création de servitudes', 'pk': 40}, {'name': "Plans d'emprises", 'pk': 41}, {'name': 'Cessions de mitoyenneté', 'pk': 42}], 'street': 'Herbesthaler Straße', 'street_number': '247', 'user': {'email': 'alexandra.cormann@skynet.be', 'id': 3468, 'is_active': True}, 'zip_code': '4700'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Heusy', 'committee': '', 'company_name': '', 'company_tva': 'BE 0869 794 050', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jean-Philippe', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Cremers', 'phone_number': '0497876494', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Heusy', 'public_country': 'Belgique', 'public_street': 'Chaussée de Theux', 'public_street_number': '27', 'public_zip_code': '4802', 'site': 'http://c-geo.be', 'specializations': [], 'street': 'Chaussée de Theux', 'street_number': '27', 'user': {'email': 'jeanphicremers@gmail.com', 'id': 3848, 'is_active': True}, 'zip_code': '4802'}, {'address_info': '9', 'argel_listing_visible': True, 'category': 23, 'city': 'WAIMES', 'committee': None, 'company_name': 'BecD srl', 'company_tva': 'BE0841.972.272', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Olivier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Defechereux', 'phone_number': '+32 (0)486/90.67.52', 'phone_number_2': None, 'public_address_info': '9', 'public_city': 'WAIMES', 'public_country': 'Belgique', 'public_street': "Rue de l'Abbé Pietkin", 'public_street_number': '9', 'public_zip_code': '4950', 'site': None, 'specializations': [], 'street': "Rue de l'Abbé Pietkin", 'street_number': '9', 'user': {'email': 'o.defechereux@skynet.be', 'id': 4025, 'is_active': True}, 'zip_code': '4950'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Angleur', 'committee': None, 'company_name': 'SML Ingenieurs Conseils', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Florence', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'de Francquen', 'phone_number': '+32 (0)492/73.05.70', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Angleur', 'public_country': 'BE', 'public_street': 'Rue F. Desoer', 'public_street_number': '29', 'public_zip_code': '4031', 'site': '', 'specializations': [], 'street': 'Rue F. Desoer', 'street_number': '29', 'user': {'email': 'florence.defrancquen@gmail.com', 'id': 3681, 'is_active': True}, 'zip_code': '4031'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Thimister-Clermont', 'committee': None, 'company_name': "Bureau d'Etudes André GENOTTE", 'company_tva': 'BE0887.205.055', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Olivier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Degueldre', 'phone_number': '+32494240185', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Thimister-Clermont', 'public_country': 'Belgique', 'public_street': 'Elsaute', 'public_street_number': '19', 'public_zip_code': '4890', 'site': None, 'specializations': [], 'street': 'Elsaute', 'street_number': '19', 'user': {'email': 'olivier.degueldre@hotmail.com', 'id': 4030, 'is_active': True}, 'zip_code': '4890'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Wanze', 'committee': '', 'company_name': 'DELANNOY', 'company_tva': 'BE651538607', 'country': 'BE', 'fax_number': '', 'first_name': 'Pascal', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Delannoy', 'phone_number': '+32 (0)495/15.66.52', 'phone_number_2': '+32 (0)85/21.61.92', 'public_address_info': '', 'public_city': 'Wanze', 'public_country': 'BE', 'public_street': 'Chaussée de Waremme', 'public_street_number': '79', 'public_zip_code': '4520', 'site': '', 'specializations': [], 'street': 'Chaussée de Waremme', 'street_number': '79', 'user': {'email': 'pascaldelannoy@hotmail.com', 'id': 4041, 'is_active': True}, 'zip_code': '4520'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Xhendelesse', 'committee': '', 'company_name': 'CAN infra', 'company_tva': 'BE460.224.220', 'country': 'BE', 'fax_number': '+32 (0)87/30.06.46', 'first_name': 'Patrice', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Desmit', 'phone_number': '+32 (0)495/36.20.32', 'phone_number_2': '+32 (0)87/30.05.45', 'public_address_info': '', 'public_city': 'Xhendelesse', 'public_country': 'BE', 'public_street': 'Rue des Deux Tilleuls', 'public_street_number': '24', 'public_zip_code': '4652', 'site': 'http://www.caninfra.be', 'specializations': [], 'street': 'Rue des Deux Tilleuls', 'street_number': '24', 'user': {'email': 'patricedesmit@caninfra.be', 'id': 4045, 'is_active': True}, 'zip_code': '4652'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Nandrin', 'committee': '', 'company_name': 'SRL D. DESTREE', 'company_tva': 'BE0894694544', 'country': 'BE', 'fax_number': '+32 (0)4/371.44.18', 'first_name': 'Dominique', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Destrée', 'phone_number': '+32 (0)475/44.21.28', 'phone_number_2': '+32 (0)4/371.44.18', 'public_address_info': '', 'public_city': 'Nandrin', 'public_country': 'BE', 'public_street': 'Rue Petite Vaux', 'public_street_number': '10', 'public_zip_code': '4550', 'site': '', 'specializations': [], 'street': 'Rue Petite Vaux', 'street_number': '10', 'user': {'email': 'd.destree@outlook.com', 'id': 3601, 'is_active': True}, 'zip_code': '4550'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Beaufays', 'committee': 'Comité directeur', 'company_name': '4DManagement', 'company_tva': '0553785965', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Nesma', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Djema', 'phone_number': '0498321152', 'phone_number_2': '0486871467', 'public_address_info': '', 'public_city': 'Beaufays', 'public_country': 'Belgique', 'public_street': "Voie de l'Air Pur", 'public_street_number': '138', 'public_zip_code': '4052', 'site': 'http://www.4dm.be', 'specializations': [], 'street': "Voie de l'Air Pur", 'street_number': '138', 'user': {'email': 'nd@4dm.be', 'id': 4215, 'is_active': True}, 'zip_code': '4052'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'FLÉMALLE', 'committee': None, 'company_name': 'srl Dupont Géometre & Cie', 'company_tva': '0478.802.292', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Guy', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Dupont', 'phone_number': '+32475860808', 'phone_number_2': '+32 (0)4/225.99.22', 'public_address_info': '', 'public_city': 'FLÉMALLE', 'public_country': 'Belgique', 'public_street': 'rue de Mons-Lez-Liège', 'public_street_number': '67', 'public_zip_code': '4400', 'site': 'http://www.geometre-dupont.be', 'specializations': [], 'street': 'rue de Mons-Lez-Liège', 'street_number': '67', 'user': {'email': 'info@geometre-dupont.be', 'id': 3726, 'is_active': True}, 'zip_code': '4400'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Saint-Georges-sur-Meuse', 'committee': None, 'company_name': 'dbgex', 'company_tva': '0684.579.775', 'country': 'BE', 'fax_number': None, 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Duré', 'phone_number': '+32 (0)494/54.40.81', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Saint-Georges-sur-Meuse', 'public_country': 'BE', 'public_street': 'Basse Marquet', 'public_street_number': '64', 'public_zip_code': '4470', 'site': None, 'specializations': [], 'street': 'Basse Marquet', 'street_number': '64', 'user': {'email': 'durebenoit@live.be', 'id': 3636, 'is_active': True}, 'zip_code': '4470'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Büllingen/Bullange', 'committee': None, 'company_name': 'Guido Faymonville', 'company_tva': 'BE 0817 457 897', 'country': 'BE', 'fax_number': '', 'first_name': 'Guido', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Faymonville', 'phone_number': '+32 (0)476/939.909', 'phone_number_2': '+32 (0)80/64.72.04', 'public_address_info': '', 'public_city': 'Büllingen/Bullange', 'public_country': 'BE', 'public_street': 'Rue Honsfeld', 'public_street_number': '302', 'public_zip_code': '4760', 'site': '', 'specializations': [], 'street': 'Rue Honsfeld', 'street_number': '302', 'user': {'email': 'guido.faymonville@skynet.be', 'id': 3778, 'is_active': True}, 'zip_code': '4760'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'LOUVEIGNE', 'committee': None, 'company_name': 'GEOTECH SRL', 'company_tva': 'BE0468343813', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Didier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Fays', 'phone_number': '+32 (0)495/57.95.98', 'phone_number_2': '+32 (0)4/250.92.50', 'public_address_info': '', 'public_city': 'LOUVEIGNE', 'public_country': 'Belgique', 'public_street': 'Rue de Remouchamps', 'public_street_number': '34 E23', 'public_zip_code': '4141', 'site': 'http://www.geotech.be', 'specializations': [], 'street': 'Rue de Remouchamps', 'street_number': '34 E23', 'user': {'email': 'didier.fays@geotech.be', 'id': 3617, 'is_active': True}, 'zip_code': '4141'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Jemeppe-sur-Meuse', 'committee': None, 'company_name': 'ASC Géomètre-Expert', 'company_tva': 'BE 0646.773.729', 'country': 'BE', 'fax_number': '', 'first_name': 'Salem', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Ferjani', 'phone_number': '+32 (0)486/55.46.63', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Jemeppe-sur-Meuse', 'public_country': 'BE', 'public_street': 'Valles', 'public_street_number': '52', 'public_zip_code': '4101', 'site': '', 'specializations': [], 'street': 'Valles', 'street_number': '52', 'user': {'email': 'ferjanisalem@hotmail.com', 'id': 3675, 'is_active': True}, 'zip_code': '4101'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'LANTIN', 'committee': None, 'company_name': '', 'company_tva': 'FRANCHISE', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jacky', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Ferrara', 'phone_number': '+32(0)495/40.71.44', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'LANTIN', 'public_country': 'Belgique', 'public_street': 'Rue Vanden Sande', 'public_street_number': '32 B', 'public_zip_code': '4450', 'site': 'https://www.geometre-expert-ferrara-jacky.com/', 'specializations': [], 'street': 'Rue Vanden Sande', 'street_number': '32 B', 'user': {'email': 'ferrarajacky@hotmail.com', 'id': 3677, 'is_active': True}, 'zip_code': '4450'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Henri-Chapelle', 'committee': '', 'company_name': "Bureau d'Etudes Flas srl", 'company_tva': 'BE0809888929', 'country': 'BE', 'fax_number': '', 'first_name': 'Henri', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Flas', 'phone_number': '+32 (0)485/36.64.45', 'phone_number_2': '+32 (0)87/65.31.20', 'public_address_info': '', 'public_city': 'Henri-Chapelle', 'public_country': 'BE', 'public_street': 'Bayaux', 'public_street_number': '102', 'public_zip_code': '4841', 'site': 'http://www.flas.be', 'specializations': [], 'street': 'Bayaux', 'street_number': '102', 'user': {'email': 'bureau@flas.be', 'id': 3543, 'is_active': True}, 'zip_code': '4841'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'LOUVEIGNE', 'committee': None, 'company_name': 'BTF srl', 'company_tva': 'BE0878.572.847', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Philippe', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Fontaine', 'phone_number': '+32 (0)4 368 49 69', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'LOUVEIGNE', 'public_country': 'Belgique', 'public_street': 'Rue de Blindef', 'public_street_number': '13', 'public_zip_code': '4141', 'site': 'http://www.btf-sprl.be', 'specializations': [], 'street': 'Rue de Blindef', 'street_number': '13', 'user': {'email': 'philippe.fontaine@btf-sprl.be', 'id': 4057, 'is_active': True}, 'zip_code': '4141'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Malmedy', 'committee': None, 'company_name': '', 'company_tva': 'BE0725153687', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Louis', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Fraikin', 'phone_number': '+32 (0)476/21.42.41', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Malmedy', 'public_country': 'BE', 'public_street': 'Chemin du Tchession', 'public_street_number': '3', 'public_zip_code': '4960', 'site': 'https://www.jlfraikin.be/', 'specializations': [], 'street': 'Chemin du Tchession', 'street_number': '3', 'user': {'email': 'jean.louis.fraikin@skynet.be', 'id': 3842, 'is_active': True}, 'zip_code': '4960'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Malmedy', 'committee': None, 'company_name': 'Ingeo G srl', 'company_tva': 'BE 0837.170.277', 'country': 'BE', 'fax_number': '', 'first_name': 'Florian', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Gallo', 'phone_number': '0032(0)476/75.11.61', 'phone_number_2': '0032(0)478/91.93.25', 'public_address_info': '', 'public_city': 'Malmedy', 'public_country': 'BE', 'public_street': 'Avenue Monbijou', 'public_street_number': '14', 'public_zip_code': '4960', 'site': '', 'specializations': [], 'street': 'Avenue Monbijou', 'street_number': '14', 'user': {'email': 'florian@scheen-lecoq.be', 'id': 3685, 'is_active': True}, 'zip_code': '4960'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Thimister-Clermont', 'committee': '', 'company_name': "Bureau d'études André Genotte srl", 'company_tva': 'BE 0887.205.055', 'country': 'BE', 'fax_number': '+32 (0)87/44.68.59', 'first_name': 'André', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Genotte', 'phone_number': '+32 (0)87/44.54.32', 'phone_number_2': '+32 (0)496/50.69.45', 'public_address_info': '', 'public_city': 'Thimister-Clermont', 'public_country': 'BE', 'public_street': 'Elsaute', 'public_street_number': '19', 'public_zip_code': '4890', 'site': 'http://www.bureaugenotte.be', 'specializations': [], 'street': 'Elsaute', 'street_number': '19', 'user': {'email': 'andre@bureaugenotte.be', 'id': 3801, 'is_active': True}, 'zip_code': '4890'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Houffalize', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jean-François', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Gerardy', 'phone_number': '0495/99.05.79', 'phone_number_2': '', 'public_address_info': '', 'public_city': '', 'public_country': '', 'public_street': '', 'public_street_number': '', 'public_zip_code': '6660', 'site': 'http://www.CoLaura.be', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Implantation', 'pk': 18}, {'name': 'Etat des lieux', 'pk': 21}, {'name': 'Certificateur PEB', 'pk': 27}, {'name': 'Division en volume', 'pk': 38}, {'name': 'Division pour sortie ' "d'indivision", 'pk': 39}, {'name': 'Création de servitudes', 'pk': 40}, {'name': 'Permis de location', 'pk': 43}], 'street': 'Taverneux', 'street_number': '27', 'user': {'email': 'info@colaura.be', 'id': 4226, 'is_active': True}, 'zip_code': '6660'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Grâce-Berleur', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Fabrice', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Guisset', 'phone_number': '0495576101', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Grâce-Berleur', 'public_country': 'BE', 'public_street': 'Rue du Bonnier', 'public_street_number': '14A', 'public_zip_code': '4460', 'site': '', 'specializations': [], 'street': 'Rue du Bonnier', 'street_number': '14A', 'user': {'email': 'ex.guisset@gmail.com', 'id': 3655, 'is_active': True}, 'zip_code': '4460'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Couthuin', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jeremy', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Guyot', 'phone_number': '0032472376946', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Couthuin', 'public_country': 'Belgique', 'public_street': 'Rue du Bayet', 'public_street_number': '18', 'public_zip_code': '4218', 'site': '', 'specializations': [], 'street': 'Rue du Bayet', 'street_number': '18', 'user': {'email': 'jeremy.guyot@outlook.com', 'id': 4232, 'is_active': True}, 'zip_code': '4218'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Loncin', 'committee': '', 'company_name': 'beGX', 'company_tva': 'BE0878945605', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Albert', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Hannay', 'phone_number': '+32 (0)495/25.35.50', 'phone_number_2': '+32 (0)4/263.02.00', 'public_address_info': '', 'public_city': 'Ans', 'public_country': 'Belgique', 'public_street': 'rue de Jemeppe', 'public_street_number': '229', 'public_zip_code': '4431', 'site': 'http://www.begx.be', 'specializations': [{'name': 'Implantation et certification ' "d'installations sportives", 'pk': 44}], 'street': 'Rue de Jemeppe', 'street_number': '229', 'user': {'email': 'albert.hannay@begx.be', 'id': 3467, 'is_active': True}, 'zip_code': '4431'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Herstal', 'committee': None, 'company_name': 'Bureau Houbart', 'company_tva': 'BE0604924761', 'country': 'BE', 'fax_number': None, 'first_name': 'Jacques', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Houbart', 'phone_number': '+32 (0)476/21.39.72', 'phone_number_2': '+32 (0)4/264.48.09', 'public_address_info': '', 'public_city': 'Herstal', 'public_country': 'BE', 'public_street': 'Rue Verte', 'public_street_number': '330', 'public_zip_code': '4040', 'site': 'http://www.houbart.be', 'specializations': [], 'street': 'Rue Verte', 'street_number': '330', 'user': {'email': 'geometre@houbart.be', 'id': 3743, 'is_active': True}, 'zip_code': '4040'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Embourg', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Frédéric', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Humblet', 'phone_number': '+32 (0)495/42.48.68', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Embourg', 'public_country': 'BE', 'public_street': 'Rue Mathysart', 'public_street_number': '13', 'public_zip_code': '4053', 'site': 'http://www.geoconsult.be', 'specializations': [], 'street': 'Rue Mathysart', 'street_number': '13', 'user': {'email': 'fhu@hotmail.be', 'id': 4282, 'is_active': True}, 'zip_code': '4053'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'WAREMME', 'committee': None, 'company_name': 'SRL Joassin affaires immobilières', 'company_tva': 'BE0461927856', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Jean-Lambert', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Joassin', 'phone_number': '019339393', 'phone_number_2': '+32 476205133', 'public_address_info': '', 'public_city': 'WAREMME', 'public_country': 'Belgique', 'public_street': 'Chaussée Romaine', 'public_street_number': '200', 'public_zip_code': '4300', 'site': None, 'specializations': [], 'street': 'Chaussée Romaine', 'street_number': '200', 'user': {'email': 'jean-lambert.joassin@joassinimmo.be', 'id': 3840, 'is_active': True}, 'zip_code': '4300'}, {'address_info': None, 'argel_listing_visible': True, 'category': 21, 'city': 'Marchin', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'Belgique', 'fax_number': None, 'first_name': 'Lionel', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Jonet', 'phone_number': '0475652242', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'MARCHIN', 'public_country': 'Belgique', 'public_street': 'Rue vieux Thier', 'public_street_number': '5', 'public_zip_code': '4570', 'site': None, 'specializations': [], 'street': 'Rue vieux Thier', 'street_number': '5', 'user': {'email': 'lionel.jonet@eiffage.com', 'id': 3927, 'is_active': True}, 'zip_code': '4570'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Charneux', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Benoit', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Jonlet', 'phone_number': '+32 (0)499/12.70.22', 'phone_number_2': '+32 (0)87/50.70.34', 'public_address_info': '', 'public_city': 'Charneux', 'public_country': 'BE', 'public_street': 'Garde-Dieu', 'public_street_number': '310', 'public_zip_code': '4654', 'site': 'http://www.bureaujonlet.be', 'specializations': [], 'street': 'Garde-Dieu', 'street_number': '310', 'user': {'email': 'info@bureaujonlet.be', 'id': 3802, 'is_active': True}, 'zip_code': '4654'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Tilff', 'committee': 'Comité directeur', 'company_name': 'KGEO SRL', 'company_tva': 'BE0647.905.263', 'country': 'BE', 'fax_number': None, 'first_name': 'Laurent', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Kessler', 'phone_number': '+32 (0)475/40.11.79', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Tilff', 'public_country': 'BE', 'public_street': 'Allée de la Fraineuse', 'public_street_number': '62', 'public_zip_code': '4130', 'site': None, 'specializations': [], 'street': 'Allée de la Fraineuse', 'street_number': '62', 'user': {'email': 'laurent.kessler@kgeo.be', 'id': 3914, 'is_active': True}, 'zip_code': '4130'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Liège', 'committee': 'Comité directeur', 'company_name': 'Galere', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Gaëlle', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Kroonen', 'phone_number': '+32 (0)478/68.00.57', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue du chéra', 'public_street_number': '7', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Rue du chéra', 'street_number': '7', 'user': {'email': 'gaelle.kroonen@galere.be', 'id': 3715, 'is_active': True}, 'zip_code': '4000'}, {'address_info': 'Compass Building', 'argel_listing_visible': True, 'category': 21, 'city': 'Zaventem', 'committee': None, 'company_name': 'Brussels Airport Company', 'company_tva': 'BE 0890.082.292', 'country': 'BE', 'fax_number': None, 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': True, 'is_argel_member': True, 'last_name': 'Lahaye', 'phone_number': '+32(0)470.10.64.77', 'phone_number_2': None, 'public_address_info': 'Compass Building', 'public_city': 'Zaventem', 'public_country': 'BE', 'public_street': 'Luchthaven Brussel Nationaal', 'public_street_number': '1M', 'public_zip_code': '1930', 'site': None, 'specializations': [], 'street': 'Luchthaven Brussel Nationaal', 'street_number': '1M', 'user': {'email': 'lahaye.b@gmail.com', 'id': 3905, 'is_active': True}, 'zip_code': '1930'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Braine-le-Château', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Pierre', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lambert', 'phone_number': '+32 (0)479/23.40.00', 'phone_number_2': '+32 (0)2/366.17.12', 'public_address_info': '', 'public_city': 'Braine-le-Château', 'public_country': 'BE', 'public_street': 'rue de Tubize', 'public_street_number': '1C', 'public_zip_code': '1440', 'site': '', 'specializations': [], 'street': 'rue de Tubize', 'street_number': '1C', 'user': {'email': 'lambertjp@skynet.be', 'id': 3907, 'is_active': True}, 'zip_code': '1440'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Liège', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Lucie', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lebbos', 'phone_number': '+32 (0)478/87.04.13', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue Isi Collin', 'public_street_number': '14', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Rue Isi Collin', 'street_number': '14', 'user': {'email': 'lebbos@geometre.expert', 'id': 3940, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Louveigné', 'committee': '', 'company_name': '0474703251', 'company_tva': 'BE474.703.251', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Philippe', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Leduc', 'phone_number': '0478/784.771', 'phone_number_2': '04360.98.35', 'public_address_info': '', 'public_city': 'Louveigné', 'public_country': 'Belgique', 'public_street': 'China', 'public_street_number': '57', 'public_zip_code': '4141', 'site': '', 'specializations': [], 'street': 'China', 'street_number': '57', 'user': {'email': 'philippe@geoconstruct.be', 'id': 4058, 'is_active': True}, 'zip_code': '4141'}, {'address_info': '', 'argel_listing_visible': True, 'category': 20, 'city': 'Berloz', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Gauthier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Legros', 'phone_number': None, 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Berloz', 'public_country': 'BE', 'public_street': 'Rue de Longchamps', 'public_street_number': '13', 'public_zip_code': '4257', 'site': None, 'specializations': [], 'street': 'Rue de Longchamps', 'street_number': '13', 'user': {'email': 'gauthier.legros@outlook.com', 'id': 3723, 'is_active': True}, 'zip_code': '4257'}, {'address_info': None, 'argel_listing_visible': True, 'category': 22, 'city': 'Huy', 'committee': None, 'company_name': 'isolaction srl', 'company_tva': 'BE0646672472', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Thierry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lejeune', 'phone_number': '0475/495110', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Huy', 'public_country': 'Belgique', 'public_street': 'Rue Rioul', 'public_street_number': '17 bte 5', 'public_zip_code': '4500', 'site': None, 'specializations': [], 'street': 'Rue Rioul', 'street_number': '17 bte 5', 'user': {'email': 'info@isolaction.eu', 'id': 3814, 'is_active': True}, 'zip_code': '4500'}, {'address_info': None, 'argel_listing_visible': True, 'category': 23, 'city': 'Jehay', 'committee': 'Comité directeur', 'company_name': 'LN Géo', 'company_tva': '0472523028', 'country': 'BE', 'fax_number': None, 'first_name': 'Noël', 'functions': [{'name': 'Trésorier Adjoint', 'pk': 6}], 'geoformation_listing_visible': True, 'is_argel_member': True, 'last_name': 'Léonard', 'phone_number': '+32 (0)476/38.75.36', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Jehay', 'public_country': 'BE', 'public_street': 'Petit Rivage', 'public_street_number': '32', 'public_zip_code': '4540', 'site': 'http://www.lngeo.be', 'specializations': [], 'street': 'Petit Rivage', 'street_number': '32', 'user': {'email': 'info@lngeo.be', 'id': 3818, 'is_active': True}, 'zip_code': '4540'}, {'address_info': 'AEDI : FICAD SRL', 'argel_listing_visible': True, 'category': 23, 'city': 'Liège', 'committee': None, 'company_name': 'Aedi Ficad SRL', 'company_tva': 'BE0443067096', 'country': 'BE', 'fax_number': None, 'first_name': 'Pierre-Antoine', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Leroy', 'phone_number': '+32(0)485/33.64.54', 'phone_number_2': None, 'public_address_info': 'AEDI : FICAD SRL', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Place Vivegnis', 'public_street_number': '36', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Place Vivegnis', 'street_number': '36', 'user': {'email': 'pa@aedificad.be', 'id': 4037, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Aywaille', 'committee': None, 'company_name': 'LPmetris', 'company_tva': 'BE0727734877', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Nicolas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Letesson', 'phone_number': '+32(0)499/40.45.99', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Aywaille', 'public_country': 'Belgique', 'public_street': 'Rue Piersay', 'public_street_number': '2B/001', 'public_zip_code': '4920', 'site': '', 'specializations': [], 'street': 'Rue Piersay', 'street_number': '2B/001', 'user': {'email': 'nicolas@lpmetris.be', 'id': 4016, 'is_active': True}, 'zip_code': '4920'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Clavier', 'committee': '', 'company_name': 'Leonardo LOFORTE', 'company_tva': '0606907026', 'country': 'BE', 'fax_number': '', 'first_name': 'Leonardo', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Loforte', 'phone_number': '+32 (0)475/93.57.69', 'phone_number_2': '+32 (0)85/25.25.32', 'public_address_info': '', 'public_city': 'Clavier', 'public_country': 'BE', 'public_street': 'Route de Modave', 'public_street_number': '30', 'public_zip_code': '4560', 'site': '', 'specializations': [], 'street': 'Route de Modave', 'street_number': '30', 'user': {'email': 'leo.loforte@hotmail.com', 'id': 3921, 'is_active': True}, 'zip_code': '4560'}, {'address_info': "Business Center de l'Avouerie", 'argel_listing_visible': True, 'category': 23, 'city': 'Liège', 'committee': '', 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': '', 'first_name': 'Thierry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lovinfosse', 'phone_number': '+32 (0)4/330.93.13', 'phone_number_2': '', 'public_address_info': '', 'public_city': '', 'public_country': '', 'public_street': '', 'public_street_number': '', 'public_zip_code': '4000', 'site': 'http://www.kdrix.be', 'specializations': [{'name': 'Lotissement', 'pk': 19}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Expertise judiciaire', 'pk': 22}, {'name': "Bureau d'étude (voirie, " 'égouttage, cubatures,...)', 'pk': 26}], 'street': "de l'Avouerie", 'street_number': '5', 'user': {'email': 'thierry.lovinfosse@kdrix.be', 'id': 4160, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 9, 'city': 'Waremme', 'committee': None, 'company_name': 'MG Géomètre-Expert', 'company_tva': '1024763725', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Gaël', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Maes', 'phone_number': '0474625819', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Waremme', 'public_country': 'Belgique', 'public_street': 'Rue Mignolet', 'public_street_number': '85', 'public_zip_code': '4300', 'site': 'http://mg-geometre-expert.be', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Maison', 'pk': 5}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Suivi topographique de voirie', 'pk': 17}, {'name': 'Implantation', 'pk': 18}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Etat des lieux', 'pk': 21}, {'name': 'Plan AS-Built', 'pk': 32}, {'name': 'Division de propriété', 'pk': 36}, {'name': 'Division de bâtiments', 'pk': 37}, {'name': 'Division en volume', 'pk': 38}], 'street': 'Rue Mignolet', 'street_number': '85', 'user': {'email': 'gael.maes@gmail.com', 'id': 3716, 'is_active': True}, 'zip_code': '4300'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Warsage', 'committee': '', 'company_name': 'Maon', 'company_tva': '1006908993', 'country': 'BE', 'fax_number': '', 'first_name': 'Omer', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Maon', 'phone_number': '+32 (0)475/89.86.35', 'phone_number_2': '+32 (0)4/286.50.64', 'public_address_info': '', 'public_city': 'Warsage', 'public_country': 'BE', 'public_street': 'Rue Craesborn', 'public_street_number': '76', 'public_zip_code': '4608', 'site': '', 'specializations': [], 'street': 'Rue Craesborn', 'street_number': '76', 'user': {'email': 'maon@skynet.be', 'id': 3951, 'is_active': True}, 'zip_code': '4608'}, {'address_info': None, 'argel_listing_visible': True, 'category': 20, 'city': 'Angleur', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': None, 'first_name': 'Gilles', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Marchal', 'phone_number': '+32(0)474/44.20.28', 'phone_number_2': None, 'public_address_info': None, 'public_city': None, 'public_country': None, 'public_street': None, 'public_street_number': None, 'public_zip_code': '4031', 'site': None, 'specializations': [], 'street': 'Route du Condroz', 'street_number': '101', 'user': {'email': 'mg.marchal.gilles@gmail.com', 'id': 3984, 'is_active': True}, 'zip_code': '4031'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'CHENEE', 'committee': '', 'company_name': 'Général Construction SA', 'company_tva': '0425548797', 'country': 'BE', 'fax_number': '', 'first_name': 'Samuel', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Marichal', 'phone_number': '+32 (0)496/26.77.04', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'CHENEE', 'public_country': 'BE', 'public_street': 'RUE DE LA STATION', 'public_street_number': '44', 'public_zip_code': '4032', 'site': '', 'specializations': [], 'street': 'RUE DE LA STATION', 'street_number': '44', 'user': {'email': 'samuel.marichal@gc.be', 'id': 4113, 'is_active': True}, 'zip_code': '4032'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Oreye', 'committee': 'Comité directeur', 'company_name': '', 'company_tva': 'BE0600935091', 'country': 'BE', 'fax_number': None, 'first_name': 'David', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Massuyr', 'phone_number': '+32 (0)473/42.86.21', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Oreye', 'public_country': 'BE', 'public_street': 'Rue Horpmael', 'public_street_number': '57', 'public_zip_code': '4360', 'site': None, 'specializations': [], 'street': 'Rue Horpmael', 'street_number': '57', 'user': {'email': 'david.massuyr@icloud.com', 'id': 3598, 'is_active': True}, 'zip_code': '4360'}, {'address_info': '', 'argel_listing_visible': True, 'category': 20, 'city': 'Liège', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Abderrazzak', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Messoudi', 'phone_number': '+32 (0)485/69.84.92', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue des Tawes', 'public_street_number': '92', 'public_zip_code': '4000', 'site': '', 'specializations': [], 'street': 'Rue des Tawes', 'street_number': '92', 'user': {'email': 'a_messoudi@hotmail.com', 'id': 3473, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Spa', 'committee': None, 'company_name': 'GeoDILex srl', 'company_tva': '0863818949', 'country': 'BE', 'fax_number': None, 'first_name': 'Bernard', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Meurant', 'phone_number': '+32 (0)495/20.38.13', 'phone_number_2': '+32 (0)87/77.12.90', 'public_address_info': '', 'public_city': 'Spa', 'public_country': 'BE', 'public_street': 'Chemin Dri les Cortis', 'public_street_number': '11A', 'public_zip_code': '4900', 'site': None, 'specializations': [], 'street': 'Chemin Dri les Cortis', 'street_number': '11A', 'user': {'email': 'b.meurant@geodilex.be', 'id': 3528, 'is_active': True}, 'zip_code': '4900'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Waremme', 'committee': '', 'company_name': 'BGM EXPERT SRL', 'company_tva': 'BE0771626387', 'country': 'BE', 'fax_number': '', 'first_name': 'Sébastien', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Morue', 'phone_number': '+32 (0)497/54.80.95', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Waremme', 'public_country': 'BE', 'public_street': 'Rue des Betto', 'public_street_number': '35', 'public_zip_code': '4300', 'site': 'http://www.geometremorue.be', 'specializations': [], 'street': 'Rue des Betto', 'street_number': '35', 'user': {'email': 'info@geometremorue.be', 'id': 3808, 'is_active': True}, 'zip_code': '4300'}, {'address_info': '', 'argel_listing_visible': True, 'category': 13, 'city': 'Eupen', 'committee': None, 'company_name': '', 'company_tva': '0792425365', 'country': 'BE', 'fax_number': None, 'first_name': 'Guillaume', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Mossay', 'phone_number': '087560046', 'phone_number_2': '0470997680', 'public_address_info': '', 'public_city': 'Eupen', 'public_country': 'BE', 'public_street': "rue d'Herbesthal", 'public_street_number': '247', 'public_zip_code': '4700', 'site': None, 'specializations': [], 'street': "rue d'Herbesthal", 'street_number': '247', 'user': {'email': 'guillaume.mossay@gmail.com', 'id': 3781, 'is_active': True}, 'zip_code': '4700'}, {'address_info': '', 'argel_listing_visible': True, 'category': 13, 'city': 'Eupen', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE 0704 705 394', 'fax_number': '', 'first_name': 'Romain', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Mossay', 'phone_number': '+32(0)470/99.76.68', 'phone_number_2': '087560046', 'public_address_info': '', 'public_city': 'Eupen', 'public_country': 'BE 0704 705 394', 'public_street': 'Herbesthaler Strasse', 'public_street_number': '247', 'public_zip_code': '4700', 'site': '', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Maison', 'pk': 5}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Implantation', 'pk': 18}, {'name': 'Lotissement', 'pk': 19}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Etat des lieux', 'pk': 21}, {'name': "Bureau d'étude (voirie, " 'égouttage, cubatures,...)', 'pk': 26}, {'name': 'Plan AS-Built', 'pk': 32}, {'name': 'Division de propriété', 'pk': 36}, {'name': 'Division de bâtiments', 'pk': 37}, {'name': 'Division pour sortie ' "d'indivision", 'pk': 39}, {'name': 'Création de servitudes', 'pk': 40}, {'name': "Plans d'emprises", 'pk': 41}, {'name': 'Cessions de mitoyenneté', 'pk': 42}, {'name': 'Permis de location', 'pk': 43}], 'street': 'Herbesthaler Strasse', 'street_number': '247', 'user': {'email': 'mossay.romain@gmail.com', 'id': 3999, 'is_active': True}, 'zip_code': '4700'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Henri-Chapelle', 'committee': '', 'company_name': 'MM GEOMETRE', 'company_tva': 'BE1007.058.057', 'country': 'BE', 'fax_number': '', 'first_name': 'Marilyn', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Mullender', 'phone_number': '+32(0)491/48.80.08', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Henri-Chapelle', 'public_country': 'BE', 'public_street': 'Rue Saint Vincent', 'public_street_number': '60', 'public_zip_code': '4841', 'site': '', 'specializations': [], 'street': 'Rue Saint Vincent', 'street_number': '60', 'user': {'email': 'geo.mullender@gmail.com', 'id': 3751, 'is_active': True}, 'zip_code': '4841'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Liège', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Quentin', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Nahoé', 'phone_number': '04973997395', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue du Thier à Liège', 'public_street_number': '108', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Rue du Thier à Liège', 'street_number': '108', 'user': {'email': 'quentin.nahoe@gmail.com', 'id': 4081, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Petit-Rechain', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Luc', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Noels', 'phone_number': '+32 (0)495/30.60.21', 'phone_number_2': '+32 (0)87/31.77.07', 'public_address_info': '', 'public_city': 'Petit-Rechain', 'public_country': 'BE', 'public_street': 'Chemin du bois de Rechain', 'public_street_number': '19', 'public_zip_code': '4800', 'site': '', 'specializations': [], 'street': 'Chemin du bois de Rechain', 'street_number': '19', 'user': {'email': 'jeanluc.noels@skynet.be', 'id': 3844, 'is_active': True}, 'zip_code': '4800'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Tilff', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Xavier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Pirard', 'phone_number': '+32(0)496/27.60.86', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Tilff', 'public_country': 'BE', 'public_street': 'Allée de la fraineuse', 'public_street_number': '5', 'public_zip_code': '4130', 'site': '', 'specializations': [], 'street': 'Allée de la fraineuse', 'street_number': '5', 'user': {'email': 'xavierpirard@gmail.com', 'id': 4202, 'is_active': True}, 'zip_code': '4130'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Sprimont', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Pauline', 'functions': [], 'geoformation_listing_visible': None, 'is_argel_member': True, 'last_name': 'Pirnay', 'phone_number': '0474335471', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Sprimont', 'public_country': 'Belgique', 'public_street': 'Rue de Sendrogne', 'public_street_number': '48', 'public_zip_code': '4140', 'site': '', 'specializations': [], 'street': 'Rue de Sendrogne', 'street_number': '48', 'user': {'email': 'pauline.pirnay@eiffage.com', 'id': 4289, 'is_active': True}, 'zip_code': '4140'}, {'address_info': None, 'argel_listing_visible': True, 'category': 17, 'city': 'Fraiture', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': None, 'first_name': 'Marcel', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Ponthier', 'phone_number': '0495936432', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Fraiture', 'public_country': None, 'public_street': 'rue de la Vieille Forge', 'public_street_number': '11', 'public_zip_code': '4557', 'site': None, 'specializations': [{'name': 'Expertise judiciaire', 'pk': 22}], 'street': 'rue de la Vieille Forge', 'street_number': '11', 'user': {'email': 'marcel.ponthier@skynet.be', 'id': 3954, 'is_active': True}, 'zip_code': '4557'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Nandrin', 'committee': '', 'company_name': 'Quoibion Nicolas Géomètre-Expert', 'company_tva': 'BE0806039019', 'country': 'BE', 'fax_number': '', 'first_name': 'Nicolas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Quoibion', 'phone_number': '+32 (0)479/98.14.42', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Nandrin', 'public_country': 'BE', 'public_street': 'Route du Condroz', 'public_street_number': '402/1', 'public_zip_code': '4550', 'site': '', 'specializations': [], 'street': 'Route du Condroz', 'street_number': '402/1', 'user': {'email': 'nquoibion@skynet.be', 'id': 4021, 'is_active': True}, 'zip_code': '4550'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Nandrin', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Adrien', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Remacle', 'phone_number': '+32(0)472/26.06.16', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Nandrin', 'public_country': 'BE', 'public_street': 'Chemin de la Pierrerie', 'public_street_number': '2', 'public_zip_code': '4550', 'site': None, 'specializations': [], 'street': 'Chemin de la Pierrerie', 'street_number': '2', 'user': {'email': 'adrien.remacle@hotmail.com', 'id': 3461, 'is_active': True}, 'zip_code': '4550'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Liège', 'committee': None, 'company_name': 'Ingeo', 'company_tva': 'BE0837.170.277', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Simon', 'functions': [], 'geoformation_listing_visible': None, 'is_argel_member': True, 'last_name': 'Roosen', 'phone_number': '0495312112', 'phone_number_2': '0470301917', 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'Belgique', 'public_street': "Boulevard de l'Est", 'public_street_number': '10/01', 'public_zip_code': '4020', 'site': '', 'specializations': [], 'street': "Boulevard de l'Est", 'street_number': '10/01', 'user': {'email': 'roosen.simon99@gmail.com', 'id': 4290, 'is_active': True}, 'zip_code': '4020'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Tilff', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Yves', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Sacré', 'phone_number': '+32 (0)498/45.05.94', 'phone_number_2': '+32 (0)4/388.37.38', 'public_address_info': '', 'public_city': 'Tilff', 'public_country': 'BE', 'public_street': 'Boulevard Lieutenant', 'public_street_number': '7A', 'public_zip_code': '4130', 'site': '', 'specializations': [], 'street': 'Boulevard Lieutenant', 'street_number': '7A', 'user': {'email': 'yves.sacre@urbatex.be', 'id': 4208, 'is_active': True}, 'zip_code': '4130'}, {'address_info': 'INFRABEL SA-Account payable-I-F113 section ' '40/8', 'argel_listing_visible': True, 'category': 21, 'city': 'Bruxelles', 'committee': None, 'company_name': 'INFRABEL SA-Account payable-I-F113 section ' '40/8', 'company_tva': None, 'country': 'BE', 'fax_number': None, 'first_name': 'Nicolas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Sarton', 'phone_number': '0460/97.93.93', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Trooz', 'public_country': 'BE', 'public_street': 'Rue des Croisettes', 'public_street_number': '32C', 'public_zip_code': '4870', 'site': None, 'specializations': [], 'street': 'Place Marcel Broodthaers', 'street_number': '2', 'user': {'email': 'nicolas_sarton@live.be', 'id': 4019, 'is_active': True}, 'zip_code': '1060'}, {'address_info': "Bureau d'études JRF SCHMITZ srl", 'argel_listing_visible': True, 'category': 13, 'city': 'Francorchamps', 'committee': None, 'company_name': "Bureau d'études JRF SCHMITZ srl", 'company_tva': 'BE0491391563', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Remy', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Schmitz', 'phone_number': '+32(0)491/20.47.76', 'phone_number_2': '+32(0)87/77.40.22', 'public_address_info': "Bureau d'études JRF SCHMITZ srl", 'public_city': 'Francorchamps', 'public_country': 'BE', 'public_street': 'Rue de Spa', 'public_street_number': '166', 'public_zip_code': '4970', 'site': '', 'specializations': [], 'street': 'Rue de Spa', 'street_number': '166', 'user': {'email': 'jeanremy.schmitz@gmail.com', 'id': 3851, 'is_active': True}, 'zip_code': '4970'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'TILFF', 'committee': '', 'company_name': 'ATEXX SRL', 'company_tva': '0473663965', 'country': 'BE', 'fax_number': '+32 (0)4/388.22.93', 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Schumacker', 'phone_number': '+32 (0)478/97.44.76', 'phone_number_2': '+32 (0)4/388.22.93', 'public_address_info': '', 'public_city': 'TILFF', 'public_country': 'BE', 'public_street': 'Avenue Laboulle', 'public_street_number': '106', 'public_zip_code': '4130', 'site': 'http://www.atexx.be', 'specializations': [], 'street': 'Avenue Laboulle', 'street_number': '106', 'user': {'email': 'bs@atexx.be', 'id': 3539, 'is_active': True}, 'zip_code': '4130'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Villers-le-Bouillet', 'committee': '', 'company_name': 'GEO-XS srl', 'company_tva': 'BE0799416293', 'country': 'BE', 'fax_number': '', 'first_name': 'Xavier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Servais', 'phone_number': '+32 (0)85/31.62.21', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Villers-le-Bouillet', 'public_country': 'BE', 'public_street': 'Rue de Huy', 'public_street_number': '78/2', 'public_zip_code': '4530', 'site': 'http://www.geo-xs.be', 'specializations': [], 'street': 'Rue de Huy', 'street_number': '78/2', 'user': {'email': 'info@geo-xs.be', 'id': 3810, 'is_active': True}, 'zip_code': '4530'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Trooz Nessonvaux', 'committee': None, 'company_name': 'Azimut Jérôme SIMON', 'company_tva': 'BE0877.241.274', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jérôme', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'simon', 'phone_number': '+32 (0)486/56.46.04', 'phone_number_2': '+32 (0)4/226.75.21', 'public_address_info': '', 'public_city': 'Trooz Nessonvaux', 'public_country': 'Belgique', 'public_street': 'Rue Sainry', 'public_street_number': '213', 'public_zip_code': '4870', 'site': '', 'specializations': [], 'street': 'Rue Sainry', 'street_number': '213', 'user': {'email': 'jerome.simon@azimut-geo.be', 'id': 3862, 'is_active': True}, 'zip_code': '4870'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Verlaine', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '+32 (0)4/343.75.53', 'first_name': 'Gaëtan', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Somers', 'phone_number': '+32 (0)479/47.10.39', 'phone_number_2': '+32 (0)4/343.75.53', 'public_address_info': '', 'public_city': 'Verlaine', 'public_country': 'BE', 'public_street': 'Rue des Stanges', 'public_street_number': '14', 'public_zip_code': '4537', 'site': '', 'specializations': [], 'street': 'Rue des Stanges', 'street_number': '14', 'user': {'email': 'gaetan.somers@gs-geo.be', 'id': 3718, 'is_active': True}, 'zip_code': '4537'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Tourinnes-la-Chaussée', 'committee': None, 'company_name': "srl 'Bureau d'Etudes Tassan'", 'company_tva': 'BE0644 493 041', 'country': 'BE', 'fax_number': '+32 (0)19/69.80.12', 'first_name': 'Fabrice', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Tassan', 'phone_number': '+32 (0)476/37.20.05', 'phone_number_2': '+32 (0)19/54.44.12', 'public_address_info': '', 'public_city': 'Tourinnes-la-Chaussée', 'public_country': 'BE', 'public_street': 'Rue de la Chaussée Romaine', 'public_street_number': '17', 'public_zip_code': '4263', 'site': 'https://www.geometretassan.be', 'specializations': [], 'street': 'Rue de la Chaussée Romaine', 'street_number': '17', 'user': {'email': 'ft@bureautassan.be', 'id': 3709, 'is_active': True}, 'zip_code': '4263'}, {'address_info': 'Geodex', 'argel_listing_visible': True, 'category': 23, 'city': 'FAIMES', 'committee': '', 'company_name': 'Geodex', 'company_tva': 'BE0794077929', 'country': 'BE', 'fax_number': '', 'first_name': 'François', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Thonon', 'phone_number': '+32 (0)478/42.80.07', 'phone_number_2': '+32 (0)19/33.11.02', 'public_address_info': 'Geodex', 'public_city': 'FAIMES', 'public_country': 'BE', 'public_street': 'Rue Labia', 'public_street_number': '8', 'public_zip_code': '4317', 'site': 'http://www.geodex.be', 'specializations': [], 'street': 'Rue Labia', 'street_number': '8', 'user': {'email': 'geodex.be@gmail.com', 'id': 3731, 'is_active': True}, 'zip_code': '4317'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Scy', 'committee': None, 'company_name': '', 'company_tva': 'BE 0757.102.915', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Antonio', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Tusset', 'phone_number': '+32 (0)83/61.19.73', 'phone_number_2': '+32 (0)476/20.73.61', 'public_address_info': '', 'public_city': 'Scy', 'public_country': 'Belgique', 'public_street': 'Rue des Scyoux', 'public_street_number': '12', 'public_zip_code': '5361', 'site': None, 'specializations': [], 'street': 'Rue des Scyoux', 'street_number': '12', 'user': {'email': 'a.tusset@bdt-geometre.be', 'id': 3491, 'is_active': True}, 'zip_code': '5361'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Stavelot', 'committee': None, 'company_name': 'Bureau VINDERS srl', 'company_tva': 'BE1023.882.906', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Benoit', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Vinders', 'phone_number': '+32(0)489/462024', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Stavelot', 'public_country': 'Belgique', 'public_street': 'Rue abbé dossogne', 'public_street_number': '53', 'public_zip_code': '4970', 'site': '', 'specializations': [], 'street': 'Rue abbé dossogne', 'street_number': '53', 'user': {'email': 'bvinders@outlook.com', 'id': 4268, 'is_active': True}, 'zip_code': '4970'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Saive', 'committee': '', 'company_name': '', 'company_tva': '0694816245', 'country': 'BE', 'fax_number': '', 'first_name': 'Marc', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Wadeleux', 'phone_number': '+32 (0)493/36.21.00', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Saive', 'public_country': 'BE', 'public_street': 'Rue du Grand moulin', 'public_street_number': '41', 'public_zip_code': '4671', 'site': '', 'specializations': [], 'street': 'Rue du Grand moulin', 'street_number': '41', 'user': {'email': 'marcwadeleux@gmail.com', 'id': 3960, 'is_active': True}, 'zip_code': '4671'}, {'address_info': '', 'argel_listing_visible': True, 'category': 9, 'city': 'Theux', 'committee': '', 'company_name': 'GeoWEB', 'company_tva': '0684960946', 'country': 'BE', 'fax_number': '', 'first_name': 'Geoffrey', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Weber', 'phone_number': '+32 (0)483/02.54.45', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Theux', 'public_country': 'BE', 'public_street': 'Chaussée de Verviers', 'public_street_number': '135', 'public_zip_code': '4910', 'site': '', 'specializations': [], 'street': 'Chaussée de Verviers', 'street_number': '135', 'user': {'email': 'geof.weber@live.be', 'id': 3735, 'is_active': True}, 'zip_code': '4910'}], 'page_obj': None, 'paginator': None, 'postcodes': [1440, 1930, 4000, 4020, 4031, 4032, 4040, 4052, 4053, 4101, 4130, 4140, 4141, 4218, 4257, 4260, 4263, 4300, 4317, 4360, 4400, 4431, 4450, 4460, 4470, 4500, 4520, 4530, 4537, 4540, 4550, 4557, 4560, 4570, 4606, 4607, 4608, 4650, 4652, 4654, 4671, 4700, 4760, 4800, 4802, 4841, 4870, 4890, 4900, 4910, 4920, 4950, 4960, 4970, 5300, 5361, 6660, 6690], 'search': '', 'specials': ['Bathymétrie', 'Bornage', "Bureau d'étude (voirie, égouttage, cubatures,...)", 'Certificateur PEB', 'Cessions de mitoyenneté', 'Création de servitudes', 'Division de bâtiments', 'Division de parcelle', 'Division de propriété', 'Division en volume', "Division pour sortie d'indivision", 'Drones', 'Etat des lieux', 'Expertise immobilière', 'Expertise judiciaire', 'Implantation', "Implantation et certification d'installations sportives", 'Levé topographique', 'Lotissement', 'Maison', 'Permis de location', 'Photogrammétrie aérienne', 'Photogrammétrie terrestre', 'Plan AS-Built', "Plans d'emprises", 'Suivi topographique de voirie'], 'view': <main.views.AllMembersList object at 0x7f01d7cbe250>}
base.html
/usr/src/app/templates/base.html
Afficher/masquer le contexte {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'LANGUAGES': '<<languages>>', 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'fr', 'MEDIA_URL': '/media/', 'STATIC_URL': '/static/', 'TIME_ZONE': 'Europe/Brussels', 'access_token': None, 'csrf_token': <SimpleLazyObject: 'nxIsdWxaxBJaY4EJwcqje4Z5IoEMqNNzln9KjRpKOGaVdYGDsgLATyWdyXGv701u'>, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f01d7cbedd0>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f01d7c29150>, 'request': '<<request>>', 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f01d7c29790>>} {'can_show_admin': False, 'cms_edit': False, 'committees': ['Comité directeur', 'Comité disciplinaire', 'Comité vérification des stages'], 'filter_committee': '', 'filter_postcode': '', 'filter_special': '', 'is_paginated': False, 'members': [{'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Thimister-Clermont', 'committee': None, 'company_name': 'SA BAGUETTE MARCEL', 'company_tva': 'BE0417095743', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Sébastien', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Absil', 'phone_number': '0498741893', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Thimister-Clermont', 'public_country': 'Belgique', 'public_street': 'Bruyères', 'public_street_number': '2', 'public_zip_code': '4890', 'site': '', 'specializations': [], 'street': 'Bruyères', 'street_number': '2', 'user': {'email': 'sebastien.absil@gmail.com', 'id': 4118, 'is_active': True}, 'zip_code': '4890'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Oreye', 'committee': None, 'company_name': "Bureau d'Etudes ANDRE", 'company_tva': '0816629340', 'country': 'BE', 'fax_number': None, 'first_name': 'Johan', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Andre', 'phone_number': '+32 (0)486/17.46.46', 'phone_number_2': '+32 (0)19/32.87.29', 'public_address_info': '', 'public_city': 'Oreye', 'public_country': 'BE', 'public_street': 'Rue de la Westrée', 'public_street_number': '19', 'public_zip_code': '4360', 'site': 'http://www.bureau-andre.be', 'specializations': [], 'street': 'Rue de la Westrée', 'street_number': '19', 'user': {'email': 'info@bureau-andre.be', 'id': 3800, 'is_active': True}, 'zip_code': '4360'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Avennes', 'committee': '', 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': '', 'first_name': 'Michael', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Aupaix', 'phone_number': '+32(0)479.03.67.92', 'phone_number_2': '+32(0)19.33.29.91', 'public_address_info': '', 'public_city': 'Avennes', 'public_country': 'Belgique', 'public_street': 'Rue de Moxhe', 'public_street_number': '33', 'public_zip_code': '4260', 'site': 'http://www.kdrix.be', 'specializations': [{'name': 'Drones', 'pk': 14}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Photogrammétrie terrestre', 'pk': 24}, {'name': 'Photogrammétrie aérienne', 'pk': 25}, {'name': "Bureau d'étude (voirie, égouttage, " 'cubatures,...)', 'pk': 26}, {'name': 'Bathymétrie', 'pk': 30}], 'street': 'rue de Moxhe', 'street_number': '33', 'user': {'email': 'geometre.aupaix@proximus.be', 'id': 3738, 'is_active': True}, 'zip_code': '4260'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Dalhem', 'committee': '', 'company_name': 'MARECHAL & BAUDINET SRL', 'company_tva': 'BE0543614328', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Gilles', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Baudinet', 'phone_number': '+32475217282', 'phone_number_2': '+3243794555', 'public_address_info': '', 'public_city': 'Dalhem', 'public_country': 'Belgique', 'public_street': 'Rue de Visé', 'public_street_number': '43', 'public_zip_code': '4607', 'site': 'https://www.marechal-baudinet.be/', 'specializations': [], 'street': 'Rue de Visé', 'street_number': '43', 'user': {'email': 'gilles.baudinet@gmail.com', 'id': 3763, 'is_active': True}, 'zip_code': '4607'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Marchin', 'committee': '', 'company_name': '', 'company_tva': 'BE0876824669', 'country': 'BELGIUM', 'fax_number': '', 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Beaujean', 'phone_number': '+32 (0)479 65 77 42', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Marchin', 'public_country': 'BELGIUM', 'public_street': 'Ereffe', 'public_street_number': '3', 'public_zip_code': '4570', 'site': '', 'specializations': [], 'street': 'Ereffe', 'street_number': '3', 'user': {'email': 'ben_beaujean@skynet.be', 'id': 3506, 'is_active': True}, 'zip_code': '4570'}, {'address_info': '2', 'argel_listing_visible': True, 'category': 23, 'city': 'Esneux', 'committee': None, 'company_name': '3DB SPRL', 'company_tva': '0536285284', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Denis', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Bellefontaine', 'phone_number': '+32 (0)497/88.66.99', 'phone_number_2': None, 'public_address_info': '2', 'public_city': 'Esneux', 'public_country': 'Belgique', 'public_street': "RUE GUE D'AMONT", 'public_street_number': '2', 'public_zip_code': '4130', 'site': 'http://www.3db-geometre.be', 'specializations': [], 'street': "RUE GUE D'AMONT", 'street_number': '2', 'user': {'email': '3db.geometre@gmail.com', 'id': 3458, 'is_active': True}, 'zip_code': '4130'}, {'address_info': 'Rue aux frênes 47', 'argel_listing_visible': True, 'category': 13, 'city': 'Liege', 'committee': None, 'company_name': 'Personne physique', 'company_tva': 'BE1000.732.370', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Oualid', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Benkorichi', 'phone_number': '0465207789', 'phone_number_2': '', 'public_address_info': 'Rue aux frênes 47', 'public_city': 'Liege', 'public_country': 'Belgique', 'public_street': 'Rue Aux Frênes', 'public_street_number': '47 boite 22', 'public_zip_code': '4020', 'site': '', 'specializations': [], 'street': 'Rue Aux Frênes', 'street_number': '47 boite 22', 'user': {'email': 'oualid.benkorichi@gmail.com', 'id': 4035, 'is_active': True}, 'zip_code': '4020'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Vielsalm', 'committee': '', 'company_name': 'SRL GEOXIM', 'company_tva': '0892243216', 'country': 'BE', 'fax_number': '', 'first_name': 'Valerie', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Bernes', 'phone_number': '+32 (0)495/32.97.94', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Vielsalm', 'public_country': 'BE', 'public_street': 'Chemin de Grand-Halleux', 'public_street_number': '36', 'public_zip_code': '6690', 'site': 'http://www.geoxim.be', 'specializations': [], 'street': 'Chemin de Grand-Halleux', 'street_number': '36', 'user': {'email': 'vbernes@geoxim.be', 'id': 4177, 'is_active': True}, 'zip_code': '6690'}, {'address_info': None, 'argel_listing_visible': True, 'category': 23, 'city': 'Grand-Rechain', 'committee': None, 'company_name': 'Michael BROUWIER Géomètre SPRL', 'company_tva': '0808567056', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Michael', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Brouwier', 'phone_number': '+32 (0)476/51.43.77', 'phone_number_2': '+32 (0)87/30.03.05', 'public_address_info': None, 'public_city': 'Grand-Rechain', 'public_country': 'Belgique', 'public_street': 'Chemin des Bouleaux', 'public_street_number': '2', 'public_zip_code': '4650', 'site': None, 'specializations': [], 'street': 'Chemin des Bouleaux', 'street_number': '2', 'user': {'email': 'michael@brouwier.be', 'id': 3986, 'is_active': True}, 'zip_code': '4650'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Andenne', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Olivier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Bry', 'phone_number': '+32(0)477.33.44.85', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Andenne', 'public_country': 'BE', 'public_street': 'Alexis Jottard', 'public_street_number': '41', 'public_zip_code': '5300', 'site': '', 'specializations': [], 'street': 'Alexis Jottard', 'street_number': '41', 'user': {'email': 'olivier.bry@colas.be', 'id': 4029, 'is_active': True}, 'zip_code': '5300'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Verlaine', 'committee': None, 'company_name': 'Thomas Caprasse', 'company_tva': 'BE 1.010.536.793', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Thomas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Caprasse', 'phone_number': '0498523704', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Verlaine', 'public_country': 'Belgique', 'public_street': 'Grand route', 'public_street_number': '21', 'public_zip_code': '4537', 'site': '', 'specializations': [], 'street': 'Grand route', 'street_number': '21', 'user': {'email': 'tcaprasse@gmail.com', 'id': 4214, 'is_active': True}, 'zip_code': '4537'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Clavier', 'committee': None, 'company_name': 'ABSYS srl', 'company_tva': 'BE0873997417', 'country': 'BE', 'fax_number': '', 'first_name': 'Cédric', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Carrette', 'phone_number': '+32 (0)477/85.22.98', 'phone_number_2': '+32 (0)86/34.52.24', 'public_address_info': '', 'public_city': 'Clavier', 'public_country': 'BE', 'public_street': 'Rue des Condruzes', 'public_street_number': '10', 'public_zip_code': '4560', 'site': 'https://www.absys-sprl.be/', 'specializations': [], 'street': 'Rue des Condruzes', 'street_number': '10', 'user': {'email': 'cc@absys-sprl.be', 'id': 3554, 'is_active': True}, 'zip_code': '4560'}, {'address_info': '53 rue du Biez', 'argel_listing_visible': True, 'category': 22, 'city': 'Angleur', 'committee': '', 'company_name': 'Jerry Close', 'company_tva': '0808805497', 'country': 'BE', 'fax_number': '', 'first_name': 'Jerry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Close', 'phone_number': '+32 (0)496/51.62.47', 'phone_number_2': '', 'public_address_info': '53 rue du Biez', 'public_city': 'Angleur', 'public_country': 'BE', 'public_street': 'Rue Du Biez', 'public_street_number': '53', 'public_zip_code': '4031', 'site': 'http://www.close-geometre-expert.be', 'specializations': [], 'street': 'Rue Du Biez', 'street_number': '53', 'user': {'email': 'close.jerry@gmail.com', 'id': 3586, 'is_active': True}, 'zip_code': '4031'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Saint-André', 'committee': 'Comité directeur', 'company_name': 'Thierry Colson SRL', 'company_tva': 'BE0738745664', 'country': 'BE', 'fax_number': None, 'first_name': 'Thierry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Colson', 'phone_number': '+32(0)470/26.11.39', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Saint-André', 'public_country': 'BE', 'public_street': 'Heuière', 'public_street_number': '10', 'public_zip_code': '4606', 'site': 'http://www.air-geomatics.com', 'specializations': [], 'street': 'Heuière', 'street_number': '10', 'user': {'email': 'thierry@air-geomatics.com', 'id': 4158, 'is_active': True}, 'zip_code': '4606'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Eupen', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Alexandra', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Cormann', 'phone_number': '+32 (0)87/56.00.46', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Eupen', 'public_country': 'BE', 'public_street': 'Herbesthaler Straße', 'public_street_number': '247', 'public_zip_code': '4700', 'site': '', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Implantation', 'pk': 18}, {'name': 'Lotissement', 'pk': 19}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Etat des lieux', 'pk': 21}, {'name': 'Expertise judiciaire', 'pk': 22}, {'name': 'Plan AS-Built', 'pk': 32}, {'name': 'Division de bâtiments', 'pk': 37}, {'name': 'Division en volume', 'pk': 38}, {'name': "Division pour sortie d'indivision", 'pk': 39}, {'name': 'Création de servitudes', 'pk': 40}, {'name': "Plans d'emprises", 'pk': 41}, {'name': 'Cessions de mitoyenneté', 'pk': 42}], 'street': 'Herbesthaler Straße', 'street_number': '247', 'user': {'email': 'alexandra.cormann@skynet.be', 'id': 3468, 'is_active': True}, 'zip_code': '4700'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Heusy', 'committee': '', 'company_name': '', 'company_tva': 'BE 0869 794 050', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jean-Philippe', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Cremers', 'phone_number': '0497876494', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Heusy', 'public_country': 'Belgique', 'public_street': 'Chaussée de Theux', 'public_street_number': '27', 'public_zip_code': '4802', 'site': 'http://c-geo.be', 'specializations': [], 'street': 'Chaussée de Theux', 'street_number': '27', 'user': {'email': 'jeanphicremers@gmail.com', 'id': 3848, 'is_active': True}, 'zip_code': '4802'}, {'address_info': '9', 'argel_listing_visible': True, 'category': 23, 'city': 'WAIMES', 'committee': None, 'company_name': 'BecD srl', 'company_tva': 'BE0841.972.272', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Olivier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Defechereux', 'phone_number': '+32 (0)486/90.67.52', 'phone_number_2': None, 'public_address_info': '9', 'public_city': 'WAIMES', 'public_country': 'Belgique', 'public_street': "Rue de l'Abbé Pietkin", 'public_street_number': '9', 'public_zip_code': '4950', 'site': None, 'specializations': [], 'street': "Rue de l'Abbé Pietkin", 'street_number': '9', 'user': {'email': 'o.defechereux@skynet.be', 'id': 4025, 'is_active': True}, 'zip_code': '4950'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Angleur', 'committee': None, 'company_name': 'SML Ingenieurs Conseils', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Florence', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'de Francquen', 'phone_number': '+32 (0)492/73.05.70', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Angleur', 'public_country': 'BE', 'public_street': 'Rue F. Desoer', 'public_street_number': '29', 'public_zip_code': '4031', 'site': '', 'specializations': [], 'street': 'Rue F. Desoer', 'street_number': '29', 'user': {'email': 'florence.defrancquen@gmail.com', 'id': 3681, 'is_active': True}, 'zip_code': '4031'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Thimister-Clermont', 'committee': None, 'company_name': "Bureau d'Etudes André GENOTTE", 'company_tva': 'BE0887.205.055', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Olivier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Degueldre', 'phone_number': '+32494240185', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Thimister-Clermont', 'public_country': 'Belgique', 'public_street': 'Elsaute', 'public_street_number': '19', 'public_zip_code': '4890', 'site': None, 'specializations': [], 'street': 'Elsaute', 'street_number': '19', 'user': {'email': 'olivier.degueldre@hotmail.com', 'id': 4030, 'is_active': True}, 'zip_code': '4890'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Wanze', 'committee': '', 'company_name': 'DELANNOY', 'company_tva': 'BE651538607', 'country': 'BE', 'fax_number': '', 'first_name': 'Pascal', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Delannoy', 'phone_number': '+32 (0)495/15.66.52', 'phone_number_2': '+32 (0)85/21.61.92', 'public_address_info': '', 'public_city': 'Wanze', 'public_country': 'BE', 'public_street': 'Chaussée de Waremme', 'public_street_number': '79', 'public_zip_code': '4520', 'site': '', 'specializations': [], 'street': 'Chaussée de Waremme', 'street_number': '79', 'user': {'email': 'pascaldelannoy@hotmail.com', 'id': 4041, 'is_active': True}, 'zip_code': '4520'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Xhendelesse', 'committee': '', 'company_name': 'CAN infra', 'company_tva': 'BE460.224.220', 'country': 'BE', 'fax_number': '+32 (0)87/30.06.46', 'first_name': 'Patrice', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Desmit', 'phone_number': '+32 (0)495/36.20.32', 'phone_number_2': '+32 (0)87/30.05.45', 'public_address_info': '', 'public_city': 'Xhendelesse', 'public_country': 'BE', 'public_street': 'Rue des Deux Tilleuls', 'public_street_number': '24', 'public_zip_code': '4652', 'site': 'http://www.caninfra.be', 'specializations': [], 'street': 'Rue des Deux Tilleuls', 'street_number': '24', 'user': {'email': 'patricedesmit@caninfra.be', 'id': 4045, 'is_active': True}, 'zip_code': '4652'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Nandrin', 'committee': '', 'company_name': 'SRL D. DESTREE', 'company_tva': 'BE0894694544', 'country': 'BE', 'fax_number': '+32 (0)4/371.44.18', 'first_name': 'Dominique', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Destrée', 'phone_number': '+32 (0)475/44.21.28', 'phone_number_2': '+32 (0)4/371.44.18', 'public_address_info': '', 'public_city': 'Nandrin', 'public_country': 'BE', 'public_street': 'Rue Petite Vaux', 'public_street_number': '10', 'public_zip_code': '4550', 'site': '', 'specializations': [], 'street': 'Rue Petite Vaux', 'street_number': '10', 'user': {'email': 'd.destree@outlook.com', 'id': 3601, 'is_active': True}, 'zip_code': '4550'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Beaufays', 'committee': 'Comité directeur', 'company_name': '4DManagement', 'company_tva': '0553785965', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Nesma', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Djema', 'phone_number': '0498321152', 'phone_number_2': '0486871467', 'public_address_info': '', 'public_city': 'Beaufays', 'public_country': 'Belgique', 'public_street': "Voie de l'Air Pur", 'public_street_number': '138', 'public_zip_code': '4052', 'site': 'http://www.4dm.be', 'specializations': [], 'street': "Voie de l'Air Pur", 'street_number': '138', 'user': {'email': 'nd@4dm.be', 'id': 4215, 'is_active': True}, 'zip_code': '4052'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'FLÉMALLE', 'committee': None, 'company_name': 'srl Dupont Géometre & Cie', 'company_tva': '0478.802.292', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Guy', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Dupont', 'phone_number': '+32475860808', 'phone_number_2': '+32 (0)4/225.99.22', 'public_address_info': '', 'public_city': 'FLÉMALLE', 'public_country': 'Belgique', 'public_street': 'rue de Mons-Lez-Liège', 'public_street_number': '67', 'public_zip_code': '4400', 'site': 'http://www.geometre-dupont.be', 'specializations': [], 'street': 'rue de Mons-Lez-Liège', 'street_number': '67', 'user': {'email': 'info@geometre-dupont.be', 'id': 3726, 'is_active': True}, 'zip_code': '4400'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Saint-Georges-sur-Meuse', 'committee': None, 'company_name': 'dbgex', 'company_tva': '0684.579.775', 'country': 'BE', 'fax_number': None, 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Duré', 'phone_number': '+32 (0)494/54.40.81', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Saint-Georges-sur-Meuse', 'public_country': 'BE', 'public_street': 'Basse Marquet', 'public_street_number': '64', 'public_zip_code': '4470', 'site': None, 'specializations': [], 'street': 'Basse Marquet', 'street_number': '64', 'user': {'email': 'durebenoit@live.be', 'id': 3636, 'is_active': True}, 'zip_code': '4470'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Büllingen/Bullange', 'committee': None, 'company_name': 'Guido Faymonville', 'company_tva': 'BE 0817 457 897', 'country': 'BE', 'fax_number': '', 'first_name': 'Guido', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Faymonville', 'phone_number': '+32 (0)476/939.909', 'phone_number_2': '+32 (0)80/64.72.04', 'public_address_info': '', 'public_city': 'Büllingen/Bullange', 'public_country': 'BE', 'public_street': 'Rue Honsfeld', 'public_street_number': '302', 'public_zip_code': '4760', 'site': '', 'specializations': [], 'street': 'Rue Honsfeld', 'street_number': '302', 'user': {'email': 'guido.faymonville@skynet.be', 'id': 3778, 'is_active': True}, 'zip_code': '4760'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'LOUVEIGNE', 'committee': None, 'company_name': 'GEOTECH SRL', 'company_tva': 'BE0468343813', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Didier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Fays', 'phone_number': '+32 (0)495/57.95.98', 'phone_number_2': '+32 (0)4/250.92.50', 'public_address_info': '', 'public_city': 'LOUVEIGNE', 'public_country': 'Belgique', 'public_street': 'Rue de Remouchamps', 'public_street_number': '34 E23', 'public_zip_code': '4141', 'site': 'http://www.geotech.be', 'specializations': [], 'street': 'Rue de Remouchamps', 'street_number': '34 E23', 'user': {'email': 'didier.fays@geotech.be', 'id': 3617, 'is_active': True}, 'zip_code': '4141'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Jemeppe-sur-Meuse', 'committee': None, 'company_name': 'ASC Géomètre-Expert', 'company_tva': 'BE 0646.773.729', 'country': 'BE', 'fax_number': '', 'first_name': 'Salem', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Ferjani', 'phone_number': '+32 (0)486/55.46.63', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Jemeppe-sur-Meuse', 'public_country': 'BE', 'public_street': 'Valles', 'public_street_number': '52', 'public_zip_code': '4101', 'site': '', 'specializations': [], 'street': 'Valles', 'street_number': '52', 'user': {'email': 'ferjanisalem@hotmail.com', 'id': 3675, 'is_active': True}, 'zip_code': '4101'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'LANTIN', 'committee': None, 'company_name': '', 'company_tva': 'FRANCHISE', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jacky', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Ferrara', 'phone_number': '+32(0)495/40.71.44', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'LANTIN', 'public_country': 'Belgique', 'public_street': 'Rue Vanden Sande', 'public_street_number': '32 B', 'public_zip_code': '4450', 'site': 'https://www.geometre-expert-ferrara-jacky.com/', 'specializations': [], 'street': 'Rue Vanden Sande', 'street_number': '32 B', 'user': {'email': 'ferrarajacky@hotmail.com', 'id': 3677, 'is_active': True}, 'zip_code': '4450'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Henri-Chapelle', 'committee': '', 'company_name': "Bureau d'Etudes Flas srl", 'company_tva': 'BE0809888929', 'country': 'BE', 'fax_number': '', 'first_name': 'Henri', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Flas', 'phone_number': '+32 (0)485/36.64.45', 'phone_number_2': '+32 (0)87/65.31.20', 'public_address_info': '', 'public_city': 'Henri-Chapelle', 'public_country': 'BE', 'public_street': 'Bayaux', 'public_street_number': '102', 'public_zip_code': '4841', 'site': 'http://www.flas.be', 'specializations': [], 'street': 'Bayaux', 'street_number': '102', 'user': {'email': 'bureau@flas.be', 'id': 3543, 'is_active': True}, 'zip_code': '4841'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'LOUVEIGNE', 'committee': None, 'company_name': 'BTF srl', 'company_tva': 'BE0878.572.847', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Philippe', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Fontaine', 'phone_number': '+32 (0)4 368 49 69', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'LOUVEIGNE', 'public_country': 'Belgique', 'public_street': 'Rue de Blindef', 'public_street_number': '13', 'public_zip_code': '4141', 'site': 'http://www.btf-sprl.be', 'specializations': [], 'street': 'Rue de Blindef', 'street_number': '13', 'user': {'email': 'philippe.fontaine@btf-sprl.be', 'id': 4057, 'is_active': True}, 'zip_code': '4141'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Malmedy', 'committee': None, 'company_name': '', 'company_tva': 'BE0725153687', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Louis', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Fraikin', 'phone_number': '+32 (0)476/21.42.41', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Malmedy', 'public_country': 'BE', 'public_street': 'Chemin du Tchession', 'public_street_number': '3', 'public_zip_code': '4960', 'site': 'https://www.jlfraikin.be/', 'specializations': [], 'street': 'Chemin du Tchession', 'street_number': '3', 'user': {'email': 'jean.louis.fraikin@skynet.be', 'id': 3842, 'is_active': True}, 'zip_code': '4960'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Malmedy', 'committee': None, 'company_name': 'Ingeo G srl', 'company_tva': 'BE 0837.170.277', 'country': 'BE', 'fax_number': '', 'first_name': 'Florian', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Gallo', 'phone_number': '0032(0)476/75.11.61', 'phone_number_2': '0032(0)478/91.93.25', 'public_address_info': '', 'public_city': 'Malmedy', 'public_country': 'BE', 'public_street': 'Avenue Monbijou', 'public_street_number': '14', 'public_zip_code': '4960', 'site': '', 'specializations': [], 'street': 'Avenue Monbijou', 'street_number': '14', 'user': {'email': 'florian@scheen-lecoq.be', 'id': 3685, 'is_active': True}, 'zip_code': '4960'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Thimister-Clermont', 'committee': '', 'company_name': "Bureau d'études André Genotte srl", 'company_tva': 'BE 0887.205.055', 'country': 'BE', 'fax_number': '+32 (0)87/44.68.59', 'first_name': 'André', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Genotte', 'phone_number': '+32 (0)87/44.54.32', 'phone_number_2': '+32 (0)496/50.69.45', 'public_address_info': '', 'public_city': 'Thimister-Clermont', 'public_country': 'BE', 'public_street': 'Elsaute', 'public_street_number': '19', 'public_zip_code': '4890', 'site': 'http://www.bureaugenotte.be', 'specializations': [], 'street': 'Elsaute', 'street_number': '19', 'user': {'email': 'andre@bureaugenotte.be', 'id': 3801, 'is_active': True}, 'zip_code': '4890'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Houffalize', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jean-François', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Gerardy', 'phone_number': '0495/99.05.79', 'phone_number_2': '', 'public_address_info': '', 'public_city': '', 'public_country': '', 'public_street': '', 'public_street_number': '', 'public_zip_code': '6660', 'site': 'http://www.CoLaura.be', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Implantation', 'pk': 18}, {'name': 'Etat des lieux', 'pk': 21}, {'name': 'Certificateur PEB', 'pk': 27}, {'name': 'Division en volume', 'pk': 38}, {'name': "Division pour sortie d'indivision", 'pk': 39}, {'name': 'Création de servitudes', 'pk': 40}, {'name': 'Permis de location', 'pk': 43}], 'street': 'Taverneux', 'street_number': '27', 'user': {'email': 'info@colaura.be', 'id': 4226, 'is_active': True}, 'zip_code': '6660'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Grâce-Berleur', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Fabrice', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Guisset', 'phone_number': '0495576101', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Grâce-Berleur', 'public_country': 'BE', 'public_street': 'Rue du Bonnier', 'public_street_number': '14A', 'public_zip_code': '4460', 'site': '', 'specializations': [], 'street': 'Rue du Bonnier', 'street_number': '14A', 'user': {'email': 'ex.guisset@gmail.com', 'id': 3655, 'is_active': True}, 'zip_code': '4460'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Couthuin', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jeremy', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Guyot', 'phone_number': '0032472376946', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Couthuin', 'public_country': 'Belgique', 'public_street': 'Rue du Bayet', 'public_street_number': '18', 'public_zip_code': '4218', 'site': '', 'specializations': [], 'street': 'Rue du Bayet', 'street_number': '18', 'user': {'email': 'jeremy.guyot@outlook.com', 'id': 4232, 'is_active': True}, 'zip_code': '4218'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Loncin', 'committee': '', 'company_name': 'beGX', 'company_tva': 'BE0878945605', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Albert', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Hannay', 'phone_number': '+32 (0)495/25.35.50', 'phone_number_2': '+32 (0)4/263.02.00', 'public_address_info': '', 'public_city': 'Ans', 'public_country': 'Belgique', 'public_street': 'rue de Jemeppe', 'public_street_number': '229', 'public_zip_code': '4431', 'site': 'http://www.begx.be', 'specializations': [{'name': 'Implantation et certification ' "d'installations sportives", 'pk': 44}], 'street': 'Rue de Jemeppe', 'street_number': '229', 'user': {'email': 'albert.hannay@begx.be', 'id': 3467, 'is_active': True}, 'zip_code': '4431'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Herstal', 'committee': None, 'company_name': 'Bureau Houbart', 'company_tva': 'BE0604924761', 'country': 'BE', 'fax_number': None, 'first_name': 'Jacques', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Houbart', 'phone_number': '+32 (0)476/21.39.72', 'phone_number_2': '+32 (0)4/264.48.09', 'public_address_info': '', 'public_city': 'Herstal', 'public_country': 'BE', 'public_street': 'Rue Verte', 'public_street_number': '330', 'public_zip_code': '4040', 'site': 'http://www.houbart.be', 'specializations': [], 'street': 'Rue Verte', 'street_number': '330', 'user': {'email': 'geometre@houbart.be', 'id': 3743, 'is_active': True}, 'zip_code': '4040'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Embourg', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Frédéric', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Humblet', 'phone_number': '+32 (0)495/42.48.68', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Embourg', 'public_country': 'BE', 'public_street': 'Rue Mathysart', 'public_street_number': '13', 'public_zip_code': '4053', 'site': 'http://www.geoconsult.be', 'specializations': [], 'street': 'Rue Mathysart', 'street_number': '13', 'user': {'email': 'fhu@hotmail.be', 'id': 4282, 'is_active': True}, 'zip_code': '4053'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'WAREMME', 'committee': None, 'company_name': 'SRL Joassin affaires immobilières', 'company_tva': 'BE0461927856', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Jean-Lambert', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Joassin', 'phone_number': '019339393', 'phone_number_2': '+32 476205133', 'public_address_info': '', 'public_city': 'WAREMME', 'public_country': 'Belgique', 'public_street': 'Chaussée Romaine', 'public_street_number': '200', 'public_zip_code': '4300', 'site': None, 'specializations': [], 'street': 'Chaussée Romaine', 'street_number': '200', 'user': {'email': 'jean-lambert.joassin@joassinimmo.be', 'id': 3840, 'is_active': True}, 'zip_code': '4300'}, {'address_info': None, 'argel_listing_visible': True, 'category': 21, 'city': 'Marchin', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'Belgique', 'fax_number': None, 'first_name': 'Lionel', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Jonet', 'phone_number': '0475652242', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'MARCHIN', 'public_country': 'Belgique', 'public_street': 'Rue vieux Thier', 'public_street_number': '5', 'public_zip_code': '4570', 'site': None, 'specializations': [], 'street': 'Rue vieux Thier', 'street_number': '5', 'user': {'email': 'lionel.jonet@eiffage.com', 'id': 3927, 'is_active': True}, 'zip_code': '4570'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Charneux', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Benoit', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Jonlet', 'phone_number': '+32 (0)499/12.70.22', 'phone_number_2': '+32 (0)87/50.70.34', 'public_address_info': '', 'public_city': 'Charneux', 'public_country': 'BE', 'public_street': 'Garde-Dieu', 'public_street_number': '310', 'public_zip_code': '4654', 'site': 'http://www.bureaujonlet.be', 'specializations': [], 'street': 'Garde-Dieu', 'street_number': '310', 'user': {'email': 'info@bureaujonlet.be', 'id': 3802, 'is_active': True}, 'zip_code': '4654'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Tilff', 'committee': 'Comité directeur', 'company_name': 'KGEO SRL', 'company_tva': 'BE0647.905.263', 'country': 'BE', 'fax_number': None, 'first_name': 'Laurent', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Kessler', 'phone_number': '+32 (0)475/40.11.79', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Tilff', 'public_country': 'BE', 'public_street': 'Allée de la Fraineuse', 'public_street_number': '62', 'public_zip_code': '4130', 'site': None, 'specializations': [], 'street': 'Allée de la Fraineuse', 'street_number': '62', 'user': {'email': 'laurent.kessler@kgeo.be', 'id': 3914, 'is_active': True}, 'zip_code': '4130'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Liège', 'committee': 'Comité directeur', 'company_name': 'Galere', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Gaëlle', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Kroonen', 'phone_number': '+32 (0)478/68.00.57', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue du chéra', 'public_street_number': '7', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Rue du chéra', 'street_number': '7', 'user': {'email': 'gaelle.kroonen@galere.be', 'id': 3715, 'is_active': True}, 'zip_code': '4000'}, {'address_info': 'Compass Building', 'argel_listing_visible': True, 'category': 21, 'city': 'Zaventem', 'committee': None, 'company_name': 'Brussels Airport Company', 'company_tva': 'BE 0890.082.292', 'country': 'BE', 'fax_number': None, 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': True, 'is_argel_member': True, 'last_name': 'Lahaye', 'phone_number': '+32(0)470.10.64.77', 'phone_number_2': None, 'public_address_info': 'Compass Building', 'public_city': 'Zaventem', 'public_country': 'BE', 'public_street': 'Luchthaven Brussel Nationaal', 'public_street_number': '1M', 'public_zip_code': '1930', 'site': None, 'specializations': [], 'street': 'Luchthaven Brussel Nationaal', 'street_number': '1M', 'user': {'email': 'lahaye.b@gmail.com', 'id': 3905, 'is_active': True}, 'zip_code': '1930'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Braine-le-Château', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Pierre', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lambert', 'phone_number': '+32 (0)479/23.40.00', 'phone_number_2': '+32 (0)2/366.17.12', 'public_address_info': '', 'public_city': 'Braine-le-Château', 'public_country': 'BE', 'public_street': 'rue de Tubize', 'public_street_number': '1C', 'public_zip_code': '1440', 'site': '', 'specializations': [], 'street': 'rue de Tubize', 'street_number': '1C', 'user': {'email': 'lambertjp@skynet.be', 'id': 3907, 'is_active': True}, 'zip_code': '1440'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Liège', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Lucie', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lebbos', 'phone_number': '+32 (0)478/87.04.13', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue Isi Collin', 'public_street_number': '14', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Rue Isi Collin', 'street_number': '14', 'user': {'email': 'lebbos@geometre.expert', 'id': 3940, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Louveigné', 'committee': '', 'company_name': '0474703251', 'company_tva': 'BE474.703.251', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Philippe', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Leduc', 'phone_number': '0478/784.771', 'phone_number_2': '04360.98.35', 'public_address_info': '', 'public_city': 'Louveigné', 'public_country': 'Belgique', 'public_street': 'China', 'public_street_number': '57', 'public_zip_code': '4141', 'site': '', 'specializations': [], 'street': 'China', 'street_number': '57', 'user': {'email': 'philippe@geoconstruct.be', 'id': 4058, 'is_active': True}, 'zip_code': '4141'}, {'address_info': '', 'argel_listing_visible': True, 'category': 20, 'city': 'Berloz', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Gauthier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Legros', 'phone_number': None, 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Berloz', 'public_country': 'BE', 'public_street': 'Rue de Longchamps', 'public_street_number': '13', 'public_zip_code': '4257', 'site': None, 'specializations': [], 'street': 'Rue de Longchamps', 'street_number': '13', 'user': {'email': 'gauthier.legros@outlook.com', 'id': 3723, 'is_active': True}, 'zip_code': '4257'}, {'address_info': None, 'argel_listing_visible': True, 'category': 22, 'city': 'Huy', 'committee': None, 'company_name': 'isolaction srl', 'company_tva': 'BE0646672472', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Thierry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lejeune', 'phone_number': '0475/495110', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Huy', 'public_country': 'Belgique', 'public_street': 'Rue Rioul', 'public_street_number': '17 bte 5', 'public_zip_code': '4500', 'site': None, 'specializations': [], 'street': 'Rue Rioul', 'street_number': '17 bte 5', 'user': {'email': 'info@isolaction.eu', 'id': 3814, 'is_active': True}, 'zip_code': '4500'}, {'address_info': None, 'argel_listing_visible': True, 'category': 23, 'city': 'Jehay', 'committee': 'Comité directeur', 'company_name': 'LN Géo', 'company_tva': '0472523028', 'country': 'BE', 'fax_number': None, 'first_name': 'Noël', 'functions': [{'name': 'Trésorier Adjoint', 'pk': 6}], 'geoformation_listing_visible': True, 'is_argel_member': True, 'last_name': 'Léonard', 'phone_number': '+32 (0)476/38.75.36', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Jehay', 'public_country': 'BE', 'public_street': 'Petit Rivage', 'public_street_number': '32', 'public_zip_code': '4540', 'site': 'http://www.lngeo.be', 'specializations': [], 'street': 'Petit Rivage', 'street_number': '32', 'user': {'email': 'info@lngeo.be', 'id': 3818, 'is_active': True}, 'zip_code': '4540'}, {'address_info': 'AEDI : FICAD SRL', 'argel_listing_visible': True, 'category': 23, 'city': 'Liège', 'committee': None, 'company_name': 'Aedi Ficad SRL', 'company_tva': 'BE0443067096', 'country': 'BE', 'fax_number': None, 'first_name': 'Pierre-Antoine', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Leroy', 'phone_number': '+32(0)485/33.64.54', 'phone_number_2': None, 'public_address_info': 'AEDI : FICAD SRL', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Place Vivegnis', 'public_street_number': '36', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Place Vivegnis', 'street_number': '36', 'user': {'email': 'pa@aedificad.be', 'id': 4037, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Aywaille', 'committee': None, 'company_name': 'LPmetris', 'company_tva': 'BE0727734877', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Nicolas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Letesson', 'phone_number': '+32(0)499/40.45.99', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Aywaille', 'public_country': 'Belgique', 'public_street': 'Rue Piersay', 'public_street_number': '2B/001', 'public_zip_code': '4920', 'site': '', 'specializations': [], 'street': 'Rue Piersay', 'street_number': '2B/001', 'user': {'email': 'nicolas@lpmetris.be', 'id': 4016, 'is_active': True}, 'zip_code': '4920'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Clavier', 'committee': '', 'company_name': 'Leonardo LOFORTE', 'company_tva': '0606907026', 'country': 'BE', 'fax_number': '', 'first_name': 'Leonardo', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Loforte', 'phone_number': '+32 (0)475/93.57.69', 'phone_number_2': '+32 (0)85/25.25.32', 'public_address_info': '', 'public_city': 'Clavier', 'public_country': 'BE', 'public_street': 'Route de Modave', 'public_street_number': '30', 'public_zip_code': '4560', 'site': '', 'specializations': [], 'street': 'Route de Modave', 'street_number': '30', 'user': {'email': 'leo.loforte@hotmail.com', 'id': 3921, 'is_active': True}, 'zip_code': '4560'}, {'address_info': "Business Center de l'Avouerie", 'argel_listing_visible': True, 'category': 23, 'city': 'Liège', 'committee': '', 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': '', 'first_name': 'Thierry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lovinfosse', 'phone_number': '+32 (0)4/330.93.13', 'phone_number_2': '', 'public_address_info': '', 'public_city': '', 'public_country': '', 'public_street': '', 'public_street_number': '', 'public_zip_code': '4000', 'site': 'http://www.kdrix.be', 'specializations': [{'name': 'Lotissement', 'pk': 19}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Expertise judiciaire', 'pk': 22}, {'name': "Bureau d'étude (voirie, égouttage, " 'cubatures,...)', 'pk': 26}], 'street': "de l'Avouerie", 'street_number': '5', 'user': {'email': 'thierry.lovinfosse@kdrix.be', 'id': 4160, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 9, 'city': 'Waremme', 'committee': None, 'company_name': 'MG Géomètre-Expert', 'company_tva': '1024763725', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Gaël', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Maes', 'phone_number': '0474625819', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Waremme', 'public_country': 'Belgique', 'public_street': 'Rue Mignolet', 'public_street_number': '85', 'public_zip_code': '4300', 'site': 'http://mg-geometre-expert.be', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Maison', 'pk': 5}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Suivi topographique de voirie', 'pk': 17}, {'name': 'Implantation', 'pk': 18}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Etat des lieux', 'pk': 21}, {'name': 'Plan AS-Built', 'pk': 32}, {'name': 'Division de propriété', 'pk': 36}, {'name': 'Division de bâtiments', 'pk': 37}, {'name': 'Division en volume', 'pk': 38}], 'street': 'Rue Mignolet', 'street_number': '85', 'user': {'email': 'gael.maes@gmail.com', 'id': 3716, 'is_active': True}, 'zip_code': '4300'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Warsage', 'committee': '', 'company_name': 'Maon', 'company_tva': '1006908993', 'country': 'BE', 'fax_number': '', 'first_name': 'Omer', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Maon', 'phone_number': '+32 (0)475/89.86.35', 'phone_number_2': '+32 (0)4/286.50.64', 'public_address_info': '', 'public_city': 'Warsage', 'public_country': 'BE', 'public_street': 'Rue Craesborn', 'public_street_number': '76', 'public_zip_code': '4608', 'site': '', 'specializations': [], 'street': 'Rue Craesborn', 'street_number': '76', 'user': {'email': 'maon@skynet.be', 'id': 3951, 'is_active': True}, 'zip_code': '4608'}, {'address_info': None, 'argel_listing_visible': True, 'category': 20, 'city': 'Angleur', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': None, 'first_name': 'Gilles', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Marchal', 'phone_number': '+32(0)474/44.20.28', 'phone_number_2': None, 'public_address_info': None, 'public_city': None, 'public_country': None, 'public_street': None, 'public_street_number': None, 'public_zip_code': '4031', 'site': None, 'specializations': [], 'street': 'Route du Condroz', 'street_number': '101', 'user': {'email': 'mg.marchal.gilles@gmail.com', 'id': 3984, 'is_active': True}, 'zip_code': '4031'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'CHENEE', 'committee': '', 'company_name': 'Général Construction SA', 'company_tva': '0425548797', 'country': 'BE', 'fax_number': '', 'first_name': 'Samuel', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Marichal', 'phone_number': '+32 (0)496/26.77.04', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'CHENEE', 'public_country': 'BE', 'public_street': 'RUE DE LA STATION', 'public_street_number': '44', 'public_zip_code': '4032', 'site': '', 'specializations': [], 'street': 'RUE DE LA STATION', 'street_number': '44', 'user': {'email': 'samuel.marichal@gc.be', 'id': 4113, 'is_active': True}, 'zip_code': '4032'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Oreye', 'committee': 'Comité directeur', 'company_name': '', 'company_tva': 'BE0600935091', 'country': 'BE', 'fax_number': None, 'first_name': 'David', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Massuyr', 'phone_number': '+32 (0)473/42.86.21', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Oreye', 'public_country': 'BE', 'public_street': 'Rue Horpmael', 'public_street_number': '57', 'public_zip_code': '4360', 'site': None, 'specializations': [], 'street': 'Rue Horpmael', 'street_number': '57', 'user': {'email': 'david.massuyr@icloud.com', 'id': 3598, 'is_active': True}, 'zip_code': '4360'}, {'address_info': '', 'argel_listing_visible': True, 'category': 20, 'city': 'Liège', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Abderrazzak', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Messoudi', 'phone_number': '+32 (0)485/69.84.92', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue des Tawes', 'public_street_number': '92', 'public_zip_code': '4000', 'site': '', 'specializations': [], 'street': 'Rue des Tawes', 'street_number': '92', 'user': {'email': 'a_messoudi@hotmail.com', 'id': 3473, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Spa', 'committee': None, 'company_name': 'GeoDILex srl', 'company_tva': '0863818949', 'country': 'BE', 'fax_number': None, 'first_name': 'Bernard', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Meurant', 'phone_number': '+32 (0)495/20.38.13', 'phone_number_2': '+32 (0)87/77.12.90', 'public_address_info': '', 'public_city': 'Spa', 'public_country': 'BE', 'public_street': 'Chemin Dri les Cortis', 'public_street_number': '11A', 'public_zip_code': '4900', 'site': None, 'specializations': [], 'street': 'Chemin Dri les Cortis', 'street_number': '11A', 'user': {'email': 'b.meurant@geodilex.be', 'id': 3528, 'is_active': True}, 'zip_code': '4900'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Waremme', 'committee': '', 'company_name': 'BGM EXPERT SRL', 'company_tva': 'BE0771626387', 'country': 'BE', 'fax_number': '', 'first_name': 'Sébastien', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Morue', 'phone_number': '+32 (0)497/54.80.95', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Waremme', 'public_country': 'BE', 'public_street': 'Rue des Betto', 'public_street_number': '35', 'public_zip_code': '4300', 'site': 'http://www.geometremorue.be', 'specializations': [], 'street': 'Rue des Betto', 'street_number': '35', 'user': {'email': 'info@geometremorue.be', 'id': 3808, 'is_active': True}, 'zip_code': '4300'}, {'address_info': '', 'argel_listing_visible': True, 'category': 13, 'city': 'Eupen', 'committee': None, 'company_name': '', 'company_tva': '0792425365', 'country': 'BE', 'fax_number': None, 'first_name': 'Guillaume', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Mossay', 'phone_number': '087560046', 'phone_number_2': '0470997680', 'public_address_info': '', 'public_city': 'Eupen', 'public_country': 'BE', 'public_street': "rue d'Herbesthal", 'public_street_number': '247', 'public_zip_code': '4700', 'site': None, 'specializations': [], 'street': "rue d'Herbesthal", 'street_number': '247', 'user': {'email': 'guillaume.mossay@gmail.com', 'id': 3781, 'is_active': True}, 'zip_code': '4700'}, {'address_info': '', 'argel_listing_visible': True, 'category': 13, 'city': 'Eupen', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE 0704 705 394', 'fax_number': '', 'first_name': 'Romain', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Mossay', 'phone_number': '+32(0)470/99.76.68', 'phone_number_2': '087560046', 'public_address_info': '', 'public_city': 'Eupen', 'public_country': 'BE 0704 705 394', 'public_street': 'Herbesthaler Strasse', 'public_street_number': '247', 'public_zip_code': '4700', 'site': '', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Maison', 'pk': 5}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Implantation', 'pk': 18}, {'name': 'Lotissement', 'pk': 19}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Etat des lieux', 'pk': 21}, {'name': "Bureau d'étude (voirie, égouttage, " 'cubatures,...)', 'pk': 26}, {'name': 'Plan AS-Built', 'pk': 32}, {'name': 'Division de propriété', 'pk': 36}, {'name': 'Division de bâtiments', 'pk': 37}, {'name': "Division pour sortie d'indivision", 'pk': 39}, {'name': 'Création de servitudes', 'pk': 40}, {'name': "Plans d'emprises", 'pk': 41}, {'name': 'Cessions de mitoyenneté', 'pk': 42}, {'name': 'Permis de location', 'pk': 43}], 'street': 'Herbesthaler Strasse', 'street_number': '247', 'user': {'email': 'mossay.romain@gmail.com', 'id': 3999, 'is_active': True}, 'zip_code': '4700'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Henri-Chapelle', 'committee': '', 'company_name': 'MM GEOMETRE', 'company_tva': 'BE1007.058.057', 'country': 'BE', 'fax_number': '', 'first_name': 'Marilyn', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Mullender', 'phone_number': '+32(0)491/48.80.08', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Henri-Chapelle', 'public_country': 'BE', 'public_street': 'Rue Saint Vincent', 'public_street_number': '60', 'public_zip_code': '4841', 'site': '', 'specializations': [], 'street': 'Rue Saint Vincent', 'street_number': '60', 'user': {'email': 'geo.mullender@gmail.com', 'id': 3751, 'is_active': True}, 'zip_code': '4841'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Liège', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Quentin', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Nahoé', 'phone_number': '04973997395', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue du Thier à Liège', 'public_street_number': '108', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Rue du Thier à Liège', 'street_number': '108', 'user': {'email': 'quentin.nahoe@gmail.com', 'id': 4081, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Petit-Rechain', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Luc', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Noels', 'phone_number': '+32 (0)495/30.60.21', 'phone_number_2': '+32 (0)87/31.77.07', 'public_address_info': '', 'public_city': 'Petit-Rechain', 'public_country': 'BE', 'public_street': 'Chemin du bois de Rechain', 'public_street_number': '19', 'public_zip_code': '4800', 'site': '', 'specializations': [], 'street': 'Chemin du bois de Rechain', 'street_number': '19', 'user': {'email': 'jeanluc.noels@skynet.be', 'id': 3844, 'is_active': True}, 'zip_code': '4800'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Tilff', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Xavier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Pirard', 'phone_number': '+32(0)496/27.60.86', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Tilff', 'public_country': 'BE', 'public_street': 'Allée de la fraineuse', 'public_street_number': '5', 'public_zip_code': '4130', 'site': '', 'specializations': [], 'street': 'Allée de la fraineuse', 'street_number': '5', 'user': {'email': 'xavierpirard@gmail.com', 'id': 4202, 'is_active': True}, 'zip_code': '4130'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Sprimont', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Pauline', 'functions': [], 'geoformation_listing_visible': None, 'is_argel_member': True, 'last_name': 'Pirnay', 'phone_number': '0474335471', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Sprimont', 'public_country': 'Belgique', 'public_street': 'Rue de Sendrogne', 'public_street_number': '48', 'public_zip_code': '4140', 'site': '', 'specializations': [], 'street': 'Rue de Sendrogne', 'street_number': '48', 'user': {'email': 'pauline.pirnay@eiffage.com', 'id': 4289, 'is_active': True}, 'zip_code': '4140'}, {'address_info': None, 'argel_listing_visible': True, 'category': 17, 'city': 'Fraiture', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': None, 'first_name': 'Marcel', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Ponthier', 'phone_number': '0495936432', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Fraiture', 'public_country': None, 'public_street': 'rue de la Vieille Forge', 'public_street_number': '11', 'public_zip_code': '4557', 'site': None, 'specializations': [{'name': 'Expertise judiciaire', 'pk': 22}], 'street': 'rue de la Vieille Forge', 'street_number': '11', 'user': {'email': 'marcel.ponthier@skynet.be', 'id': 3954, 'is_active': True}, 'zip_code': '4557'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Nandrin', 'committee': '', 'company_name': 'Quoibion Nicolas Géomètre-Expert', 'company_tva': 'BE0806039019', 'country': 'BE', 'fax_number': '', 'first_name': 'Nicolas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Quoibion', 'phone_number': '+32 (0)479/98.14.42', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Nandrin', 'public_country': 'BE', 'public_street': 'Route du Condroz', 'public_street_number': '402/1', 'public_zip_code': '4550', 'site': '', 'specializations': [], 'street': 'Route du Condroz', 'street_number': '402/1', 'user': {'email': 'nquoibion@skynet.be', 'id': 4021, 'is_active': True}, 'zip_code': '4550'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Nandrin', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Adrien', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Remacle', 'phone_number': '+32(0)472/26.06.16', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Nandrin', 'public_country': 'BE', 'public_street': 'Chemin de la Pierrerie', 'public_street_number': '2', 'public_zip_code': '4550', 'site': None, 'specializations': [], 'street': 'Chemin de la Pierrerie', 'street_number': '2', 'user': {'email': 'adrien.remacle@hotmail.com', 'id': 3461, 'is_active': True}, 'zip_code': '4550'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Liège', 'committee': None, 'company_name': 'Ingeo', 'company_tva': 'BE0837.170.277', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Simon', 'functions': [], 'geoformation_listing_visible': None, 'is_argel_member': True, 'last_name': 'Roosen', 'phone_number': '0495312112', 'phone_number_2': '0470301917', 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'Belgique', 'public_street': "Boulevard de l'Est", 'public_street_number': '10/01', 'public_zip_code': '4020', 'site': '', 'specializations': [], 'street': "Boulevard de l'Est", 'street_number': '10/01', 'user': {'email': 'roosen.simon99@gmail.com', 'id': 4290, 'is_active': True}, 'zip_code': '4020'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Tilff', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Yves', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Sacré', 'phone_number': '+32 (0)498/45.05.94', 'phone_number_2': '+32 (0)4/388.37.38', 'public_address_info': '', 'public_city': 'Tilff', 'public_country': 'BE', 'public_street': 'Boulevard Lieutenant', 'public_street_number': '7A', 'public_zip_code': '4130', 'site': '', 'specializations': [], 'street': 'Boulevard Lieutenant', 'street_number': '7A', 'user': {'email': 'yves.sacre@urbatex.be', 'id': 4208, 'is_active': True}, 'zip_code': '4130'}, {'address_info': 'INFRABEL SA-Account payable-I-F113 section 40/8', 'argel_listing_visible': True, 'category': 21, 'city': 'Bruxelles', 'committee': None, 'company_name': 'INFRABEL SA-Account payable-I-F113 section 40/8', 'company_tva': None, 'country': 'BE', 'fax_number': None, 'first_name': 'Nicolas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Sarton', 'phone_number': '0460/97.93.93', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Trooz', 'public_country': 'BE', 'public_street': 'Rue des Croisettes', 'public_street_number': '32C', 'public_zip_code': '4870', 'site': None, 'specializations': [], 'street': 'Place Marcel Broodthaers', 'street_number': '2', 'user': {'email': 'nicolas_sarton@live.be', 'id': 4019, 'is_active': True}, 'zip_code': '1060'}, {'address_info': "Bureau d'études JRF SCHMITZ srl", 'argel_listing_visible': True, 'category': 13, 'city': 'Francorchamps', 'committee': None, 'company_name': "Bureau d'études JRF SCHMITZ srl", 'company_tva': 'BE0491391563', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Remy', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Schmitz', 'phone_number': '+32(0)491/20.47.76', 'phone_number_2': '+32(0)87/77.40.22', 'public_address_info': "Bureau d'études JRF SCHMITZ srl", 'public_city': 'Francorchamps', 'public_country': 'BE', 'public_street': 'Rue de Spa', 'public_street_number': '166', 'public_zip_code': '4970', 'site': '', 'specializations': [], 'street': 'Rue de Spa', 'street_number': '166', 'user': {'email': 'jeanremy.schmitz@gmail.com', 'id': 3851, 'is_active': True}, 'zip_code': '4970'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'TILFF', 'committee': '', 'company_name': 'ATEXX SRL', 'company_tva': '0473663965', 'country': 'BE', 'fax_number': '+32 (0)4/388.22.93', 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Schumacker', 'phone_number': '+32 (0)478/97.44.76', 'phone_number_2': '+32 (0)4/388.22.93', 'public_address_info': '', 'public_city': 'TILFF', 'public_country': 'BE', 'public_street': 'Avenue Laboulle', 'public_street_number': '106', 'public_zip_code': '4130', 'site': 'http://www.atexx.be', 'specializations': [], 'street': 'Avenue Laboulle', 'street_number': '106', 'user': {'email': 'bs@atexx.be', 'id': 3539, 'is_active': True}, 'zip_code': '4130'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Villers-le-Bouillet', 'committee': '', 'company_name': 'GEO-XS srl', 'company_tva': 'BE0799416293', 'country': 'BE', 'fax_number': '', 'first_name': 'Xavier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Servais', 'phone_number': '+32 (0)85/31.62.21', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Villers-le-Bouillet', 'public_country': 'BE', 'public_street': 'Rue de Huy', 'public_street_number': '78/2', 'public_zip_code': '4530', 'site': 'http://www.geo-xs.be', 'specializations': [], 'street': 'Rue de Huy', 'street_number': '78/2', 'user': {'email': 'info@geo-xs.be', 'id': 3810, 'is_active': True}, 'zip_code': '4530'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Trooz Nessonvaux', 'committee': None, 'company_name': 'Azimut Jérôme SIMON', 'company_tva': 'BE0877.241.274', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jérôme', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'simon', 'phone_number': '+32 (0)486/56.46.04', 'phone_number_2': '+32 (0)4/226.75.21', 'public_address_info': '', 'public_city': 'Trooz Nessonvaux', 'public_country': 'Belgique', 'public_street': 'Rue Sainry', 'public_street_number': '213', 'public_zip_code': '4870', 'site': '', 'specializations': [], 'street': 'Rue Sainry', 'street_number': '213', 'user': {'email': 'jerome.simon@azimut-geo.be', 'id': 3862, 'is_active': True}, 'zip_code': '4870'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Verlaine', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '+32 (0)4/343.75.53', 'first_name': 'Gaëtan', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Somers', 'phone_number': '+32 (0)479/47.10.39', 'phone_number_2': '+32 (0)4/343.75.53', 'public_address_info': '', 'public_city': 'Verlaine', 'public_country': 'BE', 'public_street': 'Rue des Stanges', 'public_street_number': '14', 'public_zip_code': '4537', 'site': '', 'specializations': [], 'street': 'Rue des Stanges', 'street_number': '14', 'user': {'email': 'gaetan.somers@gs-geo.be', 'id': 3718, 'is_active': True}, 'zip_code': '4537'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Tourinnes-la-Chaussée', 'committee': None, 'company_name': "srl 'Bureau d'Etudes Tassan'", 'company_tva': 'BE0644 493 041', 'country': 'BE', 'fax_number': '+32 (0)19/69.80.12', 'first_name': 'Fabrice', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Tassan', 'phone_number': '+32 (0)476/37.20.05', 'phone_number_2': '+32 (0)19/54.44.12', 'public_address_info': '', 'public_city': 'Tourinnes-la-Chaussée', 'public_country': 'BE', 'public_street': 'Rue de la Chaussée Romaine', 'public_street_number': '17', 'public_zip_code': '4263', 'site': 'https://www.geometretassan.be', 'specializations': [], 'street': 'Rue de la Chaussée Romaine', 'street_number': '17', 'user': {'email': 'ft@bureautassan.be', 'id': 3709, 'is_active': True}, 'zip_code': '4263'}, {'address_info': 'Geodex', 'argel_listing_visible': True, 'category': 23, 'city': 'FAIMES', 'committee': '', 'company_name': 'Geodex', 'company_tva': 'BE0794077929', 'country': 'BE', 'fax_number': '', 'first_name': 'François', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Thonon', 'phone_number': '+32 (0)478/42.80.07', 'phone_number_2': '+32 (0)19/33.11.02', 'public_address_info': 'Geodex', 'public_city': 'FAIMES', 'public_country': 'BE', 'public_street': 'Rue Labia', 'public_street_number': '8', 'public_zip_code': '4317', 'site': 'http://www.geodex.be', 'specializations': [], 'street': 'Rue Labia', 'street_number': '8', 'user': {'email': 'geodex.be@gmail.com', 'id': 3731, 'is_active': True}, 'zip_code': '4317'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Scy', 'committee': None, 'company_name': '', 'company_tva': 'BE 0757.102.915', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Antonio', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Tusset', 'phone_number': '+32 (0)83/61.19.73', 'phone_number_2': '+32 (0)476/20.73.61', 'public_address_info': '', 'public_city': 'Scy', 'public_country': 'Belgique', 'public_street': 'Rue des Scyoux', 'public_street_number': '12', 'public_zip_code': '5361', 'site': None, 'specializations': [], 'street': 'Rue des Scyoux', 'street_number': '12', 'user': {'email': 'a.tusset@bdt-geometre.be', 'id': 3491, 'is_active': True}, 'zip_code': '5361'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Stavelot', 'committee': None, 'company_name': 'Bureau VINDERS srl', 'company_tva': 'BE1023.882.906', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Benoit', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Vinders', 'phone_number': '+32(0)489/462024', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Stavelot', 'public_country': 'Belgique', 'public_street': 'Rue abbé dossogne', 'public_street_number': '53', 'public_zip_code': '4970', 'site': '', 'specializations': [], 'street': 'Rue abbé dossogne', 'street_number': '53', 'user': {'email': 'bvinders@outlook.com', 'id': 4268, 'is_active': True}, 'zip_code': '4970'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Saive', 'committee': '', 'company_name': '', 'company_tva': '0694816245', 'country': 'BE', 'fax_number': '', 'first_name': 'Marc', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Wadeleux', 'phone_number': '+32 (0)493/36.21.00', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Saive', 'public_country': 'BE', 'public_street': 'Rue du Grand moulin', 'public_street_number': '41', 'public_zip_code': '4671', 'site': '', 'specializations': [], 'street': 'Rue du Grand moulin', 'street_number': '41', 'user': {'email': 'marcwadeleux@gmail.com', 'id': 3960, 'is_active': True}, 'zip_code': '4671'}, {'address_info': '', 'argel_listing_visible': True, 'category': 9, 'city': 'Theux', 'committee': '', 'company_name': 'GeoWEB', 'company_tva': '0684960946', 'country': 'BE', 'fax_number': '', 'first_name': 'Geoffrey', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Weber', 'phone_number': '+32 (0)483/02.54.45', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Theux', 'public_country': 'BE', 'public_street': 'Chaussée de Verviers', 'public_street_number': '135', 'public_zip_code': '4910', 'site': '', 'specializations': [], 'street': 'Chaussée de Verviers', 'street_number': '135', 'user': {'email': 'geof.weber@live.be', 'id': 3735, 'is_active': True}, 'zip_code': '4910'}], 'object_list': [{'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Thimister-Clermont', 'committee': None, 'company_name': 'SA BAGUETTE MARCEL', 'company_tva': 'BE0417095743', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Sébastien', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Absil', 'phone_number': '0498741893', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Thimister-Clermont', 'public_country': 'Belgique', 'public_street': 'Bruyères', 'public_street_number': '2', 'public_zip_code': '4890', 'site': '', 'specializations': [], 'street': 'Bruyères', 'street_number': '2', 'user': {'email': 'sebastien.absil@gmail.com', 'id': 4118, 'is_active': True}, 'zip_code': '4890'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Oreye', 'committee': None, 'company_name': "Bureau d'Etudes ANDRE", 'company_tva': '0816629340', 'country': 'BE', 'fax_number': None, 'first_name': 'Johan', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Andre', 'phone_number': '+32 (0)486/17.46.46', 'phone_number_2': '+32 (0)19/32.87.29', 'public_address_info': '', 'public_city': 'Oreye', 'public_country': 'BE', 'public_street': 'Rue de la Westrée', 'public_street_number': '19', 'public_zip_code': '4360', 'site': 'http://www.bureau-andre.be', 'specializations': [], 'street': 'Rue de la Westrée', 'street_number': '19', 'user': {'email': 'info@bureau-andre.be', 'id': 3800, 'is_active': True}, 'zip_code': '4360'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Avennes', 'committee': '', 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': '', 'first_name': 'Michael', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Aupaix', 'phone_number': '+32(0)479.03.67.92', 'phone_number_2': '+32(0)19.33.29.91', 'public_address_info': '', 'public_city': 'Avennes', 'public_country': 'Belgique', 'public_street': 'Rue de Moxhe', 'public_street_number': '33', 'public_zip_code': '4260', 'site': 'http://www.kdrix.be', 'specializations': [{'name': 'Drones', 'pk': 14}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Photogrammétrie terrestre', 'pk': 24}, {'name': 'Photogrammétrie aérienne', 'pk': 25}, {'name': "Bureau d'étude (voirie, " 'égouttage, cubatures,...)', 'pk': 26}, {'name': 'Bathymétrie', 'pk': 30}], 'street': 'rue de Moxhe', 'street_number': '33', 'user': {'email': 'geometre.aupaix@proximus.be', 'id': 3738, 'is_active': True}, 'zip_code': '4260'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Dalhem', 'committee': '', 'company_name': 'MARECHAL & BAUDINET SRL', 'company_tva': 'BE0543614328', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Gilles', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Baudinet', 'phone_number': '+32475217282', 'phone_number_2': '+3243794555', 'public_address_info': '', 'public_city': 'Dalhem', 'public_country': 'Belgique', 'public_street': 'Rue de Visé', 'public_street_number': '43', 'public_zip_code': '4607', 'site': 'https://www.marechal-baudinet.be/', 'specializations': [], 'street': 'Rue de Visé', 'street_number': '43', 'user': {'email': 'gilles.baudinet@gmail.com', 'id': 3763, 'is_active': True}, 'zip_code': '4607'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Marchin', 'committee': '', 'company_name': '', 'company_tva': 'BE0876824669', 'country': 'BELGIUM', 'fax_number': '', 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Beaujean', 'phone_number': '+32 (0)479 65 77 42', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Marchin', 'public_country': 'BELGIUM', 'public_street': 'Ereffe', 'public_street_number': '3', 'public_zip_code': '4570', 'site': '', 'specializations': [], 'street': 'Ereffe', 'street_number': '3', 'user': {'email': 'ben_beaujean@skynet.be', 'id': 3506, 'is_active': True}, 'zip_code': '4570'}, {'address_info': '2', 'argel_listing_visible': True, 'category': 23, 'city': 'Esneux', 'committee': None, 'company_name': '3DB SPRL', 'company_tva': '0536285284', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Denis', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Bellefontaine', 'phone_number': '+32 (0)497/88.66.99', 'phone_number_2': None, 'public_address_info': '2', 'public_city': 'Esneux', 'public_country': 'Belgique', 'public_street': "RUE GUE D'AMONT", 'public_street_number': '2', 'public_zip_code': '4130', 'site': 'http://www.3db-geometre.be', 'specializations': [], 'street': "RUE GUE D'AMONT", 'street_number': '2', 'user': {'email': '3db.geometre@gmail.com', 'id': 3458, 'is_active': True}, 'zip_code': '4130'}, {'address_info': 'Rue aux frênes 47', 'argel_listing_visible': True, 'category': 13, 'city': 'Liege', 'committee': None, 'company_name': 'Personne physique', 'company_tva': 'BE1000.732.370', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Oualid', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Benkorichi', 'phone_number': '0465207789', 'phone_number_2': '', 'public_address_info': 'Rue aux frênes 47', 'public_city': 'Liege', 'public_country': 'Belgique', 'public_street': 'Rue Aux Frênes', 'public_street_number': '47 boite 22', 'public_zip_code': '4020', 'site': '', 'specializations': [], 'street': 'Rue Aux Frênes', 'street_number': '47 boite 22', 'user': {'email': 'oualid.benkorichi@gmail.com', 'id': 4035, 'is_active': True}, 'zip_code': '4020'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Vielsalm', 'committee': '', 'company_name': 'SRL GEOXIM', 'company_tva': '0892243216', 'country': 'BE', 'fax_number': '', 'first_name': 'Valerie', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Bernes', 'phone_number': '+32 (0)495/32.97.94', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Vielsalm', 'public_country': 'BE', 'public_street': 'Chemin de Grand-Halleux', 'public_street_number': '36', 'public_zip_code': '6690', 'site': 'http://www.geoxim.be', 'specializations': [], 'street': 'Chemin de Grand-Halleux', 'street_number': '36', 'user': {'email': 'vbernes@geoxim.be', 'id': 4177, 'is_active': True}, 'zip_code': '6690'}, {'address_info': None, 'argel_listing_visible': True, 'category': 23, 'city': 'Grand-Rechain', 'committee': None, 'company_name': 'Michael BROUWIER Géomètre SPRL', 'company_tva': '0808567056', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Michael', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Brouwier', 'phone_number': '+32 (0)476/51.43.77', 'phone_number_2': '+32 (0)87/30.03.05', 'public_address_info': None, 'public_city': 'Grand-Rechain', 'public_country': 'Belgique', 'public_street': 'Chemin des Bouleaux', 'public_street_number': '2', 'public_zip_code': '4650', 'site': None, 'specializations': [], 'street': 'Chemin des Bouleaux', 'street_number': '2', 'user': {'email': 'michael@brouwier.be', 'id': 3986, 'is_active': True}, 'zip_code': '4650'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Andenne', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Olivier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Bry', 'phone_number': '+32(0)477.33.44.85', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Andenne', 'public_country': 'BE', 'public_street': 'Alexis Jottard', 'public_street_number': '41', 'public_zip_code': '5300', 'site': '', 'specializations': [], 'street': 'Alexis Jottard', 'street_number': '41', 'user': {'email': 'olivier.bry@colas.be', 'id': 4029, 'is_active': True}, 'zip_code': '5300'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Verlaine', 'committee': None, 'company_name': 'Thomas Caprasse', 'company_tva': 'BE 1.010.536.793', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Thomas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Caprasse', 'phone_number': '0498523704', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Verlaine', 'public_country': 'Belgique', 'public_street': 'Grand route', 'public_street_number': '21', 'public_zip_code': '4537', 'site': '', 'specializations': [], 'street': 'Grand route', 'street_number': '21', 'user': {'email': 'tcaprasse@gmail.com', 'id': 4214, 'is_active': True}, 'zip_code': '4537'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Clavier', 'committee': None, 'company_name': 'ABSYS srl', 'company_tva': 'BE0873997417', 'country': 'BE', 'fax_number': '', 'first_name': 'Cédric', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Carrette', 'phone_number': '+32 (0)477/85.22.98', 'phone_number_2': '+32 (0)86/34.52.24', 'public_address_info': '', 'public_city': 'Clavier', 'public_country': 'BE', 'public_street': 'Rue des Condruzes', 'public_street_number': '10', 'public_zip_code': '4560', 'site': 'https://www.absys-sprl.be/', 'specializations': [], 'street': 'Rue des Condruzes', 'street_number': '10', 'user': {'email': 'cc@absys-sprl.be', 'id': 3554, 'is_active': True}, 'zip_code': '4560'}, {'address_info': '53 rue du Biez', 'argel_listing_visible': True, 'category': 22, 'city': 'Angleur', 'committee': '', 'company_name': 'Jerry Close', 'company_tva': '0808805497', 'country': 'BE', 'fax_number': '', 'first_name': 'Jerry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Close', 'phone_number': '+32 (0)496/51.62.47', 'phone_number_2': '', 'public_address_info': '53 rue du Biez', 'public_city': 'Angleur', 'public_country': 'BE', 'public_street': 'Rue Du Biez', 'public_street_number': '53', 'public_zip_code': '4031', 'site': 'http://www.close-geometre-expert.be', 'specializations': [], 'street': 'Rue Du Biez', 'street_number': '53', 'user': {'email': 'close.jerry@gmail.com', 'id': 3586, 'is_active': True}, 'zip_code': '4031'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Saint-André', 'committee': 'Comité directeur', 'company_name': 'Thierry Colson SRL', 'company_tva': 'BE0738745664', 'country': 'BE', 'fax_number': None, 'first_name': 'Thierry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Colson', 'phone_number': '+32(0)470/26.11.39', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Saint-André', 'public_country': 'BE', 'public_street': 'Heuière', 'public_street_number': '10', 'public_zip_code': '4606', 'site': 'http://www.air-geomatics.com', 'specializations': [], 'street': 'Heuière', 'street_number': '10', 'user': {'email': 'thierry@air-geomatics.com', 'id': 4158, 'is_active': True}, 'zip_code': '4606'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Eupen', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Alexandra', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Cormann', 'phone_number': '+32 (0)87/56.00.46', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Eupen', 'public_country': 'BE', 'public_street': 'Herbesthaler Straße', 'public_street_number': '247', 'public_zip_code': '4700', 'site': '', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Implantation', 'pk': 18}, {'name': 'Lotissement', 'pk': 19}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Etat des lieux', 'pk': 21}, {'name': 'Expertise judiciaire', 'pk': 22}, {'name': 'Plan AS-Built', 'pk': 32}, {'name': 'Division de bâtiments', 'pk': 37}, {'name': 'Division en volume', 'pk': 38}, {'name': 'Division pour sortie ' "d'indivision", 'pk': 39}, {'name': 'Création de servitudes', 'pk': 40}, {'name': "Plans d'emprises", 'pk': 41}, {'name': 'Cessions de mitoyenneté', 'pk': 42}], 'street': 'Herbesthaler Straße', 'street_number': '247', 'user': {'email': 'alexandra.cormann@skynet.be', 'id': 3468, 'is_active': True}, 'zip_code': '4700'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Heusy', 'committee': '', 'company_name': '', 'company_tva': 'BE 0869 794 050', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jean-Philippe', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Cremers', 'phone_number': '0497876494', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Heusy', 'public_country': 'Belgique', 'public_street': 'Chaussée de Theux', 'public_street_number': '27', 'public_zip_code': '4802', 'site': 'http://c-geo.be', 'specializations': [], 'street': 'Chaussée de Theux', 'street_number': '27', 'user': {'email': 'jeanphicremers@gmail.com', 'id': 3848, 'is_active': True}, 'zip_code': '4802'}, {'address_info': '9', 'argel_listing_visible': True, 'category': 23, 'city': 'WAIMES', 'committee': None, 'company_name': 'BecD srl', 'company_tva': 'BE0841.972.272', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Olivier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Defechereux', 'phone_number': '+32 (0)486/90.67.52', 'phone_number_2': None, 'public_address_info': '9', 'public_city': 'WAIMES', 'public_country': 'Belgique', 'public_street': "Rue de l'Abbé Pietkin", 'public_street_number': '9', 'public_zip_code': '4950', 'site': None, 'specializations': [], 'street': "Rue de l'Abbé Pietkin", 'street_number': '9', 'user': {'email': 'o.defechereux@skynet.be', 'id': 4025, 'is_active': True}, 'zip_code': '4950'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Angleur', 'committee': None, 'company_name': 'SML Ingenieurs Conseils', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Florence', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'de Francquen', 'phone_number': '+32 (0)492/73.05.70', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Angleur', 'public_country': 'BE', 'public_street': 'Rue F. Desoer', 'public_street_number': '29', 'public_zip_code': '4031', 'site': '', 'specializations': [], 'street': 'Rue F. Desoer', 'street_number': '29', 'user': {'email': 'florence.defrancquen@gmail.com', 'id': 3681, 'is_active': True}, 'zip_code': '4031'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Thimister-Clermont', 'committee': None, 'company_name': "Bureau d'Etudes André GENOTTE", 'company_tva': 'BE0887.205.055', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Olivier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Degueldre', 'phone_number': '+32494240185', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Thimister-Clermont', 'public_country': 'Belgique', 'public_street': 'Elsaute', 'public_street_number': '19', 'public_zip_code': '4890', 'site': None, 'specializations': [], 'street': 'Elsaute', 'street_number': '19', 'user': {'email': 'olivier.degueldre@hotmail.com', 'id': 4030, 'is_active': True}, 'zip_code': '4890'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Wanze', 'committee': '', 'company_name': 'DELANNOY', 'company_tva': 'BE651538607', 'country': 'BE', 'fax_number': '', 'first_name': 'Pascal', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Delannoy', 'phone_number': '+32 (0)495/15.66.52', 'phone_number_2': '+32 (0)85/21.61.92', 'public_address_info': '', 'public_city': 'Wanze', 'public_country': 'BE', 'public_street': 'Chaussée de Waremme', 'public_street_number': '79', 'public_zip_code': '4520', 'site': '', 'specializations': [], 'street': 'Chaussée de Waremme', 'street_number': '79', 'user': {'email': 'pascaldelannoy@hotmail.com', 'id': 4041, 'is_active': True}, 'zip_code': '4520'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Xhendelesse', 'committee': '', 'company_name': 'CAN infra', 'company_tva': 'BE460.224.220', 'country': 'BE', 'fax_number': '+32 (0)87/30.06.46', 'first_name': 'Patrice', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Desmit', 'phone_number': '+32 (0)495/36.20.32', 'phone_number_2': '+32 (0)87/30.05.45', 'public_address_info': '', 'public_city': 'Xhendelesse', 'public_country': 'BE', 'public_street': 'Rue des Deux Tilleuls', 'public_street_number': '24', 'public_zip_code': '4652', 'site': 'http://www.caninfra.be', 'specializations': [], 'street': 'Rue des Deux Tilleuls', 'street_number': '24', 'user': {'email': 'patricedesmit@caninfra.be', 'id': 4045, 'is_active': True}, 'zip_code': '4652'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Nandrin', 'committee': '', 'company_name': 'SRL D. DESTREE', 'company_tva': 'BE0894694544', 'country': 'BE', 'fax_number': '+32 (0)4/371.44.18', 'first_name': 'Dominique', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Destrée', 'phone_number': '+32 (0)475/44.21.28', 'phone_number_2': '+32 (0)4/371.44.18', 'public_address_info': '', 'public_city': 'Nandrin', 'public_country': 'BE', 'public_street': 'Rue Petite Vaux', 'public_street_number': '10', 'public_zip_code': '4550', 'site': '', 'specializations': [], 'street': 'Rue Petite Vaux', 'street_number': '10', 'user': {'email': 'd.destree@outlook.com', 'id': 3601, 'is_active': True}, 'zip_code': '4550'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Beaufays', 'committee': 'Comité directeur', 'company_name': '4DManagement', 'company_tva': '0553785965', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Nesma', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Djema', 'phone_number': '0498321152', 'phone_number_2': '0486871467', 'public_address_info': '', 'public_city': 'Beaufays', 'public_country': 'Belgique', 'public_street': "Voie de l'Air Pur", 'public_street_number': '138', 'public_zip_code': '4052', 'site': 'http://www.4dm.be', 'specializations': [], 'street': "Voie de l'Air Pur", 'street_number': '138', 'user': {'email': 'nd@4dm.be', 'id': 4215, 'is_active': True}, 'zip_code': '4052'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'FLÉMALLE', 'committee': None, 'company_name': 'srl Dupont Géometre & Cie', 'company_tva': '0478.802.292', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Guy', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Dupont', 'phone_number': '+32475860808', 'phone_number_2': '+32 (0)4/225.99.22', 'public_address_info': '', 'public_city': 'FLÉMALLE', 'public_country': 'Belgique', 'public_street': 'rue de Mons-Lez-Liège', 'public_street_number': '67', 'public_zip_code': '4400', 'site': 'http://www.geometre-dupont.be', 'specializations': [], 'street': 'rue de Mons-Lez-Liège', 'street_number': '67', 'user': {'email': 'info@geometre-dupont.be', 'id': 3726, 'is_active': True}, 'zip_code': '4400'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Saint-Georges-sur-Meuse', 'committee': None, 'company_name': 'dbgex', 'company_tva': '0684.579.775', 'country': 'BE', 'fax_number': None, 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Duré', 'phone_number': '+32 (0)494/54.40.81', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Saint-Georges-sur-Meuse', 'public_country': 'BE', 'public_street': 'Basse Marquet', 'public_street_number': '64', 'public_zip_code': '4470', 'site': None, 'specializations': [], 'street': 'Basse Marquet', 'street_number': '64', 'user': {'email': 'durebenoit@live.be', 'id': 3636, 'is_active': True}, 'zip_code': '4470'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Büllingen/Bullange', 'committee': None, 'company_name': 'Guido Faymonville', 'company_tva': 'BE 0817 457 897', 'country': 'BE', 'fax_number': '', 'first_name': 'Guido', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Faymonville', 'phone_number': '+32 (0)476/939.909', 'phone_number_2': '+32 (0)80/64.72.04', 'public_address_info': '', 'public_city': 'Büllingen/Bullange', 'public_country': 'BE', 'public_street': 'Rue Honsfeld', 'public_street_number': '302', 'public_zip_code': '4760', 'site': '', 'specializations': [], 'street': 'Rue Honsfeld', 'street_number': '302', 'user': {'email': 'guido.faymonville@skynet.be', 'id': 3778, 'is_active': True}, 'zip_code': '4760'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'LOUVEIGNE', 'committee': None, 'company_name': 'GEOTECH SRL', 'company_tva': 'BE0468343813', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Didier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Fays', 'phone_number': '+32 (0)495/57.95.98', 'phone_number_2': '+32 (0)4/250.92.50', 'public_address_info': '', 'public_city': 'LOUVEIGNE', 'public_country': 'Belgique', 'public_street': 'Rue de Remouchamps', 'public_street_number': '34 E23', 'public_zip_code': '4141', 'site': 'http://www.geotech.be', 'specializations': [], 'street': 'Rue de Remouchamps', 'street_number': '34 E23', 'user': {'email': 'didier.fays@geotech.be', 'id': 3617, 'is_active': True}, 'zip_code': '4141'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Jemeppe-sur-Meuse', 'committee': None, 'company_name': 'ASC Géomètre-Expert', 'company_tva': 'BE 0646.773.729', 'country': 'BE', 'fax_number': '', 'first_name': 'Salem', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Ferjani', 'phone_number': '+32 (0)486/55.46.63', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Jemeppe-sur-Meuse', 'public_country': 'BE', 'public_street': 'Valles', 'public_street_number': '52', 'public_zip_code': '4101', 'site': '', 'specializations': [], 'street': 'Valles', 'street_number': '52', 'user': {'email': 'ferjanisalem@hotmail.com', 'id': 3675, 'is_active': True}, 'zip_code': '4101'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'LANTIN', 'committee': None, 'company_name': '', 'company_tva': 'FRANCHISE', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jacky', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Ferrara', 'phone_number': '+32(0)495/40.71.44', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'LANTIN', 'public_country': 'Belgique', 'public_street': 'Rue Vanden Sande', 'public_street_number': '32 B', 'public_zip_code': '4450', 'site': 'https://www.geometre-expert-ferrara-jacky.com/', 'specializations': [], 'street': 'Rue Vanden Sande', 'street_number': '32 B', 'user': {'email': 'ferrarajacky@hotmail.com', 'id': 3677, 'is_active': True}, 'zip_code': '4450'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Henri-Chapelle', 'committee': '', 'company_name': "Bureau d'Etudes Flas srl", 'company_tva': 'BE0809888929', 'country': 'BE', 'fax_number': '', 'first_name': 'Henri', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Flas', 'phone_number': '+32 (0)485/36.64.45', 'phone_number_2': '+32 (0)87/65.31.20', 'public_address_info': '', 'public_city': 'Henri-Chapelle', 'public_country': 'BE', 'public_street': 'Bayaux', 'public_street_number': '102', 'public_zip_code': '4841', 'site': 'http://www.flas.be', 'specializations': [], 'street': 'Bayaux', 'street_number': '102', 'user': {'email': 'bureau@flas.be', 'id': 3543, 'is_active': True}, 'zip_code': '4841'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'LOUVEIGNE', 'committee': None, 'company_name': 'BTF srl', 'company_tva': 'BE0878.572.847', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Philippe', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Fontaine', 'phone_number': '+32 (0)4 368 49 69', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'LOUVEIGNE', 'public_country': 'Belgique', 'public_street': 'Rue de Blindef', 'public_street_number': '13', 'public_zip_code': '4141', 'site': 'http://www.btf-sprl.be', 'specializations': [], 'street': 'Rue de Blindef', 'street_number': '13', 'user': {'email': 'philippe.fontaine@btf-sprl.be', 'id': 4057, 'is_active': True}, 'zip_code': '4141'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Malmedy', 'committee': None, 'company_name': '', 'company_tva': 'BE0725153687', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Louis', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Fraikin', 'phone_number': '+32 (0)476/21.42.41', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Malmedy', 'public_country': 'BE', 'public_street': 'Chemin du Tchession', 'public_street_number': '3', 'public_zip_code': '4960', 'site': 'https://www.jlfraikin.be/', 'specializations': [], 'street': 'Chemin du Tchession', 'street_number': '3', 'user': {'email': 'jean.louis.fraikin@skynet.be', 'id': 3842, 'is_active': True}, 'zip_code': '4960'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Malmedy', 'committee': None, 'company_name': 'Ingeo G srl', 'company_tva': 'BE 0837.170.277', 'country': 'BE', 'fax_number': '', 'first_name': 'Florian', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Gallo', 'phone_number': '0032(0)476/75.11.61', 'phone_number_2': '0032(0)478/91.93.25', 'public_address_info': '', 'public_city': 'Malmedy', 'public_country': 'BE', 'public_street': 'Avenue Monbijou', 'public_street_number': '14', 'public_zip_code': '4960', 'site': '', 'specializations': [], 'street': 'Avenue Monbijou', 'street_number': '14', 'user': {'email': 'florian@scheen-lecoq.be', 'id': 3685, 'is_active': True}, 'zip_code': '4960'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Thimister-Clermont', 'committee': '', 'company_name': "Bureau d'études André Genotte srl", 'company_tva': 'BE 0887.205.055', 'country': 'BE', 'fax_number': '+32 (0)87/44.68.59', 'first_name': 'André', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Genotte', 'phone_number': '+32 (0)87/44.54.32', 'phone_number_2': '+32 (0)496/50.69.45', 'public_address_info': '', 'public_city': 'Thimister-Clermont', 'public_country': 'BE', 'public_street': 'Elsaute', 'public_street_number': '19', 'public_zip_code': '4890', 'site': 'http://www.bureaugenotte.be', 'specializations': [], 'street': 'Elsaute', 'street_number': '19', 'user': {'email': 'andre@bureaugenotte.be', 'id': 3801, 'is_active': True}, 'zip_code': '4890'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Houffalize', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jean-François', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Gerardy', 'phone_number': '0495/99.05.79', 'phone_number_2': '', 'public_address_info': '', 'public_city': '', 'public_country': '', 'public_street': '', 'public_street_number': '', 'public_zip_code': '6660', 'site': 'http://www.CoLaura.be', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Implantation', 'pk': 18}, {'name': 'Etat des lieux', 'pk': 21}, {'name': 'Certificateur PEB', 'pk': 27}, {'name': 'Division en volume', 'pk': 38}, {'name': 'Division pour sortie ' "d'indivision", 'pk': 39}, {'name': 'Création de servitudes', 'pk': 40}, {'name': 'Permis de location', 'pk': 43}], 'street': 'Taverneux', 'street_number': '27', 'user': {'email': 'info@colaura.be', 'id': 4226, 'is_active': True}, 'zip_code': '6660'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Grâce-Berleur', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Fabrice', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Guisset', 'phone_number': '0495576101', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Grâce-Berleur', 'public_country': 'BE', 'public_street': 'Rue du Bonnier', 'public_street_number': '14A', 'public_zip_code': '4460', 'site': '', 'specializations': [], 'street': 'Rue du Bonnier', 'street_number': '14A', 'user': {'email': 'ex.guisset@gmail.com', 'id': 3655, 'is_active': True}, 'zip_code': '4460'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Couthuin', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jeremy', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Guyot', 'phone_number': '0032472376946', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Couthuin', 'public_country': 'Belgique', 'public_street': 'Rue du Bayet', 'public_street_number': '18', 'public_zip_code': '4218', 'site': '', 'specializations': [], 'street': 'Rue du Bayet', 'street_number': '18', 'user': {'email': 'jeremy.guyot@outlook.com', 'id': 4232, 'is_active': True}, 'zip_code': '4218'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Loncin', 'committee': '', 'company_name': 'beGX', 'company_tva': 'BE0878945605', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Albert', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Hannay', 'phone_number': '+32 (0)495/25.35.50', 'phone_number_2': '+32 (0)4/263.02.00', 'public_address_info': '', 'public_city': 'Ans', 'public_country': 'Belgique', 'public_street': 'rue de Jemeppe', 'public_street_number': '229', 'public_zip_code': '4431', 'site': 'http://www.begx.be', 'specializations': [{'name': 'Implantation et certification ' "d'installations sportives", 'pk': 44}], 'street': 'Rue de Jemeppe', 'street_number': '229', 'user': {'email': 'albert.hannay@begx.be', 'id': 3467, 'is_active': True}, 'zip_code': '4431'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Herstal', 'committee': None, 'company_name': 'Bureau Houbart', 'company_tva': 'BE0604924761', 'country': 'BE', 'fax_number': None, 'first_name': 'Jacques', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Houbart', 'phone_number': '+32 (0)476/21.39.72', 'phone_number_2': '+32 (0)4/264.48.09', 'public_address_info': '', 'public_city': 'Herstal', 'public_country': 'BE', 'public_street': 'Rue Verte', 'public_street_number': '330', 'public_zip_code': '4040', 'site': 'http://www.houbart.be', 'specializations': [], 'street': 'Rue Verte', 'street_number': '330', 'user': {'email': 'geometre@houbart.be', 'id': 3743, 'is_active': True}, 'zip_code': '4040'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Embourg', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Frédéric', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Humblet', 'phone_number': '+32 (0)495/42.48.68', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Embourg', 'public_country': 'BE', 'public_street': 'Rue Mathysart', 'public_street_number': '13', 'public_zip_code': '4053', 'site': 'http://www.geoconsult.be', 'specializations': [], 'street': 'Rue Mathysart', 'street_number': '13', 'user': {'email': 'fhu@hotmail.be', 'id': 4282, 'is_active': True}, 'zip_code': '4053'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'WAREMME', 'committee': None, 'company_name': 'SRL Joassin affaires immobilières', 'company_tva': 'BE0461927856', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Jean-Lambert', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Joassin', 'phone_number': '019339393', 'phone_number_2': '+32 476205133', 'public_address_info': '', 'public_city': 'WAREMME', 'public_country': 'Belgique', 'public_street': 'Chaussée Romaine', 'public_street_number': '200', 'public_zip_code': '4300', 'site': None, 'specializations': [], 'street': 'Chaussée Romaine', 'street_number': '200', 'user': {'email': 'jean-lambert.joassin@joassinimmo.be', 'id': 3840, 'is_active': True}, 'zip_code': '4300'}, {'address_info': None, 'argel_listing_visible': True, 'category': 21, 'city': 'Marchin', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'Belgique', 'fax_number': None, 'first_name': 'Lionel', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Jonet', 'phone_number': '0475652242', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'MARCHIN', 'public_country': 'Belgique', 'public_street': 'Rue vieux Thier', 'public_street_number': '5', 'public_zip_code': '4570', 'site': None, 'specializations': [], 'street': 'Rue vieux Thier', 'street_number': '5', 'user': {'email': 'lionel.jonet@eiffage.com', 'id': 3927, 'is_active': True}, 'zip_code': '4570'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Charneux', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Benoit', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Jonlet', 'phone_number': '+32 (0)499/12.70.22', 'phone_number_2': '+32 (0)87/50.70.34', 'public_address_info': '', 'public_city': 'Charneux', 'public_country': 'BE', 'public_street': 'Garde-Dieu', 'public_street_number': '310', 'public_zip_code': '4654', 'site': 'http://www.bureaujonlet.be', 'specializations': [], 'street': 'Garde-Dieu', 'street_number': '310', 'user': {'email': 'info@bureaujonlet.be', 'id': 3802, 'is_active': True}, 'zip_code': '4654'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Tilff', 'committee': 'Comité directeur', 'company_name': 'KGEO SRL', 'company_tva': 'BE0647.905.263', 'country': 'BE', 'fax_number': None, 'first_name': 'Laurent', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Kessler', 'phone_number': '+32 (0)475/40.11.79', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Tilff', 'public_country': 'BE', 'public_street': 'Allée de la Fraineuse', 'public_street_number': '62', 'public_zip_code': '4130', 'site': None, 'specializations': [], 'street': 'Allée de la Fraineuse', 'street_number': '62', 'user': {'email': 'laurent.kessler@kgeo.be', 'id': 3914, 'is_active': True}, 'zip_code': '4130'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Liège', 'committee': 'Comité directeur', 'company_name': 'Galere', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Gaëlle', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Kroonen', 'phone_number': '+32 (0)478/68.00.57', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue du chéra', 'public_street_number': '7', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Rue du chéra', 'street_number': '7', 'user': {'email': 'gaelle.kroonen@galere.be', 'id': 3715, 'is_active': True}, 'zip_code': '4000'}, {'address_info': 'Compass Building', 'argel_listing_visible': True, 'category': 21, 'city': 'Zaventem', 'committee': None, 'company_name': 'Brussels Airport Company', 'company_tva': 'BE 0890.082.292', 'country': 'BE', 'fax_number': None, 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': True, 'is_argel_member': True, 'last_name': 'Lahaye', 'phone_number': '+32(0)470.10.64.77', 'phone_number_2': None, 'public_address_info': 'Compass Building', 'public_city': 'Zaventem', 'public_country': 'BE', 'public_street': 'Luchthaven Brussel Nationaal', 'public_street_number': '1M', 'public_zip_code': '1930', 'site': None, 'specializations': [], 'street': 'Luchthaven Brussel Nationaal', 'street_number': '1M', 'user': {'email': 'lahaye.b@gmail.com', 'id': 3905, 'is_active': True}, 'zip_code': '1930'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Braine-le-Château', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Pierre', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lambert', 'phone_number': '+32 (0)479/23.40.00', 'phone_number_2': '+32 (0)2/366.17.12', 'public_address_info': '', 'public_city': 'Braine-le-Château', 'public_country': 'BE', 'public_street': 'rue de Tubize', 'public_street_number': '1C', 'public_zip_code': '1440', 'site': '', 'specializations': [], 'street': 'rue de Tubize', 'street_number': '1C', 'user': {'email': 'lambertjp@skynet.be', 'id': 3907, 'is_active': True}, 'zip_code': '1440'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Liège', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Lucie', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lebbos', 'phone_number': '+32 (0)478/87.04.13', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue Isi Collin', 'public_street_number': '14', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Rue Isi Collin', 'street_number': '14', 'user': {'email': 'lebbos@geometre.expert', 'id': 3940, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Louveigné', 'committee': '', 'company_name': '0474703251', 'company_tva': 'BE474.703.251', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Philippe', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Leduc', 'phone_number': '0478/784.771', 'phone_number_2': '04360.98.35', 'public_address_info': '', 'public_city': 'Louveigné', 'public_country': 'Belgique', 'public_street': 'China', 'public_street_number': '57', 'public_zip_code': '4141', 'site': '', 'specializations': [], 'street': 'China', 'street_number': '57', 'user': {'email': 'philippe@geoconstruct.be', 'id': 4058, 'is_active': True}, 'zip_code': '4141'}, {'address_info': '', 'argel_listing_visible': True, 'category': 20, 'city': 'Berloz', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Gauthier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Legros', 'phone_number': None, 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Berloz', 'public_country': 'BE', 'public_street': 'Rue de Longchamps', 'public_street_number': '13', 'public_zip_code': '4257', 'site': None, 'specializations': [], 'street': 'Rue de Longchamps', 'street_number': '13', 'user': {'email': 'gauthier.legros@outlook.com', 'id': 3723, 'is_active': True}, 'zip_code': '4257'}, {'address_info': None, 'argel_listing_visible': True, 'category': 22, 'city': 'Huy', 'committee': None, 'company_name': 'isolaction srl', 'company_tva': 'BE0646672472', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Thierry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lejeune', 'phone_number': '0475/495110', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Huy', 'public_country': 'Belgique', 'public_street': 'Rue Rioul', 'public_street_number': '17 bte 5', 'public_zip_code': '4500', 'site': None, 'specializations': [], 'street': 'Rue Rioul', 'street_number': '17 bte 5', 'user': {'email': 'info@isolaction.eu', 'id': 3814, 'is_active': True}, 'zip_code': '4500'}, {'address_info': None, 'argel_listing_visible': True, 'category': 23, 'city': 'Jehay', 'committee': 'Comité directeur', 'company_name': 'LN Géo', 'company_tva': '0472523028', 'country': 'BE', 'fax_number': None, 'first_name': 'Noël', 'functions': [{'name': 'Trésorier Adjoint', 'pk': 6}], 'geoformation_listing_visible': True, 'is_argel_member': True, 'last_name': 'Léonard', 'phone_number': '+32 (0)476/38.75.36', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Jehay', 'public_country': 'BE', 'public_street': 'Petit Rivage', 'public_street_number': '32', 'public_zip_code': '4540', 'site': 'http://www.lngeo.be', 'specializations': [], 'street': 'Petit Rivage', 'street_number': '32', 'user': {'email': 'info@lngeo.be', 'id': 3818, 'is_active': True}, 'zip_code': '4540'}, {'address_info': 'AEDI : FICAD SRL', 'argel_listing_visible': True, 'category': 23, 'city': 'Liège', 'committee': None, 'company_name': 'Aedi Ficad SRL', 'company_tva': 'BE0443067096', 'country': 'BE', 'fax_number': None, 'first_name': 'Pierre-Antoine', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Leroy', 'phone_number': '+32(0)485/33.64.54', 'phone_number_2': None, 'public_address_info': 'AEDI : FICAD SRL', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Place Vivegnis', 'public_street_number': '36', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Place Vivegnis', 'street_number': '36', 'user': {'email': 'pa@aedificad.be', 'id': 4037, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Aywaille', 'committee': None, 'company_name': 'LPmetris', 'company_tva': 'BE0727734877', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Nicolas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Letesson', 'phone_number': '+32(0)499/40.45.99', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Aywaille', 'public_country': 'Belgique', 'public_street': 'Rue Piersay', 'public_street_number': '2B/001', 'public_zip_code': '4920', 'site': '', 'specializations': [], 'street': 'Rue Piersay', 'street_number': '2B/001', 'user': {'email': 'nicolas@lpmetris.be', 'id': 4016, 'is_active': True}, 'zip_code': '4920'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Clavier', 'committee': '', 'company_name': 'Leonardo LOFORTE', 'company_tva': '0606907026', 'country': 'BE', 'fax_number': '', 'first_name': 'Leonardo', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Loforte', 'phone_number': '+32 (0)475/93.57.69', 'phone_number_2': '+32 (0)85/25.25.32', 'public_address_info': '', 'public_city': 'Clavier', 'public_country': 'BE', 'public_street': 'Route de Modave', 'public_street_number': '30', 'public_zip_code': '4560', 'site': '', 'specializations': [], 'street': 'Route de Modave', 'street_number': '30', 'user': {'email': 'leo.loforte@hotmail.com', 'id': 3921, 'is_active': True}, 'zip_code': '4560'}, {'address_info': "Business Center de l'Avouerie", 'argel_listing_visible': True, 'category': 23, 'city': 'Liège', 'committee': '', 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': '', 'first_name': 'Thierry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lovinfosse', 'phone_number': '+32 (0)4/330.93.13', 'phone_number_2': '', 'public_address_info': '', 'public_city': '', 'public_country': '', 'public_street': '', 'public_street_number': '', 'public_zip_code': '4000', 'site': 'http://www.kdrix.be', 'specializations': [{'name': 'Lotissement', 'pk': 19}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Expertise judiciaire', 'pk': 22}, {'name': "Bureau d'étude (voirie, " 'égouttage, cubatures,...)', 'pk': 26}], 'street': "de l'Avouerie", 'street_number': '5', 'user': {'email': 'thierry.lovinfosse@kdrix.be', 'id': 4160, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 9, 'city': 'Waremme', 'committee': None, 'company_name': 'MG Géomètre-Expert', 'company_tva': '1024763725', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Gaël', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Maes', 'phone_number': '0474625819', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Waremme', 'public_country': 'Belgique', 'public_street': 'Rue Mignolet', 'public_street_number': '85', 'public_zip_code': '4300', 'site': 'http://mg-geometre-expert.be', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Maison', 'pk': 5}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Suivi topographique de voirie', 'pk': 17}, {'name': 'Implantation', 'pk': 18}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Etat des lieux', 'pk': 21}, {'name': 'Plan AS-Built', 'pk': 32}, {'name': 'Division de propriété', 'pk': 36}, {'name': 'Division de bâtiments', 'pk': 37}, {'name': 'Division en volume', 'pk': 38}], 'street': 'Rue Mignolet', 'street_number': '85', 'user': {'email': 'gael.maes@gmail.com', 'id': 3716, 'is_active': True}, 'zip_code': '4300'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Warsage', 'committee': '', 'company_name': 'Maon', 'company_tva': '1006908993', 'country': 'BE', 'fax_number': '', 'first_name': 'Omer', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Maon', 'phone_number': '+32 (0)475/89.86.35', 'phone_number_2': '+32 (0)4/286.50.64', 'public_address_info': '', 'public_city': 'Warsage', 'public_country': 'BE', 'public_street': 'Rue Craesborn', 'public_street_number': '76', 'public_zip_code': '4608', 'site': '', 'specializations': [], 'street': 'Rue Craesborn', 'street_number': '76', 'user': {'email': 'maon@skynet.be', 'id': 3951, 'is_active': True}, 'zip_code': '4608'}, {'address_info': None, 'argel_listing_visible': True, 'category': 20, 'city': 'Angleur', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': None, 'first_name': 'Gilles', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Marchal', 'phone_number': '+32(0)474/44.20.28', 'phone_number_2': None, 'public_address_info': None, 'public_city': None, 'public_country': None, 'public_street': None, 'public_street_number': None, 'public_zip_code': '4031', 'site': None, 'specializations': [], 'street': 'Route du Condroz', 'street_number': '101', 'user': {'email': 'mg.marchal.gilles@gmail.com', 'id': 3984, 'is_active': True}, 'zip_code': '4031'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'CHENEE', 'committee': '', 'company_name': 'Général Construction SA', 'company_tva': '0425548797', 'country': 'BE', 'fax_number': '', 'first_name': 'Samuel', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Marichal', 'phone_number': '+32 (0)496/26.77.04', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'CHENEE', 'public_country': 'BE', 'public_street': 'RUE DE LA STATION', 'public_street_number': '44', 'public_zip_code': '4032', 'site': '', 'specializations': [], 'street': 'RUE DE LA STATION', 'street_number': '44', 'user': {'email': 'samuel.marichal@gc.be', 'id': 4113, 'is_active': True}, 'zip_code': '4032'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Oreye', 'committee': 'Comité directeur', 'company_name': '', 'company_tva': 'BE0600935091', 'country': 'BE', 'fax_number': None, 'first_name': 'David', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Massuyr', 'phone_number': '+32 (0)473/42.86.21', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Oreye', 'public_country': 'BE', 'public_street': 'Rue Horpmael', 'public_street_number': '57', 'public_zip_code': '4360', 'site': None, 'specializations': [], 'street': 'Rue Horpmael', 'street_number': '57', 'user': {'email': 'david.massuyr@icloud.com', 'id': 3598, 'is_active': True}, 'zip_code': '4360'}, {'address_info': '', 'argel_listing_visible': True, 'category': 20, 'city': 'Liège', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Abderrazzak', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Messoudi', 'phone_number': '+32 (0)485/69.84.92', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue des Tawes', 'public_street_number': '92', 'public_zip_code': '4000', 'site': '', 'specializations': [], 'street': 'Rue des Tawes', 'street_number': '92', 'user': {'email': 'a_messoudi@hotmail.com', 'id': 3473, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Spa', 'committee': None, 'company_name': 'GeoDILex srl', 'company_tva': '0863818949', 'country': 'BE', 'fax_number': None, 'first_name': 'Bernard', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Meurant', 'phone_number': '+32 (0)495/20.38.13', 'phone_number_2': '+32 (0)87/77.12.90', 'public_address_info': '', 'public_city': 'Spa', 'public_country': 'BE', 'public_street': 'Chemin Dri les Cortis', 'public_street_number': '11A', 'public_zip_code': '4900', 'site': None, 'specializations': [], 'street': 'Chemin Dri les Cortis', 'street_number': '11A', 'user': {'email': 'b.meurant@geodilex.be', 'id': 3528, 'is_active': True}, 'zip_code': '4900'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Waremme', 'committee': '', 'company_name': 'BGM EXPERT SRL', 'company_tva': 'BE0771626387', 'country': 'BE', 'fax_number': '', 'first_name': 'Sébastien', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Morue', 'phone_number': '+32 (0)497/54.80.95', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Waremme', 'public_country': 'BE', 'public_street': 'Rue des Betto', 'public_street_number': '35', 'public_zip_code': '4300', 'site': 'http://www.geometremorue.be', 'specializations': [], 'street': 'Rue des Betto', 'street_number': '35', 'user': {'email': 'info@geometremorue.be', 'id': 3808, 'is_active': True}, 'zip_code': '4300'}, {'address_info': '', 'argel_listing_visible': True, 'category': 13, 'city': 'Eupen', 'committee': None, 'company_name': '', 'company_tva': '0792425365', 'country': 'BE', 'fax_number': None, 'first_name': 'Guillaume', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Mossay', 'phone_number': '087560046', 'phone_number_2': '0470997680', 'public_address_info': '', 'public_city': 'Eupen', 'public_country': 'BE', 'public_street': "rue d'Herbesthal", 'public_street_number': '247', 'public_zip_code': '4700', 'site': None, 'specializations': [], 'street': "rue d'Herbesthal", 'street_number': '247', 'user': {'email': 'guillaume.mossay@gmail.com', 'id': 3781, 'is_active': True}, 'zip_code': '4700'}, {'address_info': '', 'argel_listing_visible': True, 'category': 13, 'city': 'Eupen', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE 0704 705 394', 'fax_number': '', 'first_name': 'Romain', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Mossay', 'phone_number': '+32(0)470/99.76.68', 'phone_number_2': '087560046', 'public_address_info': '', 'public_city': 'Eupen', 'public_country': 'BE 0704 705 394', 'public_street': 'Herbesthaler Strasse', 'public_street_number': '247', 'public_zip_code': '4700', 'site': '', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Maison', 'pk': 5}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Implantation', 'pk': 18}, {'name': 'Lotissement', 'pk': 19}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Etat des lieux', 'pk': 21}, {'name': "Bureau d'étude (voirie, " 'égouttage, cubatures,...)', 'pk': 26}, {'name': 'Plan AS-Built', 'pk': 32}, {'name': 'Division de propriété', 'pk': 36}, {'name': 'Division de bâtiments', 'pk': 37}, {'name': 'Division pour sortie ' "d'indivision", 'pk': 39}, {'name': 'Création de servitudes', 'pk': 40}, {'name': "Plans d'emprises", 'pk': 41}, {'name': 'Cessions de mitoyenneté', 'pk': 42}, {'name': 'Permis de location', 'pk': 43}], 'street': 'Herbesthaler Strasse', 'street_number': '247', 'user': {'email': 'mossay.romain@gmail.com', 'id': 3999, 'is_active': True}, 'zip_code': '4700'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Henri-Chapelle', 'committee': '', 'company_name': 'MM GEOMETRE', 'company_tva': 'BE1007.058.057', 'country': 'BE', 'fax_number': '', 'first_name': 'Marilyn', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Mullender', 'phone_number': '+32(0)491/48.80.08', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Henri-Chapelle', 'public_country': 'BE', 'public_street': 'Rue Saint Vincent', 'public_street_number': '60', 'public_zip_code': '4841', 'site': '', 'specializations': [], 'street': 'Rue Saint Vincent', 'street_number': '60', 'user': {'email': 'geo.mullender@gmail.com', 'id': 3751, 'is_active': True}, 'zip_code': '4841'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Liège', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Quentin', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Nahoé', 'phone_number': '04973997395', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue du Thier à Liège', 'public_street_number': '108', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Rue du Thier à Liège', 'street_number': '108', 'user': {'email': 'quentin.nahoe@gmail.com', 'id': 4081, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Petit-Rechain', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Luc', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Noels', 'phone_number': '+32 (0)495/30.60.21', 'phone_number_2': '+32 (0)87/31.77.07', 'public_address_info': '', 'public_city': 'Petit-Rechain', 'public_country': 'BE', 'public_street': 'Chemin du bois de Rechain', 'public_street_number': '19', 'public_zip_code': '4800', 'site': '', 'specializations': [], 'street': 'Chemin du bois de Rechain', 'street_number': '19', 'user': {'email': 'jeanluc.noels@skynet.be', 'id': 3844, 'is_active': True}, 'zip_code': '4800'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Tilff', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Xavier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Pirard', 'phone_number': '+32(0)496/27.60.86', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Tilff', 'public_country': 'BE', 'public_street': 'Allée de la fraineuse', 'public_street_number': '5', 'public_zip_code': '4130', 'site': '', 'specializations': [], 'street': 'Allée de la fraineuse', 'street_number': '5', 'user': {'email': 'xavierpirard@gmail.com', 'id': 4202, 'is_active': True}, 'zip_code': '4130'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Sprimont', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Pauline', 'functions': [], 'geoformation_listing_visible': None, 'is_argel_member': True, 'last_name': 'Pirnay', 'phone_number': '0474335471', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Sprimont', 'public_country': 'Belgique', 'public_street': 'Rue de Sendrogne', 'public_street_number': '48', 'public_zip_code': '4140', 'site': '', 'specializations': [], 'street': 'Rue de Sendrogne', 'street_number': '48', 'user': {'email': 'pauline.pirnay@eiffage.com', 'id': 4289, 'is_active': True}, 'zip_code': '4140'}, {'address_info': None, 'argel_listing_visible': True, 'category': 17, 'city': 'Fraiture', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': None, 'first_name': 'Marcel', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Ponthier', 'phone_number': '0495936432', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Fraiture', 'public_country': None, 'public_street': 'rue de la Vieille Forge', 'public_street_number': '11', 'public_zip_code': '4557', 'site': None, 'specializations': [{'name': 'Expertise judiciaire', 'pk': 22}], 'street': 'rue de la Vieille Forge', 'street_number': '11', 'user': {'email': 'marcel.ponthier@skynet.be', 'id': 3954, 'is_active': True}, 'zip_code': '4557'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Nandrin', 'committee': '', 'company_name': 'Quoibion Nicolas Géomètre-Expert', 'company_tva': 'BE0806039019', 'country': 'BE', 'fax_number': '', 'first_name': 'Nicolas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Quoibion', 'phone_number': '+32 (0)479/98.14.42', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Nandrin', 'public_country': 'BE', 'public_street': 'Route du Condroz', 'public_street_number': '402/1', 'public_zip_code': '4550', 'site': '', 'specializations': [], 'street': 'Route du Condroz', 'street_number': '402/1', 'user': {'email': 'nquoibion@skynet.be', 'id': 4021, 'is_active': True}, 'zip_code': '4550'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Nandrin', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Adrien', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Remacle', 'phone_number': '+32(0)472/26.06.16', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Nandrin', 'public_country': 'BE', 'public_street': 'Chemin de la Pierrerie', 'public_street_number': '2', 'public_zip_code': '4550', 'site': None, 'specializations': [], 'street': 'Chemin de la Pierrerie', 'street_number': '2', 'user': {'email': 'adrien.remacle@hotmail.com', 'id': 3461, 'is_active': True}, 'zip_code': '4550'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Liège', 'committee': None, 'company_name': 'Ingeo', 'company_tva': 'BE0837.170.277', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Simon', 'functions': [], 'geoformation_listing_visible': None, 'is_argel_member': True, 'last_name': 'Roosen', 'phone_number': '0495312112', 'phone_number_2': '0470301917', 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'Belgique', 'public_street': "Boulevard de l'Est", 'public_street_number': '10/01', 'public_zip_code': '4020', 'site': '', 'specializations': [], 'street': "Boulevard de l'Est", 'street_number': '10/01', 'user': {'email': 'roosen.simon99@gmail.com', 'id': 4290, 'is_active': True}, 'zip_code': '4020'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Tilff', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Yves', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Sacré', 'phone_number': '+32 (0)498/45.05.94', 'phone_number_2': '+32 (0)4/388.37.38', 'public_address_info': '', 'public_city': 'Tilff', 'public_country': 'BE', 'public_street': 'Boulevard Lieutenant', 'public_street_number': '7A', 'public_zip_code': '4130', 'site': '', 'specializations': [], 'street': 'Boulevard Lieutenant', 'street_number': '7A', 'user': {'email': 'yves.sacre@urbatex.be', 'id': 4208, 'is_active': True}, 'zip_code': '4130'}, {'address_info': 'INFRABEL SA-Account payable-I-F113 section ' '40/8', 'argel_listing_visible': True, 'category': 21, 'city': 'Bruxelles', 'committee': None, 'company_name': 'INFRABEL SA-Account payable-I-F113 section ' '40/8', 'company_tva': None, 'country': 'BE', 'fax_number': None, 'first_name': 'Nicolas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Sarton', 'phone_number': '0460/97.93.93', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Trooz', 'public_country': 'BE', 'public_street': 'Rue des Croisettes', 'public_street_number': '32C', 'public_zip_code': '4870', 'site': None, 'specializations': [], 'street': 'Place Marcel Broodthaers', 'street_number': '2', 'user': {'email': 'nicolas_sarton@live.be', 'id': 4019, 'is_active': True}, 'zip_code': '1060'}, {'address_info': "Bureau d'études JRF SCHMITZ srl", 'argel_listing_visible': True, 'category': 13, 'city': 'Francorchamps', 'committee': None, 'company_name': "Bureau d'études JRF SCHMITZ srl", 'company_tva': 'BE0491391563', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Remy', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Schmitz', 'phone_number': '+32(0)491/20.47.76', 'phone_number_2': '+32(0)87/77.40.22', 'public_address_info': "Bureau d'études JRF SCHMITZ srl", 'public_city': 'Francorchamps', 'public_country': 'BE', 'public_street': 'Rue de Spa', 'public_street_number': '166', 'public_zip_code': '4970', 'site': '', 'specializations': [], 'street': 'Rue de Spa', 'street_number': '166', 'user': {'email': 'jeanremy.schmitz@gmail.com', 'id': 3851, 'is_active': True}, 'zip_code': '4970'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'TILFF', 'committee': '', 'company_name': 'ATEXX SRL', 'company_tva': '0473663965', 'country': 'BE', 'fax_number': '+32 (0)4/388.22.93', 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Schumacker', 'phone_number': '+32 (0)478/97.44.76', 'phone_number_2': '+32 (0)4/388.22.93', 'public_address_info': '', 'public_city': 'TILFF', 'public_country': 'BE', 'public_street': 'Avenue Laboulle', 'public_street_number': '106', 'public_zip_code': '4130', 'site': 'http://www.atexx.be', 'specializations': [], 'street': 'Avenue Laboulle', 'street_number': '106', 'user': {'email': 'bs@atexx.be', 'id': 3539, 'is_active': True}, 'zip_code': '4130'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Villers-le-Bouillet', 'committee': '', 'company_name': 'GEO-XS srl', 'company_tva': 'BE0799416293', 'country': 'BE', 'fax_number': '', 'first_name': 'Xavier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Servais', 'phone_number': '+32 (0)85/31.62.21', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Villers-le-Bouillet', 'public_country': 'BE', 'public_street': 'Rue de Huy', 'public_street_number': '78/2', 'public_zip_code': '4530', 'site': 'http://www.geo-xs.be', 'specializations': [], 'street': 'Rue de Huy', 'street_number': '78/2', 'user': {'email': 'info@geo-xs.be', 'id': 3810, 'is_active': True}, 'zip_code': '4530'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Trooz Nessonvaux', 'committee': None, 'company_name': 'Azimut Jérôme SIMON', 'company_tva': 'BE0877.241.274', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jérôme', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'simon', 'phone_number': '+32 (0)486/56.46.04', 'phone_number_2': '+32 (0)4/226.75.21', 'public_address_info': '', 'public_city': 'Trooz Nessonvaux', 'public_country': 'Belgique', 'public_street': 'Rue Sainry', 'public_street_number': '213', 'public_zip_code': '4870', 'site': '', 'specializations': [], 'street': 'Rue Sainry', 'street_number': '213', 'user': {'email': 'jerome.simon@azimut-geo.be', 'id': 3862, 'is_active': True}, 'zip_code': '4870'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Verlaine', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '+32 (0)4/343.75.53', 'first_name': 'Gaëtan', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Somers', 'phone_number': '+32 (0)479/47.10.39', 'phone_number_2': '+32 (0)4/343.75.53', 'public_address_info': '', 'public_city': 'Verlaine', 'public_country': 'BE', 'public_street': 'Rue des Stanges', 'public_street_number': '14', 'public_zip_code': '4537', 'site': '', 'specializations': [], 'street': 'Rue des Stanges', 'street_number': '14', 'user': {'email': 'gaetan.somers@gs-geo.be', 'id': 3718, 'is_active': True}, 'zip_code': '4537'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Tourinnes-la-Chaussée', 'committee': None, 'company_name': "srl 'Bureau d'Etudes Tassan'", 'company_tva': 'BE0644 493 041', 'country': 'BE', 'fax_number': '+32 (0)19/69.80.12', 'first_name': 'Fabrice', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Tassan', 'phone_number': '+32 (0)476/37.20.05', 'phone_number_2': '+32 (0)19/54.44.12', 'public_address_info': '', 'public_city': 'Tourinnes-la-Chaussée', 'public_country': 'BE', 'public_street': 'Rue de la Chaussée Romaine', 'public_street_number': '17', 'public_zip_code': '4263', 'site': 'https://www.geometretassan.be', 'specializations': [], 'street': 'Rue de la Chaussée Romaine', 'street_number': '17', 'user': {'email': 'ft@bureautassan.be', 'id': 3709, 'is_active': True}, 'zip_code': '4263'}, {'address_info': 'Geodex', 'argel_listing_visible': True, 'category': 23, 'city': 'FAIMES', 'committee': '', 'company_name': 'Geodex', 'company_tva': 'BE0794077929', 'country': 'BE', 'fax_number': '', 'first_name': 'François', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Thonon', 'phone_number': '+32 (0)478/42.80.07', 'phone_number_2': '+32 (0)19/33.11.02', 'public_address_info': 'Geodex', 'public_city': 'FAIMES', 'public_country': 'BE', 'public_street': 'Rue Labia', 'public_street_number': '8', 'public_zip_code': '4317', 'site': 'http://www.geodex.be', 'specializations': [], 'street': 'Rue Labia', 'street_number': '8', 'user': {'email': 'geodex.be@gmail.com', 'id': 3731, 'is_active': True}, 'zip_code': '4317'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Scy', 'committee': None, 'company_name': '', 'company_tva': 'BE 0757.102.915', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Antonio', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Tusset', 'phone_number': '+32 (0)83/61.19.73', 'phone_number_2': '+32 (0)476/20.73.61', 'public_address_info': '', 'public_city': 'Scy', 'public_country': 'Belgique', 'public_street': 'Rue des Scyoux', 'public_street_number': '12', 'public_zip_code': '5361', 'site': None, 'specializations': [], 'street': 'Rue des Scyoux', 'street_number': '12', 'user': {'email': 'a.tusset@bdt-geometre.be', 'id': 3491, 'is_active': True}, 'zip_code': '5361'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Stavelot', 'committee': None, 'company_name': 'Bureau VINDERS srl', 'company_tva': 'BE1023.882.906', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Benoit', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Vinders', 'phone_number': '+32(0)489/462024', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Stavelot', 'public_country': 'Belgique', 'public_street': 'Rue abbé dossogne', 'public_street_number': '53', 'public_zip_code': '4970', 'site': '', 'specializations': [], 'street': 'Rue abbé dossogne', 'street_number': '53', 'user': {'email': 'bvinders@outlook.com', 'id': 4268, 'is_active': True}, 'zip_code': '4970'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Saive', 'committee': '', 'company_name': '', 'company_tva': '0694816245', 'country': 'BE', 'fax_number': '', 'first_name': 'Marc', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Wadeleux', 'phone_number': '+32 (0)493/36.21.00', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Saive', 'public_country': 'BE', 'public_street': 'Rue du Grand moulin', 'public_street_number': '41', 'public_zip_code': '4671', 'site': '', 'specializations': [], 'street': 'Rue du Grand moulin', 'street_number': '41', 'user': {'email': 'marcwadeleux@gmail.com', 'id': 3960, 'is_active': True}, 'zip_code': '4671'}, {'address_info': '', 'argel_listing_visible': True, 'category': 9, 'city': 'Theux', 'committee': '', 'company_name': 'GeoWEB', 'company_tva': '0684960946', 'country': 'BE', 'fax_number': '', 'first_name': 'Geoffrey', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Weber', 'phone_number': '+32 (0)483/02.54.45', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Theux', 'public_country': 'BE', 'public_street': 'Chaussée de Verviers', 'public_street_number': '135', 'public_zip_code': '4910', 'site': '', 'specializations': [], 'street': 'Chaussée de Verviers', 'street_number': '135', 'user': {'email': 'geof.weber@live.be', 'id': 3735, 'is_active': True}, 'zip_code': '4910'}], 'page_obj': None, 'paginator': None, 'postcodes': [1440, 1930, 4000, 4020, 4031, 4032, 4040, 4052, 4053, 4101, 4130, 4140, 4141, 4218, 4257, 4260, 4263, 4300, 4317, 4360, 4400, 4431, 4450, 4460, 4470, 4500, 4520, 4530, 4537, 4540, 4550, 4557, 4560, 4570, 4606, 4607, 4608, 4650, 4652, 4654, 4671, 4700, 4760, 4800, 4802, 4841, 4870, 4890, 4900, 4910, 4920, 4950, 4960, 4970, 5300, 5361, 6660, 6690], 'search': '', 'specials': ['Bathymétrie', 'Bornage', "Bureau d'étude (voirie, égouttage, cubatures,...)", 'Certificateur PEB', 'Cessions de mitoyenneté', 'Création de servitudes', 'Division de bâtiments', 'Division de parcelle', 'Division de propriété', 'Division en volume', "Division pour sortie d'indivision", 'Drones', 'Etat des lieux', 'Expertise immobilière', 'Expertise judiciaire', 'Implantation', "Implantation et certification d'installations sportives", 'Levé topographique', 'Lotissement', 'Maison', 'Permis de location', 'Photogrammétrie aérienne', 'Photogrammétrie terrestre', 'Plan AS-Built', "Plans d'emprises", 'Suivi topographique de voirie'], 'view': <main.views.AllMembersList object at 0x7f01d7cbe250>}
frags/nav.html
/usr/src/app/main/templates/frags/nav.html
Afficher/masquer le contexte {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'LANGUAGES': '<<languages>>', 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'fr', 'MEDIA_URL': '/media/', 'STATIC_URL': '/static/', 'TIME_ZONE': 'Europe/Brussels', 'access_token': None, 'csrf_token': <SimpleLazyObject: 'nxIsdWxaxBJaY4EJwcqje4Z5IoEMqNNzln9KjRpKOGaVdYGDsgLATyWdyXGv701u'>, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f01d7cbedd0>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f01d7c29150>, 'request': '<<request>>', 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f01d7c29790>>} {'can_show_admin': False, 'cms_edit': False, 'committees': ['Comité directeur', 'Comité disciplinaire', 'Comité vérification des stages'], 'filter_committee': '', 'filter_postcode': '', 'filter_special': '', 'is_paginated': False, 'members': [{'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Thimister-Clermont', 'committee': None, 'company_name': 'SA BAGUETTE MARCEL', 'company_tva': 'BE0417095743', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Sébastien', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Absil', 'phone_number': '0498741893', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Thimister-Clermont', 'public_country': 'Belgique', 'public_street': 'Bruyères', 'public_street_number': '2', 'public_zip_code': '4890', 'site': '', 'specializations': [], 'street': 'Bruyères', 'street_number': '2', 'user': {'email': 'sebastien.absil@gmail.com', 'id': 4118, 'is_active': True}, 'zip_code': '4890'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Oreye', 'committee': None, 'company_name': "Bureau d'Etudes ANDRE", 'company_tva': '0816629340', 'country': 'BE', 'fax_number': None, 'first_name': 'Johan', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Andre', 'phone_number': '+32 (0)486/17.46.46', 'phone_number_2': '+32 (0)19/32.87.29', 'public_address_info': '', 'public_city': 'Oreye', 'public_country': 'BE', 'public_street': 'Rue de la Westrée', 'public_street_number': '19', 'public_zip_code': '4360', 'site': 'http://www.bureau-andre.be', 'specializations': [], 'street': 'Rue de la Westrée', 'street_number': '19', 'user': {'email': 'info@bureau-andre.be', 'id': 3800, 'is_active': True}, 'zip_code': '4360'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Avennes', 'committee': '', 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': '', 'first_name': 'Michael', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Aupaix', 'phone_number': '+32(0)479.03.67.92', 'phone_number_2': '+32(0)19.33.29.91', 'public_address_info': '', 'public_city': 'Avennes', 'public_country': 'Belgique', 'public_street': 'Rue de Moxhe', 'public_street_number': '33', 'public_zip_code': '4260', 'site': 'http://www.kdrix.be', 'specializations': [{'name': 'Drones', 'pk': 14}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Photogrammétrie terrestre', 'pk': 24}, {'name': 'Photogrammétrie aérienne', 'pk': 25}, {'name': "Bureau d'étude (voirie, égouttage, " 'cubatures,...)', 'pk': 26}, {'name': 'Bathymétrie', 'pk': 30}], 'street': 'rue de Moxhe', 'street_number': '33', 'user': {'email': 'geometre.aupaix@proximus.be', 'id': 3738, 'is_active': True}, 'zip_code': '4260'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Dalhem', 'committee': '', 'company_name': 'MARECHAL & BAUDINET SRL', 'company_tva': 'BE0543614328', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Gilles', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Baudinet', 'phone_number': '+32475217282', 'phone_number_2': '+3243794555', 'public_address_info': '', 'public_city': 'Dalhem', 'public_country': 'Belgique', 'public_street': 'Rue de Visé', 'public_street_number': '43', 'public_zip_code': '4607', 'site': 'https://www.marechal-baudinet.be/', 'specializations': [], 'street': 'Rue de Visé', 'street_number': '43', 'user': {'email': 'gilles.baudinet@gmail.com', 'id': 3763, 'is_active': True}, 'zip_code': '4607'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Marchin', 'committee': '', 'company_name': '', 'company_tva': 'BE0876824669', 'country': 'BELGIUM', 'fax_number': '', 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Beaujean', 'phone_number': '+32 (0)479 65 77 42', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Marchin', 'public_country': 'BELGIUM', 'public_street': 'Ereffe', 'public_street_number': '3', 'public_zip_code': '4570', 'site': '', 'specializations': [], 'street': 'Ereffe', 'street_number': '3', 'user': {'email': 'ben_beaujean@skynet.be', 'id': 3506, 'is_active': True}, 'zip_code': '4570'}, {'address_info': '2', 'argel_listing_visible': True, 'category': 23, 'city': 'Esneux', 'committee': None, 'company_name': '3DB SPRL', 'company_tva': '0536285284', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Denis', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Bellefontaine', 'phone_number': '+32 (0)497/88.66.99', 'phone_number_2': None, 'public_address_info': '2', 'public_city': 'Esneux', 'public_country': 'Belgique', 'public_street': "RUE GUE D'AMONT", 'public_street_number': '2', 'public_zip_code': '4130', 'site': 'http://www.3db-geometre.be', 'specializations': [], 'street': "RUE GUE D'AMONT", 'street_number': '2', 'user': {'email': '3db.geometre@gmail.com', 'id': 3458, 'is_active': True}, 'zip_code': '4130'}, {'address_info': 'Rue aux frênes 47', 'argel_listing_visible': True, 'category': 13, 'city': 'Liege', 'committee': None, 'company_name': 'Personne physique', 'company_tva': 'BE1000.732.370', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Oualid', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Benkorichi', 'phone_number': '0465207789', 'phone_number_2': '', 'public_address_info': 'Rue aux frênes 47', 'public_city': 'Liege', 'public_country': 'Belgique', 'public_street': 'Rue Aux Frênes', 'public_street_number': '47 boite 22', 'public_zip_code': '4020', 'site': '', 'specializations': [], 'street': 'Rue Aux Frênes', 'street_number': '47 boite 22', 'user': {'email': 'oualid.benkorichi@gmail.com', 'id': 4035, 'is_active': True}, 'zip_code': '4020'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Vielsalm', 'committee': '', 'company_name': 'SRL GEOXIM', 'company_tva': '0892243216', 'country': 'BE', 'fax_number': '', 'first_name': 'Valerie', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Bernes', 'phone_number': '+32 (0)495/32.97.94', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Vielsalm', 'public_country': 'BE', 'public_street': 'Chemin de Grand-Halleux', 'public_street_number': '36', 'public_zip_code': '6690', 'site': 'http://www.geoxim.be', 'specializations': [], 'street': 'Chemin de Grand-Halleux', 'street_number': '36', 'user': {'email': 'vbernes@geoxim.be', 'id': 4177, 'is_active': True}, 'zip_code': '6690'}, {'address_info': None, 'argel_listing_visible': True, 'category': 23, 'city': 'Grand-Rechain', 'committee': None, 'company_name': 'Michael BROUWIER Géomètre SPRL', 'company_tva': '0808567056', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Michael', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Brouwier', 'phone_number': '+32 (0)476/51.43.77', 'phone_number_2': '+32 (0)87/30.03.05', 'public_address_info': None, 'public_city': 'Grand-Rechain', 'public_country': 'Belgique', 'public_street': 'Chemin des Bouleaux', 'public_street_number': '2', 'public_zip_code': '4650', 'site': None, 'specializations': [], 'street': 'Chemin des Bouleaux', 'street_number': '2', 'user': {'email': 'michael@brouwier.be', 'id': 3986, 'is_active': True}, 'zip_code': '4650'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Andenne', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Olivier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Bry', 'phone_number': '+32(0)477.33.44.85', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Andenne', 'public_country': 'BE', 'public_street': 'Alexis Jottard', 'public_street_number': '41', 'public_zip_code': '5300', 'site': '', 'specializations': [], 'street': 'Alexis Jottard', 'street_number': '41', 'user': {'email': 'olivier.bry@colas.be', 'id': 4029, 'is_active': True}, 'zip_code': '5300'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Verlaine', 'committee': None, 'company_name': 'Thomas Caprasse', 'company_tva': 'BE 1.010.536.793', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Thomas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Caprasse', 'phone_number': '0498523704', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Verlaine', 'public_country': 'Belgique', 'public_street': 'Grand route', 'public_street_number': '21', 'public_zip_code': '4537', 'site': '', 'specializations': [], 'street': 'Grand route', 'street_number': '21', 'user': {'email': 'tcaprasse@gmail.com', 'id': 4214, 'is_active': True}, 'zip_code': '4537'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Clavier', 'committee': None, 'company_name': 'ABSYS srl', 'company_tva': 'BE0873997417', 'country': 'BE', 'fax_number': '', 'first_name': 'Cédric', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Carrette', 'phone_number': '+32 (0)477/85.22.98', 'phone_number_2': '+32 (0)86/34.52.24', 'public_address_info': '', 'public_city': 'Clavier', 'public_country': 'BE', 'public_street': 'Rue des Condruzes', 'public_street_number': '10', 'public_zip_code': '4560', 'site': 'https://www.absys-sprl.be/', 'specializations': [], 'street': 'Rue des Condruzes', 'street_number': '10', 'user': {'email': 'cc@absys-sprl.be', 'id': 3554, 'is_active': True}, 'zip_code': '4560'}, {'address_info': '53 rue du Biez', 'argel_listing_visible': True, 'category': 22, 'city': 'Angleur', 'committee': '', 'company_name': 'Jerry Close', 'company_tva': '0808805497', 'country': 'BE', 'fax_number': '', 'first_name': 'Jerry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Close', 'phone_number': '+32 (0)496/51.62.47', 'phone_number_2': '', 'public_address_info': '53 rue du Biez', 'public_city': 'Angleur', 'public_country': 'BE', 'public_street': 'Rue Du Biez', 'public_street_number': '53', 'public_zip_code': '4031', 'site': 'http://www.close-geometre-expert.be', 'specializations': [], 'street': 'Rue Du Biez', 'street_number': '53', 'user': {'email': 'close.jerry@gmail.com', 'id': 3586, 'is_active': True}, 'zip_code': '4031'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Saint-André', 'committee': 'Comité directeur', 'company_name': 'Thierry Colson SRL', 'company_tva': 'BE0738745664', 'country': 'BE', 'fax_number': None, 'first_name': 'Thierry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Colson', 'phone_number': '+32(0)470/26.11.39', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Saint-André', 'public_country': 'BE', 'public_street': 'Heuière', 'public_street_number': '10', 'public_zip_code': '4606', 'site': 'http://www.air-geomatics.com', 'specializations': [], 'street': 'Heuière', 'street_number': '10', 'user': {'email': 'thierry@air-geomatics.com', 'id': 4158, 'is_active': True}, 'zip_code': '4606'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Eupen', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Alexandra', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Cormann', 'phone_number': '+32 (0)87/56.00.46', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Eupen', 'public_country': 'BE', 'public_street': 'Herbesthaler Straße', 'public_street_number': '247', 'public_zip_code': '4700', 'site': '', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Implantation', 'pk': 18}, {'name': 'Lotissement', 'pk': 19}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Etat des lieux', 'pk': 21}, {'name': 'Expertise judiciaire', 'pk': 22}, {'name': 'Plan AS-Built', 'pk': 32}, {'name': 'Division de bâtiments', 'pk': 37}, {'name': 'Division en volume', 'pk': 38}, {'name': "Division pour sortie d'indivision", 'pk': 39}, {'name': 'Création de servitudes', 'pk': 40}, {'name': "Plans d'emprises", 'pk': 41}, {'name': 'Cessions de mitoyenneté', 'pk': 42}], 'street': 'Herbesthaler Straße', 'street_number': '247', 'user': {'email': 'alexandra.cormann@skynet.be', 'id': 3468, 'is_active': True}, 'zip_code': '4700'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Heusy', 'committee': '', 'company_name': '', 'company_tva': 'BE 0869 794 050', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jean-Philippe', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Cremers', 'phone_number': '0497876494', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Heusy', 'public_country': 'Belgique', 'public_street': 'Chaussée de Theux', 'public_street_number': '27', 'public_zip_code': '4802', 'site': 'http://c-geo.be', 'specializations': [], 'street': 'Chaussée de Theux', 'street_number': '27', 'user': {'email': 'jeanphicremers@gmail.com', 'id': 3848, 'is_active': True}, 'zip_code': '4802'}, {'address_info': '9', 'argel_listing_visible': True, 'category': 23, 'city': 'WAIMES', 'committee': None, 'company_name': 'BecD srl', 'company_tva': 'BE0841.972.272', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Olivier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Defechereux', 'phone_number': '+32 (0)486/90.67.52', 'phone_number_2': None, 'public_address_info': '9', 'public_city': 'WAIMES', 'public_country': 'Belgique', 'public_street': "Rue de l'Abbé Pietkin", 'public_street_number': '9', 'public_zip_code': '4950', 'site': None, 'specializations': [], 'street': "Rue de l'Abbé Pietkin", 'street_number': '9', 'user': {'email': 'o.defechereux@skynet.be', 'id': 4025, 'is_active': True}, 'zip_code': '4950'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Angleur', 'committee': None, 'company_name': 'SML Ingenieurs Conseils', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Florence', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'de Francquen', 'phone_number': '+32 (0)492/73.05.70', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Angleur', 'public_country': 'BE', 'public_street': 'Rue F. Desoer', 'public_street_number': '29', 'public_zip_code': '4031', 'site': '', 'specializations': [], 'street': 'Rue F. Desoer', 'street_number': '29', 'user': {'email': 'florence.defrancquen@gmail.com', 'id': 3681, 'is_active': True}, 'zip_code': '4031'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Thimister-Clermont', 'committee': None, 'company_name': "Bureau d'Etudes André GENOTTE", 'company_tva': 'BE0887.205.055', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Olivier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Degueldre', 'phone_number': '+32494240185', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Thimister-Clermont', 'public_country': 'Belgique', 'public_street': 'Elsaute', 'public_street_number': '19', 'public_zip_code': '4890', 'site': None, 'specializations': [], 'street': 'Elsaute', 'street_number': '19', 'user': {'email': 'olivier.degueldre@hotmail.com', 'id': 4030, 'is_active': True}, 'zip_code': '4890'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Wanze', 'committee': '', 'company_name': 'DELANNOY', 'company_tva': 'BE651538607', 'country': 'BE', 'fax_number': '', 'first_name': 'Pascal', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Delannoy', 'phone_number': '+32 (0)495/15.66.52', 'phone_number_2': '+32 (0)85/21.61.92', 'public_address_info': '', 'public_city': 'Wanze', 'public_country': 'BE', 'public_street': 'Chaussée de Waremme', 'public_street_number': '79', 'public_zip_code': '4520', 'site': '', 'specializations': [], 'street': 'Chaussée de Waremme', 'street_number': '79', 'user': {'email': 'pascaldelannoy@hotmail.com', 'id': 4041, 'is_active': True}, 'zip_code': '4520'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Xhendelesse', 'committee': '', 'company_name': 'CAN infra', 'company_tva': 'BE460.224.220', 'country': 'BE', 'fax_number': '+32 (0)87/30.06.46', 'first_name': 'Patrice', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Desmit', 'phone_number': '+32 (0)495/36.20.32', 'phone_number_2': '+32 (0)87/30.05.45', 'public_address_info': '', 'public_city': 'Xhendelesse', 'public_country': 'BE', 'public_street': 'Rue des Deux Tilleuls', 'public_street_number': '24', 'public_zip_code': '4652', 'site': 'http://www.caninfra.be', 'specializations': [], 'street': 'Rue des Deux Tilleuls', 'street_number': '24', 'user': {'email': 'patricedesmit@caninfra.be', 'id': 4045, 'is_active': True}, 'zip_code': '4652'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Nandrin', 'committee': '', 'company_name': 'SRL D. DESTREE', 'company_tva': 'BE0894694544', 'country': 'BE', 'fax_number': '+32 (0)4/371.44.18', 'first_name': 'Dominique', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Destrée', 'phone_number': '+32 (0)475/44.21.28', 'phone_number_2': '+32 (0)4/371.44.18', 'public_address_info': '', 'public_city': 'Nandrin', 'public_country': 'BE', 'public_street': 'Rue Petite Vaux', 'public_street_number': '10', 'public_zip_code': '4550', 'site': '', 'specializations': [], 'street': 'Rue Petite Vaux', 'street_number': '10', 'user': {'email': 'd.destree@outlook.com', 'id': 3601, 'is_active': True}, 'zip_code': '4550'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Beaufays', 'committee': 'Comité directeur', 'company_name': '4DManagement', 'company_tva': '0553785965', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Nesma', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Djema', 'phone_number': '0498321152', 'phone_number_2': '0486871467', 'public_address_info': '', 'public_city': 'Beaufays', 'public_country': 'Belgique', 'public_street': "Voie de l'Air Pur", 'public_street_number': '138', 'public_zip_code': '4052', 'site': 'http://www.4dm.be', 'specializations': [], 'street': "Voie de l'Air Pur", 'street_number': '138', 'user': {'email': 'nd@4dm.be', 'id': 4215, 'is_active': True}, 'zip_code': '4052'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'FLÉMALLE', 'committee': None, 'company_name': 'srl Dupont Géometre & Cie', 'company_tva': '0478.802.292', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Guy', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Dupont', 'phone_number': '+32475860808', 'phone_number_2': '+32 (0)4/225.99.22', 'public_address_info': '', 'public_city': 'FLÉMALLE', 'public_country': 'Belgique', 'public_street': 'rue de Mons-Lez-Liège', 'public_street_number': '67', 'public_zip_code': '4400', 'site': 'http://www.geometre-dupont.be', 'specializations': [], 'street': 'rue de Mons-Lez-Liège', 'street_number': '67', 'user': {'email': 'info@geometre-dupont.be', 'id': 3726, 'is_active': True}, 'zip_code': '4400'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Saint-Georges-sur-Meuse', 'committee': None, 'company_name': 'dbgex', 'company_tva': '0684.579.775', 'country': 'BE', 'fax_number': None, 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Duré', 'phone_number': '+32 (0)494/54.40.81', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Saint-Georges-sur-Meuse', 'public_country': 'BE', 'public_street': 'Basse Marquet', 'public_street_number': '64', 'public_zip_code': '4470', 'site': None, 'specializations': [], 'street': 'Basse Marquet', 'street_number': '64', 'user': {'email': 'durebenoit@live.be', 'id': 3636, 'is_active': True}, 'zip_code': '4470'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Büllingen/Bullange', 'committee': None, 'company_name': 'Guido Faymonville', 'company_tva': 'BE 0817 457 897', 'country': 'BE', 'fax_number': '', 'first_name': 'Guido', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Faymonville', 'phone_number': '+32 (0)476/939.909', 'phone_number_2': '+32 (0)80/64.72.04', 'public_address_info': '', 'public_city': 'Büllingen/Bullange', 'public_country': 'BE', 'public_street': 'Rue Honsfeld', 'public_street_number': '302', 'public_zip_code': '4760', 'site': '', 'specializations': [], 'street': 'Rue Honsfeld', 'street_number': '302', 'user': {'email': 'guido.faymonville@skynet.be', 'id': 3778, 'is_active': True}, 'zip_code': '4760'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'LOUVEIGNE', 'committee': None, 'company_name': 'GEOTECH SRL', 'company_tva': 'BE0468343813', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Didier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Fays', 'phone_number': '+32 (0)495/57.95.98', 'phone_number_2': '+32 (0)4/250.92.50', 'public_address_info': '', 'public_city': 'LOUVEIGNE', 'public_country': 'Belgique', 'public_street': 'Rue de Remouchamps', 'public_street_number': '34 E23', 'public_zip_code': '4141', 'site': 'http://www.geotech.be', 'specializations': [], 'street': 'Rue de Remouchamps', 'street_number': '34 E23', 'user': {'email': 'didier.fays@geotech.be', 'id': 3617, 'is_active': True}, 'zip_code': '4141'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Jemeppe-sur-Meuse', 'committee': None, 'company_name': 'ASC Géomètre-Expert', 'company_tva': 'BE 0646.773.729', 'country': 'BE', 'fax_number': '', 'first_name': 'Salem', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Ferjani', 'phone_number': '+32 (0)486/55.46.63', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Jemeppe-sur-Meuse', 'public_country': 'BE', 'public_street': 'Valles', 'public_street_number': '52', 'public_zip_code': '4101', 'site': '', 'specializations': [], 'street': 'Valles', 'street_number': '52', 'user': {'email': 'ferjanisalem@hotmail.com', 'id': 3675, 'is_active': True}, 'zip_code': '4101'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'LANTIN', 'committee': None, 'company_name': '', 'company_tva': 'FRANCHISE', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jacky', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Ferrara', 'phone_number': '+32(0)495/40.71.44', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'LANTIN', 'public_country': 'Belgique', 'public_street': 'Rue Vanden Sande', 'public_street_number': '32 B', 'public_zip_code': '4450', 'site': 'https://www.geometre-expert-ferrara-jacky.com/', 'specializations': [], 'street': 'Rue Vanden Sande', 'street_number': '32 B', 'user': {'email': 'ferrarajacky@hotmail.com', 'id': 3677, 'is_active': True}, 'zip_code': '4450'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Henri-Chapelle', 'committee': '', 'company_name': "Bureau d'Etudes Flas srl", 'company_tva': 'BE0809888929', 'country': 'BE', 'fax_number': '', 'first_name': 'Henri', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Flas', 'phone_number': '+32 (0)485/36.64.45', 'phone_number_2': '+32 (0)87/65.31.20', 'public_address_info': '', 'public_city': 'Henri-Chapelle', 'public_country': 'BE', 'public_street': 'Bayaux', 'public_street_number': '102', 'public_zip_code': '4841', 'site': 'http://www.flas.be', 'specializations': [], 'street': 'Bayaux', 'street_number': '102', 'user': {'email': 'bureau@flas.be', 'id': 3543, 'is_active': True}, 'zip_code': '4841'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'LOUVEIGNE', 'committee': None, 'company_name': 'BTF srl', 'company_tva': 'BE0878.572.847', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Philippe', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Fontaine', 'phone_number': '+32 (0)4 368 49 69', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'LOUVEIGNE', 'public_country': 'Belgique', 'public_street': 'Rue de Blindef', 'public_street_number': '13', 'public_zip_code': '4141', 'site': 'http://www.btf-sprl.be', 'specializations': [], 'street': 'Rue de Blindef', 'street_number': '13', 'user': {'email': 'philippe.fontaine@btf-sprl.be', 'id': 4057, 'is_active': True}, 'zip_code': '4141'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Malmedy', 'committee': None, 'company_name': '', 'company_tva': 'BE0725153687', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Louis', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Fraikin', 'phone_number': '+32 (0)476/21.42.41', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Malmedy', 'public_country': 'BE', 'public_street': 'Chemin du Tchession', 'public_street_number': '3', 'public_zip_code': '4960', 'site': 'https://www.jlfraikin.be/', 'specializations': [], 'street': 'Chemin du Tchession', 'street_number': '3', 'user': {'email': 'jean.louis.fraikin@skynet.be', 'id': 3842, 'is_active': True}, 'zip_code': '4960'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Malmedy', 'committee': None, 'company_name': 'Ingeo G srl', 'company_tva': 'BE 0837.170.277', 'country': 'BE', 'fax_number': '', 'first_name': 'Florian', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Gallo', 'phone_number': '0032(0)476/75.11.61', 'phone_number_2': '0032(0)478/91.93.25', 'public_address_info': '', 'public_city': 'Malmedy', 'public_country': 'BE', 'public_street': 'Avenue Monbijou', 'public_street_number': '14', 'public_zip_code': '4960', 'site': '', 'specializations': [], 'street': 'Avenue Monbijou', 'street_number': '14', 'user': {'email': 'florian@scheen-lecoq.be', 'id': 3685, 'is_active': True}, 'zip_code': '4960'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Thimister-Clermont', 'committee': '', 'company_name': "Bureau d'études André Genotte srl", 'company_tva': 'BE 0887.205.055', 'country': 'BE', 'fax_number': '+32 (0)87/44.68.59', 'first_name': 'André', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Genotte', 'phone_number': '+32 (0)87/44.54.32', 'phone_number_2': '+32 (0)496/50.69.45', 'public_address_info': '', 'public_city': 'Thimister-Clermont', 'public_country': 'BE', 'public_street': 'Elsaute', 'public_street_number': '19', 'public_zip_code': '4890', 'site': 'http://www.bureaugenotte.be', 'specializations': [], 'street': 'Elsaute', 'street_number': '19', 'user': {'email': 'andre@bureaugenotte.be', 'id': 3801, 'is_active': True}, 'zip_code': '4890'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Houffalize', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jean-François', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Gerardy', 'phone_number': '0495/99.05.79', 'phone_number_2': '', 'public_address_info': '', 'public_city': '', 'public_country': '', 'public_street': '', 'public_street_number': '', 'public_zip_code': '6660', 'site': 'http://www.CoLaura.be', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Implantation', 'pk': 18}, {'name': 'Etat des lieux', 'pk': 21}, {'name': 'Certificateur PEB', 'pk': 27}, {'name': 'Division en volume', 'pk': 38}, {'name': "Division pour sortie d'indivision", 'pk': 39}, {'name': 'Création de servitudes', 'pk': 40}, {'name': 'Permis de location', 'pk': 43}], 'street': 'Taverneux', 'street_number': '27', 'user': {'email': 'info@colaura.be', 'id': 4226, 'is_active': True}, 'zip_code': '6660'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Grâce-Berleur', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Fabrice', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Guisset', 'phone_number': '0495576101', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Grâce-Berleur', 'public_country': 'BE', 'public_street': 'Rue du Bonnier', 'public_street_number': '14A', 'public_zip_code': '4460', 'site': '', 'specializations': [], 'street': 'Rue du Bonnier', 'street_number': '14A', 'user': {'email': 'ex.guisset@gmail.com', 'id': 3655, 'is_active': True}, 'zip_code': '4460'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Couthuin', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jeremy', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Guyot', 'phone_number': '0032472376946', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Couthuin', 'public_country': 'Belgique', 'public_street': 'Rue du Bayet', 'public_street_number': '18', 'public_zip_code': '4218', 'site': '', 'specializations': [], 'street': 'Rue du Bayet', 'street_number': '18', 'user': {'email': 'jeremy.guyot@outlook.com', 'id': 4232, 'is_active': True}, 'zip_code': '4218'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Loncin', 'committee': '', 'company_name': 'beGX', 'company_tva': 'BE0878945605', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Albert', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Hannay', 'phone_number': '+32 (0)495/25.35.50', 'phone_number_2': '+32 (0)4/263.02.00', 'public_address_info': '', 'public_city': 'Ans', 'public_country': 'Belgique', 'public_street': 'rue de Jemeppe', 'public_street_number': '229', 'public_zip_code': '4431', 'site': 'http://www.begx.be', 'specializations': [{'name': 'Implantation et certification ' "d'installations sportives", 'pk': 44}], 'street': 'Rue de Jemeppe', 'street_number': '229', 'user': {'email': 'albert.hannay@begx.be', 'id': 3467, 'is_active': True}, 'zip_code': '4431'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Herstal', 'committee': None, 'company_name': 'Bureau Houbart', 'company_tva': 'BE0604924761', 'country': 'BE', 'fax_number': None, 'first_name': 'Jacques', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Houbart', 'phone_number': '+32 (0)476/21.39.72', 'phone_number_2': '+32 (0)4/264.48.09', 'public_address_info': '', 'public_city': 'Herstal', 'public_country': 'BE', 'public_street': 'Rue Verte', 'public_street_number': '330', 'public_zip_code': '4040', 'site': 'http://www.houbart.be', 'specializations': [], 'street': 'Rue Verte', 'street_number': '330', 'user': {'email': 'geometre@houbart.be', 'id': 3743, 'is_active': True}, 'zip_code': '4040'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Embourg', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Frédéric', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Humblet', 'phone_number': '+32 (0)495/42.48.68', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Embourg', 'public_country': 'BE', 'public_street': 'Rue Mathysart', 'public_street_number': '13', 'public_zip_code': '4053', 'site': 'http://www.geoconsult.be', 'specializations': [], 'street': 'Rue Mathysart', 'street_number': '13', 'user': {'email': 'fhu@hotmail.be', 'id': 4282, 'is_active': True}, 'zip_code': '4053'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'WAREMME', 'committee': None, 'company_name': 'SRL Joassin affaires immobilières', 'company_tva': 'BE0461927856', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Jean-Lambert', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Joassin', 'phone_number': '019339393', 'phone_number_2': '+32 476205133', 'public_address_info': '', 'public_city': 'WAREMME', 'public_country': 'Belgique', 'public_street': 'Chaussée Romaine', 'public_street_number': '200', 'public_zip_code': '4300', 'site': None, 'specializations': [], 'street': 'Chaussée Romaine', 'street_number': '200', 'user': {'email': 'jean-lambert.joassin@joassinimmo.be', 'id': 3840, 'is_active': True}, 'zip_code': '4300'}, {'address_info': None, 'argel_listing_visible': True, 'category': 21, 'city': 'Marchin', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'Belgique', 'fax_number': None, 'first_name': 'Lionel', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Jonet', 'phone_number': '0475652242', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'MARCHIN', 'public_country': 'Belgique', 'public_street': 'Rue vieux Thier', 'public_street_number': '5', 'public_zip_code': '4570', 'site': None, 'specializations': [], 'street': 'Rue vieux Thier', 'street_number': '5', 'user': {'email': 'lionel.jonet@eiffage.com', 'id': 3927, 'is_active': True}, 'zip_code': '4570'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Charneux', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Benoit', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Jonlet', 'phone_number': '+32 (0)499/12.70.22', 'phone_number_2': '+32 (0)87/50.70.34', 'public_address_info': '', 'public_city': 'Charneux', 'public_country': 'BE', 'public_street': 'Garde-Dieu', 'public_street_number': '310', 'public_zip_code': '4654', 'site': 'http://www.bureaujonlet.be', 'specializations': [], 'street': 'Garde-Dieu', 'street_number': '310', 'user': {'email': 'info@bureaujonlet.be', 'id': 3802, 'is_active': True}, 'zip_code': '4654'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Tilff', 'committee': 'Comité directeur', 'company_name': 'KGEO SRL', 'company_tva': 'BE0647.905.263', 'country': 'BE', 'fax_number': None, 'first_name': 'Laurent', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Kessler', 'phone_number': '+32 (0)475/40.11.79', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Tilff', 'public_country': 'BE', 'public_street': 'Allée de la Fraineuse', 'public_street_number': '62', 'public_zip_code': '4130', 'site': None, 'specializations': [], 'street': 'Allée de la Fraineuse', 'street_number': '62', 'user': {'email': 'laurent.kessler@kgeo.be', 'id': 3914, 'is_active': True}, 'zip_code': '4130'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Liège', 'committee': 'Comité directeur', 'company_name': 'Galere', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Gaëlle', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Kroonen', 'phone_number': '+32 (0)478/68.00.57', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue du chéra', 'public_street_number': '7', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Rue du chéra', 'street_number': '7', 'user': {'email': 'gaelle.kroonen@galere.be', 'id': 3715, 'is_active': True}, 'zip_code': '4000'}, {'address_info': 'Compass Building', 'argel_listing_visible': True, 'category': 21, 'city': 'Zaventem', 'committee': None, 'company_name': 'Brussels Airport Company', 'company_tva': 'BE 0890.082.292', 'country': 'BE', 'fax_number': None, 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': True, 'is_argel_member': True, 'last_name': 'Lahaye', 'phone_number': '+32(0)470.10.64.77', 'phone_number_2': None, 'public_address_info': 'Compass Building', 'public_city': 'Zaventem', 'public_country': 'BE', 'public_street': 'Luchthaven Brussel Nationaal', 'public_street_number': '1M', 'public_zip_code': '1930', 'site': None, 'specializations': [], 'street': 'Luchthaven Brussel Nationaal', 'street_number': '1M', 'user': {'email': 'lahaye.b@gmail.com', 'id': 3905, 'is_active': True}, 'zip_code': '1930'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Braine-le-Château', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Pierre', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lambert', 'phone_number': '+32 (0)479/23.40.00', 'phone_number_2': '+32 (0)2/366.17.12', 'public_address_info': '', 'public_city': 'Braine-le-Château', 'public_country': 'BE', 'public_street': 'rue de Tubize', 'public_street_number': '1C', 'public_zip_code': '1440', 'site': '', 'specializations': [], 'street': 'rue de Tubize', 'street_number': '1C', 'user': {'email': 'lambertjp@skynet.be', 'id': 3907, 'is_active': True}, 'zip_code': '1440'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Liège', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Lucie', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lebbos', 'phone_number': '+32 (0)478/87.04.13', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue Isi Collin', 'public_street_number': '14', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Rue Isi Collin', 'street_number': '14', 'user': {'email': 'lebbos@geometre.expert', 'id': 3940, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Louveigné', 'committee': '', 'company_name': '0474703251', 'company_tva': 'BE474.703.251', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Philippe', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Leduc', 'phone_number': '0478/784.771', 'phone_number_2': '04360.98.35', 'public_address_info': '', 'public_city': 'Louveigné', 'public_country': 'Belgique', 'public_street': 'China', 'public_street_number': '57', 'public_zip_code': '4141', 'site': '', 'specializations': [], 'street': 'China', 'street_number': '57', 'user': {'email': 'philippe@geoconstruct.be', 'id': 4058, 'is_active': True}, 'zip_code': '4141'}, {'address_info': '', 'argel_listing_visible': True, 'category': 20, 'city': 'Berloz', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Gauthier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Legros', 'phone_number': None, 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Berloz', 'public_country': 'BE', 'public_street': 'Rue de Longchamps', 'public_street_number': '13', 'public_zip_code': '4257', 'site': None, 'specializations': [], 'street': 'Rue de Longchamps', 'street_number': '13', 'user': {'email': 'gauthier.legros@outlook.com', 'id': 3723, 'is_active': True}, 'zip_code': '4257'}, {'address_info': None, 'argel_listing_visible': True, 'category': 22, 'city': 'Huy', 'committee': None, 'company_name': 'isolaction srl', 'company_tva': 'BE0646672472', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Thierry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lejeune', 'phone_number': '0475/495110', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Huy', 'public_country': 'Belgique', 'public_street': 'Rue Rioul', 'public_street_number': '17 bte 5', 'public_zip_code': '4500', 'site': None, 'specializations': [], 'street': 'Rue Rioul', 'street_number': '17 bte 5', 'user': {'email': 'info@isolaction.eu', 'id': 3814, 'is_active': True}, 'zip_code': '4500'}, {'address_info': None, 'argel_listing_visible': True, 'category': 23, 'city': 'Jehay', 'committee': 'Comité directeur', 'company_name': 'LN Géo', 'company_tva': '0472523028', 'country': 'BE', 'fax_number': None, 'first_name': 'Noël', 'functions': [{'name': 'Trésorier Adjoint', 'pk': 6}], 'geoformation_listing_visible': True, 'is_argel_member': True, 'last_name': 'Léonard', 'phone_number': '+32 (0)476/38.75.36', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Jehay', 'public_country': 'BE', 'public_street': 'Petit Rivage', 'public_street_number': '32', 'public_zip_code': '4540', 'site': 'http://www.lngeo.be', 'specializations': [], 'street': 'Petit Rivage', 'street_number': '32', 'user': {'email': 'info@lngeo.be', 'id': 3818, 'is_active': True}, 'zip_code': '4540'}, {'address_info': 'AEDI : FICAD SRL', 'argel_listing_visible': True, 'category': 23, 'city': 'Liège', 'committee': None, 'company_name': 'Aedi Ficad SRL', 'company_tva': 'BE0443067096', 'country': 'BE', 'fax_number': None, 'first_name': 'Pierre-Antoine', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Leroy', 'phone_number': '+32(0)485/33.64.54', 'phone_number_2': None, 'public_address_info': 'AEDI : FICAD SRL', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Place Vivegnis', 'public_street_number': '36', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Place Vivegnis', 'street_number': '36', 'user': {'email': 'pa@aedificad.be', 'id': 4037, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Aywaille', 'committee': None, 'company_name': 'LPmetris', 'company_tva': 'BE0727734877', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Nicolas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Letesson', 'phone_number': '+32(0)499/40.45.99', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Aywaille', 'public_country': 'Belgique', 'public_street': 'Rue Piersay', 'public_street_number': '2B/001', 'public_zip_code': '4920', 'site': '', 'specializations': [], 'street': 'Rue Piersay', 'street_number': '2B/001', 'user': {'email': 'nicolas@lpmetris.be', 'id': 4016, 'is_active': True}, 'zip_code': '4920'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Clavier', 'committee': '', 'company_name': 'Leonardo LOFORTE', 'company_tva': '0606907026', 'country': 'BE', 'fax_number': '', 'first_name': 'Leonardo', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Loforte', 'phone_number': '+32 (0)475/93.57.69', 'phone_number_2': '+32 (0)85/25.25.32', 'public_address_info': '', 'public_city': 'Clavier', 'public_country': 'BE', 'public_street': 'Route de Modave', 'public_street_number': '30', 'public_zip_code': '4560', 'site': '', 'specializations': [], 'street': 'Route de Modave', 'street_number': '30', 'user': {'email': 'leo.loforte@hotmail.com', 'id': 3921, 'is_active': True}, 'zip_code': '4560'}, {'address_info': "Business Center de l'Avouerie", 'argel_listing_visible': True, 'category': 23, 'city': 'Liège', 'committee': '', 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': '', 'first_name': 'Thierry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lovinfosse', 'phone_number': '+32 (0)4/330.93.13', 'phone_number_2': '', 'public_address_info': '', 'public_city': '', 'public_country': '', 'public_street': '', 'public_street_number': '', 'public_zip_code': '4000', 'site': 'http://www.kdrix.be', 'specializations': [{'name': 'Lotissement', 'pk': 19}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Expertise judiciaire', 'pk': 22}, {'name': "Bureau d'étude (voirie, égouttage, " 'cubatures,...)', 'pk': 26}], 'street': "de l'Avouerie", 'street_number': '5', 'user': {'email': 'thierry.lovinfosse@kdrix.be', 'id': 4160, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 9, 'city': 'Waremme', 'committee': None, 'company_name': 'MG Géomètre-Expert', 'company_tva': '1024763725', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Gaël', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Maes', 'phone_number': '0474625819', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Waremme', 'public_country': 'Belgique', 'public_street': 'Rue Mignolet', 'public_street_number': '85', 'public_zip_code': '4300', 'site': 'http://mg-geometre-expert.be', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Maison', 'pk': 5}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Suivi topographique de voirie', 'pk': 17}, {'name': 'Implantation', 'pk': 18}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Etat des lieux', 'pk': 21}, {'name': 'Plan AS-Built', 'pk': 32}, {'name': 'Division de propriété', 'pk': 36}, {'name': 'Division de bâtiments', 'pk': 37}, {'name': 'Division en volume', 'pk': 38}], 'street': 'Rue Mignolet', 'street_number': '85', 'user': {'email': 'gael.maes@gmail.com', 'id': 3716, 'is_active': True}, 'zip_code': '4300'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Warsage', 'committee': '', 'company_name': 'Maon', 'company_tva': '1006908993', 'country': 'BE', 'fax_number': '', 'first_name': 'Omer', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Maon', 'phone_number': '+32 (0)475/89.86.35', 'phone_number_2': '+32 (0)4/286.50.64', 'public_address_info': '', 'public_city': 'Warsage', 'public_country': 'BE', 'public_street': 'Rue Craesborn', 'public_street_number': '76', 'public_zip_code': '4608', 'site': '', 'specializations': [], 'street': 'Rue Craesborn', 'street_number': '76', 'user': {'email': 'maon@skynet.be', 'id': 3951, 'is_active': True}, 'zip_code': '4608'}, {'address_info': None, 'argel_listing_visible': True, 'category': 20, 'city': 'Angleur', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': None, 'first_name': 'Gilles', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Marchal', 'phone_number': '+32(0)474/44.20.28', 'phone_number_2': None, 'public_address_info': None, 'public_city': None, 'public_country': None, 'public_street': None, 'public_street_number': None, 'public_zip_code': '4031', 'site': None, 'specializations': [], 'street': 'Route du Condroz', 'street_number': '101', 'user': {'email': 'mg.marchal.gilles@gmail.com', 'id': 3984, 'is_active': True}, 'zip_code': '4031'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'CHENEE', 'committee': '', 'company_name': 'Général Construction SA', 'company_tva': '0425548797', 'country': 'BE', 'fax_number': '', 'first_name': 'Samuel', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Marichal', 'phone_number': '+32 (0)496/26.77.04', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'CHENEE', 'public_country': 'BE', 'public_street': 'RUE DE LA STATION', 'public_street_number': '44', 'public_zip_code': '4032', 'site': '', 'specializations': [], 'street': 'RUE DE LA STATION', 'street_number': '44', 'user': {'email': 'samuel.marichal@gc.be', 'id': 4113, 'is_active': True}, 'zip_code': '4032'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Oreye', 'committee': 'Comité directeur', 'company_name': '', 'company_tva': 'BE0600935091', 'country': 'BE', 'fax_number': None, 'first_name': 'David', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Massuyr', 'phone_number': '+32 (0)473/42.86.21', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Oreye', 'public_country': 'BE', 'public_street': 'Rue Horpmael', 'public_street_number': '57', 'public_zip_code': '4360', 'site': None, 'specializations': [], 'street': 'Rue Horpmael', 'street_number': '57', 'user': {'email': 'david.massuyr@icloud.com', 'id': 3598, 'is_active': True}, 'zip_code': '4360'}, {'address_info': '', 'argel_listing_visible': True, 'category': 20, 'city': 'Liège', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Abderrazzak', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Messoudi', 'phone_number': '+32 (0)485/69.84.92', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue des Tawes', 'public_street_number': '92', 'public_zip_code': '4000', 'site': '', 'specializations': [], 'street': 'Rue des Tawes', 'street_number': '92', 'user': {'email': 'a_messoudi@hotmail.com', 'id': 3473, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Spa', 'committee': None, 'company_name': 'GeoDILex srl', 'company_tva': '0863818949', 'country': 'BE', 'fax_number': None, 'first_name': 'Bernard', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Meurant', 'phone_number': '+32 (0)495/20.38.13', 'phone_number_2': '+32 (0)87/77.12.90', 'public_address_info': '', 'public_city': 'Spa', 'public_country': 'BE', 'public_street': 'Chemin Dri les Cortis', 'public_street_number': '11A', 'public_zip_code': '4900', 'site': None, 'specializations': [], 'street': 'Chemin Dri les Cortis', 'street_number': '11A', 'user': {'email': 'b.meurant@geodilex.be', 'id': 3528, 'is_active': True}, 'zip_code': '4900'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Waremme', 'committee': '', 'company_name': 'BGM EXPERT SRL', 'company_tva': 'BE0771626387', 'country': 'BE', 'fax_number': '', 'first_name': 'Sébastien', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Morue', 'phone_number': '+32 (0)497/54.80.95', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Waremme', 'public_country': 'BE', 'public_street': 'Rue des Betto', 'public_street_number': '35', 'public_zip_code': '4300', 'site': 'http://www.geometremorue.be', 'specializations': [], 'street': 'Rue des Betto', 'street_number': '35', 'user': {'email': 'info@geometremorue.be', 'id': 3808, 'is_active': True}, 'zip_code': '4300'}, {'address_info': '', 'argel_listing_visible': True, 'category': 13, 'city': 'Eupen', 'committee': None, 'company_name': '', 'company_tva': '0792425365', 'country': 'BE', 'fax_number': None, 'first_name': 'Guillaume', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Mossay', 'phone_number': '087560046', 'phone_number_2': '0470997680', 'public_address_info': '', 'public_city': 'Eupen', 'public_country': 'BE', 'public_street': "rue d'Herbesthal", 'public_street_number': '247', 'public_zip_code': '4700', 'site': None, 'specializations': [], 'street': "rue d'Herbesthal", 'street_number': '247', 'user': {'email': 'guillaume.mossay@gmail.com', 'id': 3781, 'is_active': True}, 'zip_code': '4700'}, {'address_info': '', 'argel_listing_visible': True, 'category': 13, 'city': 'Eupen', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE 0704 705 394', 'fax_number': '', 'first_name': 'Romain', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Mossay', 'phone_number': '+32(0)470/99.76.68', 'phone_number_2': '087560046', 'public_address_info': '', 'public_city': 'Eupen', 'public_country': 'BE 0704 705 394', 'public_street': 'Herbesthaler Strasse', 'public_street_number': '247', 'public_zip_code': '4700', 'site': '', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Maison', 'pk': 5}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Implantation', 'pk': 18}, {'name': 'Lotissement', 'pk': 19}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Etat des lieux', 'pk': 21}, {'name': "Bureau d'étude (voirie, égouttage, " 'cubatures,...)', 'pk': 26}, {'name': 'Plan AS-Built', 'pk': 32}, {'name': 'Division de propriété', 'pk': 36}, {'name': 'Division de bâtiments', 'pk': 37}, {'name': "Division pour sortie d'indivision", 'pk': 39}, {'name': 'Création de servitudes', 'pk': 40}, {'name': "Plans d'emprises", 'pk': 41}, {'name': 'Cessions de mitoyenneté', 'pk': 42}, {'name': 'Permis de location', 'pk': 43}], 'street': 'Herbesthaler Strasse', 'street_number': '247', 'user': {'email': 'mossay.romain@gmail.com', 'id': 3999, 'is_active': True}, 'zip_code': '4700'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Henri-Chapelle', 'committee': '', 'company_name': 'MM GEOMETRE', 'company_tva': 'BE1007.058.057', 'country': 'BE', 'fax_number': '', 'first_name': 'Marilyn', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Mullender', 'phone_number': '+32(0)491/48.80.08', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Henri-Chapelle', 'public_country': 'BE', 'public_street': 'Rue Saint Vincent', 'public_street_number': '60', 'public_zip_code': '4841', 'site': '', 'specializations': [], 'street': 'Rue Saint Vincent', 'street_number': '60', 'user': {'email': 'geo.mullender@gmail.com', 'id': 3751, 'is_active': True}, 'zip_code': '4841'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Liège', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Quentin', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Nahoé', 'phone_number': '04973997395', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue du Thier à Liège', 'public_street_number': '108', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Rue du Thier à Liège', 'street_number': '108', 'user': {'email': 'quentin.nahoe@gmail.com', 'id': 4081, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Petit-Rechain', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Luc', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Noels', 'phone_number': '+32 (0)495/30.60.21', 'phone_number_2': '+32 (0)87/31.77.07', 'public_address_info': '', 'public_city': 'Petit-Rechain', 'public_country': 'BE', 'public_street': 'Chemin du bois de Rechain', 'public_street_number': '19', 'public_zip_code': '4800', 'site': '', 'specializations': [], 'street': 'Chemin du bois de Rechain', 'street_number': '19', 'user': {'email': 'jeanluc.noels@skynet.be', 'id': 3844, 'is_active': True}, 'zip_code': '4800'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Tilff', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Xavier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Pirard', 'phone_number': '+32(0)496/27.60.86', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Tilff', 'public_country': 'BE', 'public_street': 'Allée de la fraineuse', 'public_street_number': '5', 'public_zip_code': '4130', 'site': '', 'specializations': [], 'street': 'Allée de la fraineuse', 'street_number': '5', 'user': {'email': 'xavierpirard@gmail.com', 'id': 4202, 'is_active': True}, 'zip_code': '4130'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Sprimont', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Pauline', 'functions': [], 'geoformation_listing_visible': None, 'is_argel_member': True, 'last_name': 'Pirnay', 'phone_number': '0474335471', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Sprimont', 'public_country': 'Belgique', 'public_street': 'Rue de Sendrogne', 'public_street_number': '48', 'public_zip_code': '4140', 'site': '', 'specializations': [], 'street': 'Rue de Sendrogne', 'street_number': '48', 'user': {'email': 'pauline.pirnay@eiffage.com', 'id': 4289, 'is_active': True}, 'zip_code': '4140'}, {'address_info': None, 'argel_listing_visible': True, 'category': 17, 'city': 'Fraiture', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': None, 'first_name': 'Marcel', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Ponthier', 'phone_number': '0495936432', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Fraiture', 'public_country': None, 'public_street': 'rue de la Vieille Forge', 'public_street_number': '11', 'public_zip_code': '4557', 'site': None, 'specializations': [{'name': 'Expertise judiciaire', 'pk': 22}], 'street': 'rue de la Vieille Forge', 'street_number': '11', 'user': {'email': 'marcel.ponthier@skynet.be', 'id': 3954, 'is_active': True}, 'zip_code': '4557'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Nandrin', 'committee': '', 'company_name': 'Quoibion Nicolas Géomètre-Expert', 'company_tva': 'BE0806039019', 'country': 'BE', 'fax_number': '', 'first_name': 'Nicolas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Quoibion', 'phone_number': '+32 (0)479/98.14.42', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Nandrin', 'public_country': 'BE', 'public_street': 'Route du Condroz', 'public_street_number': '402/1', 'public_zip_code': '4550', 'site': '', 'specializations': [], 'street': 'Route du Condroz', 'street_number': '402/1', 'user': {'email': 'nquoibion@skynet.be', 'id': 4021, 'is_active': True}, 'zip_code': '4550'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Nandrin', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Adrien', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Remacle', 'phone_number': '+32(0)472/26.06.16', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Nandrin', 'public_country': 'BE', 'public_street': 'Chemin de la Pierrerie', 'public_street_number': '2', 'public_zip_code': '4550', 'site': None, 'specializations': [], 'street': 'Chemin de la Pierrerie', 'street_number': '2', 'user': {'email': 'adrien.remacle@hotmail.com', 'id': 3461, 'is_active': True}, 'zip_code': '4550'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Liège', 'committee': None, 'company_name': 'Ingeo', 'company_tva': 'BE0837.170.277', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Simon', 'functions': [], 'geoformation_listing_visible': None, 'is_argel_member': True, 'last_name': 'Roosen', 'phone_number': '0495312112', 'phone_number_2': '0470301917', 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'Belgique', 'public_street': "Boulevard de l'Est", 'public_street_number': '10/01', 'public_zip_code': '4020', 'site': '', 'specializations': [], 'street': "Boulevard de l'Est", 'street_number': '10/01', 'user': {'email': 'roosen.simon99@gmail.com', 'id': 4290, 'is_active': True}, 'zip_code': '4020'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Tilff', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Yves', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Sacré', 'phone_number': '+32 (0)498/45.05.94', 'phone_number_2': '+32 (0)4/388.37.38', 'public_address_info': '', 'public_city': 'Tilff', 'public_country': 'BE', 'public_street': 'Boulevard Lieutenant', 'public_street_number': '7A', 'public_zip_code': '4130', 'site': '', 'specializations': [], 'street': 'Boulevard Lieutenant', 'street_number': '7A', 'user': {'email': 'yves.sacre@urbatex.be', 'id': 4208, 'is_active': True}, 'zip_code': '4130'}, {'address_info': 'INFRABEL SA-Account payable-I-F113 section 40/8', 'argel_listing_visible': True, 'category': 21, 'city': 'Bruxelles', 'committee': None, 'company_name': 'INFRABEL SA-Account payable-I-F113 section 40/8', 'company_tva': None, 'country': 'BE', 'fax_number': None, 'first_name': 'Nicolas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Sarton', 'phone_number': '0460/97.93.93', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Trooz', 'public_country': 'BE', 'public_street': 'Rue des Croisettes', 'public_street_number': '32C', 'public_zip_code': '4870', 'site': None, 'specializations': [], 'street': 'Place Marcel Broodthaers', 'street_number': '2', 'user': {'email': 'nicolas_sarton@live.be', 'id': 4019, 'is_active': True}, 'zip_code': '1060'}, {'address_info': "Bureau d'études JRF SCHMITZ srl", 'argel_listing_visible': True, 'category': 13, 'city': 'Francorchamps', 'committee': None, 'company_name': "Bureau d'études JRF SCHMITZ srl", 'company_tva': 'BE0491391563', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Remy', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Schmitz', 'phone_number': '+32(0)491/20.47.76', 'phone_number_2': '+32(0)87/77.40.22', 'public_address_info': "Bureau d'études JRF SCHMITZ srl", 'public_city': 'Francorchamps', 'public_country': 'BE', 'public_street': 'Rue de Spa', 'public_street_number': '166', 'public_zip_code': '4970', 'site': '', 'specializations': [], 'street': 'Rue de Spa', 'street_number': '166', 'user': {'email': 'jeanremy.schmitz@gmail.com', 'id': 3851, 'is_active': True}, 'zip_code': '4970'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'TILFF', 'committee': '', 'company_name': 'ATEXX SRL', 'company_tva': '0473663965', 'country': 'BE', 'fax_number': '+32 (0)4/388.22.93', 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Schumacker', 'phone_number': '+32 (0)478/97.44.76', 'phone_number_2': '+32 (0)4/388.22.93', 'public_address_info': '', 'public_city': 'TILFF', 'public_country': 'BE', 'public_street': 'Avenue Laboulle', 'public_street_number': '106', 'public_zip_code': '4130', 'site': 'http://www.atexx.be', 'specializations': [], 'street': 'Avenue Laboulle', 'street_number': '106', 'user': {'email': 'bs@atexx.be', 'id': 3539, 'is_active': True}, 'zip_code': '4130'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Villers-le-Bouillet', 'committee': '', 'company_name': 'GEO-XS srl', 'company_tva': 'BE0799416293', 'country': 'BE', 'fax_number': '', 'first_name': 'Xavier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Servais', 'phone_number': '+32 (0)85/31.62.21', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Villers-le-Bouillet', 'public_country': 'BE', 'public_street': 'Rue de Huy', 'public_street_number': '78/2', 'public_zip_code': '4530', 'site': 'http://www.geo-xs.be', 'specializations': [], 'street': 'Rue de Huy', 'street_number': '78/2', 'user': {'email': 'info@geo-xs.be', 'id': 3810, 'is_active': True}, 'zip_code': '4530'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Trooz Nessonvaux', 'committee': None, 'company_name': 'Azimut Jérôme SIMON', 'company_tva': 'BE0877.241.274', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jérôme', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'simon', 'phone_number': '+32 (0)486/56.46.04', 'phone_number_2': '+32 (0)4/226.75.21', 'public_address_info': '', 'public_city': 'Trooz Nessonvaux', 'public_country': 'Belgique', 'public_street': 'Rue Sainry', 'public_street_number': '213', 'public_zip_code': '4870', 'site': '', 'specializations': [], 'street': 'Rue Sainry', 'street_number': '213', 'user': {'email': 'jerome.simon@azimut-geo.be', 'id': 3862, 'is_active': True}, 'zip_code': '4870'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Verlaine', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '+32 (0)4/343.75.53', 'first_name': 'Gaëtan', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Somers', 'phone_number': '+32 (0)479/47.10.39', 'phone_number_2': '+32 (0)4/343.75.53', 'public_address_info': '', 'public_city': 'Verlaine', 'public_country': 'BE', 'public_street': 'Rue des Stanges', 'public_street_number': '14', 'public_zip_code': '4537', 'site': '', 'specializations': [], 'street': 'Rue des Stanges', 'street_number': '14', 'user': {'email': 'gaetan.somers@gs-geo.be', 'id': 3718, 'is_active': True}, 'zip_code': '4537'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Tourinnes-la-Chaussée', 'committee': None, 'company_name': "srl 'Bureau d'Etudes Tassan'", 'company_tva': 'BE0644 493 041', 'country': 'BE', 'fax_number': '+32 (0)19/69.80.12', 'first_name': 'Fabrice', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Tassan', 'phone_number': '+32 (0)476/37.20.05', 'phone_number_2': '+32 (0)19/54.44.12', 'public_address_info': '', 'public_city': 'Tourinnes-la-Chaussée', 'public_country': 'BE', 'public_street': 'Rue de la Chaussée Romaine', 'public_street_number': '17', 'public_zip_code': '4263', 'site': 'https://www.geometretassan.be', 'specializations': [], 'street': 'Rue de la Chaussée Romaine', 'street_number': '17', 'user': {'email': 'ft@bureautassan.be', 'id': 3709, 'is_active': True}, 'zip_code': '4263'}, {'address_info': 'Geodex', 'argel_listing_visible': True, 'category': 23, 'city': 'FAIMES', 'committee': '', 'company_name': 'Geodex', 'company_tva': 'BE0794077929', 'country': 'BE', 'fax_number': '', 'first_name': 'François', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Thonon', 'phone_number': '+32 (0)478/42.80.07', 'phone_number_2': '+32 (0)19/33.11.02', 'public_address_info': 'Geodex', 'public_city': 'FAIMES', 'public_country': 'BE', 'public_street': 'Rue Labia', 'public_street_number': '8', 'public_zip_code': '4317', 'site': 'http://www.geodex.be', 'specializations': [], 'street': 'Rue Labia', 'street_number': '8', 'user': {'email': 'geodex.be@gmail.com', 'id': 3731, 'is_active': True}, 'zip_code': '4317'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Scy', 'committee': None, 'company_name': '', 'company_tva': 'BE 0757.102.915', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Antonio', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Tusset', 'phone_number': '+32 (0)83/61.19.73', 'phone_number_2': '+32 (0)476/20.73.61', 'public_address_info': '', 'public_city': 'Scy', 'public_country': 'Belgique', 'public_street': 'Rue des Scyoux', 'public_street_number': '12', 'public_zip_code': '5361', 'site': None, 'specializations': [], 'street': 'Rue des Scyoux', 'street_number': '12', 'user': {'email': 'a.tusset@bdt-geometre.be', 'id': 3491, 'is_active': True}, 'zip_code': '5361'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Stavelot', 'committee': None, 'company_name': 'Bureau VINDERS srl', 'company_tva': 'BE1023.882.906', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Benoit', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Vinders', 'phone_number': '+32(0)489/462024', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Stavelot', 'public_country': 'Belgique', 'public_street': 'Rue abbé dossogne', 'public_street_number': '53', 'public_zip_code': '4970', 'site': '', 'specializations': [], 'street': 'Rue abbé dossogne', 'street_number': '53', 'user': {'email': 'bvinders@outlook.com', 'id': 4268, 'is_active': True}, 'zip_code': '4970'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Saive', 'committee': '', 'company_name': '', 'company_tva': '0694816245', 'country': 'BE', 'fax_number': '', 'first_name': 'Marc', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Wadeleux', 'phone_number': '+32 (0)493/36.21.00', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Saive', 'public_country': 'BE', 'public_street': 'Rue du Grand moulin', 'public_street_number': '41', 'public_zip_code': '4671', 'site': '', 'specializations': [], 'street': 'Rue du Grand moulin', 'street_number': '41', 'user': {'email': 'marcwadeleux@gmail.com', 'id': 3960, 'is_active': True}, 'zip_code': '4671'}, {'address_info': '', 'argel_listing_visible': True, 'category': 9, 'city': 'Theux', 'committee': '', 'company_name': 'GeoWEB', 'company_tva': '0684960946', 'country': 'BE', 'fax_number': '', 'first_name': 'Geoffrey', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Weber', 'phone_number': '+32 (0)483/02.54.45', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Theux', 'public_country': 'BE', 'public_street': 'Chaussée de Verviers', 'public_street_number': '135', 'public_zip_code': '4910', 'site': '', 'specializations': [], 'street': 'Chaussée de Verviers', 'street_number': '135', 'user': {'email': 'geof.weber@live.be', 'id': 3735, 'is_active': True}, 'zip_code': '4910'}], 'object_list': [{'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Thimister-Clermont', 'committee': None, 'company_name': 'SA BAGUETTE MARCEL', 'company_tva': 'BE0417095743', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Sébastien', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Absil', 'phone_number': '0498741893', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Thimister-Clermont', 'public_country': 'Belgique', 'public_street': 'Bruyères', 'public_street_number': '2', 'public_zip_code': '4890', 'site': '', 'specializations': [], 'street': 'Bruyères', 'street_number': '2', 'user': {'email': 'sebastien.absil@gmail.com', 'id': 4118, 'is_active': True}, 'zip_code': '4890'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Oreye', 'committee': None, 'company_name': "Bureau d'Etudes ANDRE", 'company_tva': '0816629340', 'country': 'BE', 'fax_number': None, 'first_name': 'Johan', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Andre', 'phone_number': '+32 (0)486/17.46.46', 'phone_number_2': '+32 (0)19/32.87.29', 'public_address_info': '', 'public_city': 'Oreye', 'public_country': 'BE', 'public_street': 'Rue de la Westrée', 'public_street_number': '19', 'public_zip_code': '4360', 'site': 'http://www.bureau-andre.be', 'specializations': [], 'street': 'Rue de la Westrée', 'street_number': '19', 'user': {'email': 'info@bureau-andre.be', 'id': 3800, 'is_active': True}, 'zip_code': '4360'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Avennes', 'committee': '', 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': '', 'first_name': 'Michael', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Aupaix', 'phone_number': '+32(0)479.03.67.92', 'phone_number_2': '+32(0)19.33.29.91', 'public_address_info': '', 'public_city': 'Avennes', 'public_country': 'Belgique', 'public_street': 'Rue de Moxhe', 'public_street_number': '33', 'public_zip_code': '4260', 'site': 'http://www.kdrix.be', 'specializations': [{'name': 'Drones', 'pk': 14}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Photogrammétrie terrestre', 'pk': 24}, {'name': 'Photogrammétrie aérienne', 'pk': 25}, {'name': "Bureau d'étude (voirie, " 'égouttage, cubatures,...)', 'pk': 26}, {'name': 'Bathymétrie', 'pk': 30}], 'street': 'rue de Moxhe', 'street_number': '33', 'user': {'email': 'geometre.aupaix@proximus.be', 'id': 3738, 'is_active': True}, 'zip_code': '4260'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Dalhem', 'committee': '', 'company_name': 'MARECHAL & BAUDINET SRL', 'company_tva': 'BE0543614328', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Gilles', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Baudinet', 'phone_number': '+32475217282', 'phone_number_2': '+3243794555', 'public_address_info': '', 'public_city': 'Dalhem', 'public_country': 'Belgique', 'public_street': 'Rue de Visé', 'public_street_number': '43', 'public_zip_code': '4607', 'site': 'https://www.marechal-baudinet.be/', 'specializations': [], 'street': 'Rue de Visé', 'street_number': '43', 'user': {'email': 'gilles.baudinet@gmail.com', 'id': 3763, 'is_active': True}, 'zip_code': '4607'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Marchin', 'committee': '', 'company_name': '', 'company_tva': 'BE0876824669', 'country': 'BELGIUM', 'fax_number': '', 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Beaujean', 'phone_number': '+32 (0)479 65 77 42', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Marchin', 'public_country': 'BELGIUM', 'public_street': 'Ereffe', 'public_street_number': '3', 'public_zip_code': '4570', 'site': '', 'specializations': [], 'street': 'Ereffe', 'street_number': '3', 'user': {'email': 'ben_beaujean@skynet.be', 'id': 3506, 'is_active': True}, 'zip_code': '4570'}, {'address_info': '2', 'argel_listing_visible': True, 'category': 23, 'city': 'Esneux', 'committee': None, 'company_name': '3DB SPRL', 'company_tva': '0536285284', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Denis', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Bellefontaine', 'phone_number': '+32 (0)497/88.66.99', 'phone_number_2': None, 'public_address_info': '2', 'public_city': 'Esneux', 'public_country': 'Belgique', 'public_street': "RUE GUE D'AMONT", 'public_street_number': '2', 'public_zip_code': '4130', 'site': 'http://www.3db-geometre.be', 'specializations': [], 'street': "RUE GUE D'AMONT", 'street_number': '2', 'user': {'email': '3db.geometre@gmail.com', 'id': 3458, 'is_active': True}, 'zip_code': '4130'}, {'address_info': 'Rue aux frênes 47', 'argel_listing_visible': True, 'category': 13, 'city': 'Liege', 'committee': None, 'company_name': 'Personne physique', 'company_tva': 'BE1000.732.370', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Oualid', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Benkorichi', 'phone_number': '0465207789', 'phone_number_2': '', 'public_address_info': 'Rue aux frênes 47', 'public_city': 'Liege', 'public_country': 'Belgique', 'public_street': 'Rue Aux Frênes', 'public_street_number': '47 boite 22', 'public_zip_code': '4020', 'site': '', 'specializations': [], 'street': 'Rue Aux Frênes', 'street_number': '47 boite 22', 'user': {'email': 'oualid.benkorichi@gmail.com', 'id': 4035, 'is_active': True}, 'zip_code': '4020'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Vielsalm', 'committee': '', 'company_name': 'SRL GEOXIM', 'company_tva': '0892243216', 'country': 'BE', 'fax_number': '', 'first_name': 'Valerie', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Bernes', 'phone_number': '+32 (0)495/32.97.94', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Vielsalm', 'public_country': 'BE', 'public_street': 'Chemin de Grand-Halleux', 'public_street_number': '36', 'public_zip_code': '6690', 'site': 'http://www.geoxim.be', 'specializations': [], 'street': 'Chemin de Grand-Halleux', 'street_number': '36', 'user': {'email': 'vbernes@geoxim.be', 'id': 4177, 'is_active': True}, 'zip_code': '6690'}, {'address_info': None, 'argel_listing_visible': True, 'category': 23, 'city': 'Grand-Rechain', 'committee': None, 'company_name': 'Michael BROUWIER Géomètre SPRL', 'company_tva': '0808567056', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Michael', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Brouwier', 'phone_number': '+32 (0)476/51.43.77', 'phone_number_2': '+32 (0)87/30.03.05', 'public_address_info': None, 'public_city': 'Grand-Rechain', 'public_country': 'Belgique', 'public_street': 'Chemin des Bouleaux', 'public_street_number': '2', 'public_zip_code': '4650', 'site': None, 'specializations': [], 'street': 'Chemin des Bouleaux', 'street_number': '2', 'user': {'email': 'michael@brouwier.be', 'id': 3986, 'is_active': True}, 'zip_code': '4650'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Andenne', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Olivier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Bry', 'phone_number': '+32(0)477.33.44.85', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Andenne', 'public_country': 'BE', 'public_street': 'Alexis Jottard', 'public_street_number': '41', 'public_zip_code': '5300', 'site': '', 'specializations': [], 'street': 'Alexis Jottard', 'street_number': '41', 'user': {'email': 'olivier.bry@colas.be', 'id': 4029, 'is_active': True}, 'zip_code': '5300'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Verlaine', 'committee': None, 'company_name': 'Thomas Caprasse', 'company_tva': 'BE 1.010.536.793', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Thomas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Caprasse', 'phone_number': '0498523704', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Verlaine', 'public_country': 'Belgique', 'public_street': 'Grand route', 'public_street_number': '21', 'public_zip_code': '4537', 'site': '', 'specializations': [], 'street': 'Grand route', 'street_number': '21', 'user': {'email': 'tcaprasse@gmail.com', 'id': 4214, 'is_active': True}, 'zip_code': '4537'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Clavier', 'committee': None, 'company_name': 'ABSYS srl', 'company_tva': 'BE0873997417', 'country': 'BE', 'fax_number': '', 'first_name': 'Cédric', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Carrette', 'phone_number': '+32 (0)477/85.22.98', 'phone_number_2': '+32 (0)86/34.52.24', 'public_address_info': '', 'public_city': 'Clavier', 'public_country': 'BE', 'public_street': 'Rue des Condruzes', 'public_street_number': '10', 'public_zip_code': '4560', 'site': 'https://www.absys-sprl.be/', 'specializations': [], 'street': 'Rue des Condruzes', 'street_number': '10', 'user': {'email': 'cc@absys-sprl.be', 'id': 3554, 'is_active': True}, 'zip_code': '4560'}, {'address_info': '53 rue du Biez', 'argel_listing_visible': True, 'category': 22, 'city': 'Angleur', 'committee': '', 'company_name': 'Jerry Close', 'company_tva': '0808805497', 'country': 'BE', 'fax_number': '', 'first_name': 'Jerry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Close', 'phone_number': '+32 (0)496/51.62.47', 'phone_number_2': '', 'public_address_info': '53 rue du Biez', 'public_city': 'Angleur', 'public_country': 'BE', 'public_street': 'Rue Du Biez', 'public_street_number': '53', 'public_zip_code': '4031', 'site': 'http://www.close-geometre-expert.be', 'specializations': [], 'street': 'Rue Du Biez', 'street_number': '53', 'user': {'email': 'close.jerry@gmail.com', 'id': 3586, 'is_active': True}, 'zip_code': '4031'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Saint-André', 'committee': 'Comité directeur', 'company_name': 'Thierry Colson SRL', 'company_tva': 'BE0738745664', 'country': 'BE', 'fax_number': None, 'first_name': 'Thierry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Colson', 'phone_number': '+32(0)470/26.11.39', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Saint-André', 'public_country': 'BE', 'public_street': 'Heuière', 'public_street_number': '10', 'public_zip_code': '4606', 'site': 'http://www.air-geomatics.com', 'specializations': [], 'street': 'Heuière', 'street_number': '10', 'user': {'email': 'thierry@air-geomatics.com', 'id': 4158, 'is_active': True}, 'zip_code': '4606'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Eupen', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Alexandra', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Cormann', 'phone_number': '+32 (0)87/56.00.46', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Eupen', 'public_country': 'BE', 'public_street': 'Herbesthaler Straße', 'public_street_number': '247', 'public_zip_code': '4700', 'site': '', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Implantation', 'pk': 18}, {'name': 'Lotissement', 'pk': 19}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Etat des lieux', 'pk': 21}, {'name': 'Expertise judiciaire', 'pk': 22}, {'name': 'Plan AS-Built', 'pk': 32}, {'name': 'Division de bâtiments', 'pk': 37}, {'name': 'Division en volume', 'pk': 38}, {'name': 'Division pour sortie ' "d'indivision", 'pk': 39}, {'name': 'Création de servitudes', 'pk': 40}, {'name': "Plans d'emprises", 'pk': 41}, {'name': 'Cessions de mitoyenneté', 'pk': 42}], 'street': 'Herbesthaler Straße', 'street_number': '247', 'user': {'email': 'alexandra.cormann@skynet.be', 'id': 3468, 'is_active': True}, 'zip_code': '4700'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Heusy', 'committee': '', 'company_name': '', 'company_tva': 'BE 0869 794 050', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jean-Philippe', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Cremers', 'phone_number': '0497876494', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Heusy', 'public_country': 'Belgique', 'public_street': 'Chaussée de Theux', 'public_street_number': '27', 'public_zip_code': '4802', 'site': 'http://c-geo.be', 'specializations': [], 'street': 'Chaussée de Theux', 'street_number': '27', 'user': {'email': 'jeanphicremers@gmail.com', 'id': 3848, 'is_active': True}, 'zip_code': '4802'}, {'address_info': '9', 'argel_listing_visible': True, 'category': 23, 'city': 'WAIMES', 'committee': None, 'company_name': 'BecD srl', 'company_tva': 'BE0841.972.272', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Olivier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Defechereux', 'phone_number': '+32 (0)486/90.67.52', 'phone_number_2': None, 'public_address_info': '9', 'public_city': 'WAIMES', 'public_country': 'Belgique', 'public_street': "Rue de l'Abbé Pietkin", 'public_street_number': '9', 'public_zip_code': '4950', 'site': None, 'specializations': [], 'street': "Rue de l'Abbé Pietkin", 'street_number': '9', 'user': {'email': 'o.defechereux@skynet.be', 'id': 4025, 'is_active': True}, 'zip_code': '4950'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Angleur', 'committee': None, 'company_name': 'SML Ingenieurs Conseils', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Florence', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'de Francquen', 'phone_number': '+32 (0)492/73.05.70', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Angleur', 'public_country': 'BE', 'public_street': 'Rue F. Desoer', 'public_street_number': '29', 'public_zip_code': '4031', 'site': '', 'specializations': [], 'street': 'Rue F. Desoer', 'street_number': '29', 'user': {'email': 'florence.defrancquen@gmail.com', 'id': 3681, 'is_active': True}, 'zip_code': '4031'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Thimister-Clermont', 'committee': None, 'company_name': "Bureau d'Etudes André GENOTTE", 'company_tva': 'BE0887.205.055', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Olivier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Degueldre', 'phone_number': '+32494240185', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Thimister-Clermont', 'public_country': 'Belgique', 'public_street': 'Elsaute', 'public_street_number': '19', 'public_zip_code': '4890', 'site': None, 'specializations': [], 'street': 'Elsaute', 'street_number': '19', 'user': {'email': 'olivier.degueldre@hotmail.com', 'id': 4030, 'is_active': True}, 'zip_code': '4890'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Wanze', 'committee': '', 'company_name': 'DELANNOY', 'company_tva': 'BE651538607', 'country': 'BE', 'fax_number': '', 'first_name': 'Pascal', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Delannoy', 'phone_number': '+32 (0)495/15.66.52', 'phone_number_2': '+32 (0)85/21.61.92', 'public_address_info': '', 'public_city': 'Wanze', 'public_country': 'BE', 'public_street': 'Chaussée de Waremme', 'public_street_number': '79', 'public_zip_code': '4520', 'site': '', 'specializations': [], 'street': 'Chaussée de Waremme', 'street_number': '79', 'user': {'email': 'pascaldelannoy@hotmail.com', 'id': 4041, 'is_active': True}, 'zip_code': '4520'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Xhendelesse', 'committee': '', 'company_name': 'CAN infra', 'company_tva': 'BE460.224.220', 'country': 'BE', 'fax_number': '+32 (0)87/30.06.46', 'first_name': 'Patrice', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Desmit', 'phone_number': '+32 (0)495/36.20.32', 'phone_number_2': '+32 (0)87/30.05.45', 'public_address_info': '', 'public_city': 'Xhendelesse', 'public_country': 'BE', 'public_street': 'Rue des Deux Tilleuls', 'public_street_number': '24', 'public_zip_code': '4652', 'site': 'http://www.caninfra.be', 'specializations': [], 'street': 'Rue des Deux Tilleuls', 'street_number': '24', 'user': {'email': 'patricedesmit@caninfra.be', 'id': 4045, 'is_active': True}, 'zip_code': '4652'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Nandrin', 'committee': '', 'company_name': 'SRL D. DESTREE', 'company_tva': 'BE0894694544', 'country': 'BE', 'fax_number': '+32 (0)4/371.44.18', 'first_name': 'Dominique', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Destrée', 'phone_number': '+32 (0)475/44.21.28', 'phone_number_2': '+32 (0)4/371.44.18', 'public_address_info': '', 'public_city': 'Nandrin', 'public_country': 'BE', 'public_street': 'Rue Petite Vaux', 'public_street_number': '10', 'public_zip_code': '4550', 'site': '', 'specializations': [], 'street': 'Rue Petite Vaux', 'street_number': '10', 'user': {'email': 'd.destree@outlook.com', 'id': 3601, 'is_active': True}, 'zip_code': '4550'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Beaufays', 'committee': 'Comité directeur', 'company_name': '4DManagement', 'company_tva': '0553785965', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Nesma', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Djema', 'phone_number': '0498321152', 'phone_number_2': '0486871467', 'public_address_info': '', 'public_city': 'Beaufays', 'public_country': 'Belgique', 'public_street': "Voie de l'Air Pur", 'public_street_number': '138', 'public_zip_code': '4052', 'site': 'http://www.4dm.be', 'specializations': [], 'street': "Voie de l'Air Pur", 'street_number': '138', 'user': {'email': 'nd@4dm.be', 'id': 4215, 'is_active': True}, 'zip_code': '4052'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'FLÉMALLE', 'committee': None, 'company_name': 'srl Dupont Géometre & Cie', 'company_tva': '0478.802.292', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Guy', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Dupont', 'phone_number': '+32475860808', 'phone_number_2': '+32 (0)4/225.99.22', 'public_address_info': '', 'public_city': 'FLÉMALLE', 'public_country': 'Belgique', 'public_street': 'rue de Mons-Lez-Liège', 'public_street_number': '67', 'public_zip_code': '4400', 'site': 'http://www.geometre-dupont.be', 'specializations': [], 'street': 'rue de Mons-Lez-Liège', 'street_number': '67', 'user': {'email': 'info@geometre-dupont.be', 'id': 3726, 'is_active': True}, 'zip_code': '4400'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Saint-Georges-sur-Meuse', 'committee': None, 'company_name': 'dbgex', 'company_tva': '0684.579.775', 'country': 'BE', 'fax_number': None, 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Duré', 'phone_number': '+32 (0)494/54.40.81', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Saint-Georges-sur-Meuse', 'public_country': 'BE', 'public_street': 'Basse Marquet', 'public_street_number': '64', 'public_zip_code': '4470', 'site': None, 'specializations': [], 'street': 'Basse Marquet', 'street_number': '64', 'user': {'email': 'durebenoit@live.be', 'id': 3636, 'is_active': True}, 'zip_code': '4470'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Büllingen/Bullange', 'committee': None, 'company_name': 'Guido Faymonville', 'company_tva': 'BE 0817 457 897', 'country': 'BE', 'fax_number': '', 'first_name': 'Guido', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Faymonville', 'phone_number': '+32 (0)476/939.909', 'phone_number_2': '+32 (0)80/64.72.04', 'public_address_info': '', 'public_city': 'Büllingen/Bullange', 'public_country': 'BE', 'public_street': 'Rue Honsfeld', 'public_street_number': '302', 'public_zip_code': '4760', 'site': '', 'specializations': [], 'street': 'Rue Honsfeld', 'street_number': '302', 'user': {'email': 'guido.faymonville@skynet.be', 'id': 3778, 'is_active': True}, 'zip_code': '4760'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'LOUVEIGNE', 'committee': None, 'company_name': 'GEOTECH SRL', 'company_tva': 'BE0468343813', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Didier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Fays', 'phone_number': '+32 (0)495/57.95.98', 'phone_number_2': '+32 (0)4/250.92.50', 'public_address_info': '', 'public_city': 'LOUVEIGNE', 'public_country': 'Belgique', 'public_street': 'Rue de Remouchamps', 'public_street_number': '34 E23', 'public_zip_code': '4141', 'site': 'http://www.geotech.be', 'specializations': [], 'street': 'Rue de Remouchamps', 'street_number': '34 E23', 'user': {'email': 'didier.fays@geotech.be', 'id': 3617, 'is_active': True}, 'zip_code': '4141'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Jemeppe-sur-Meuse', 'committee': None, 'company_name': 'ASC Géomètre-Expert', 'company_tva': 'BE 0646.773.729', 'country': 'BE', 'fax_number': '', 'first_name': 'Salem', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Ferjani', 'phone_number': '+32 (0)486/55.46.63', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Jemeppe-sur-Meuse', 'public_country': 'BE', 'public_street': 'Valles', 'public_street_number': '52', 'public_zip_code': '4101', 'site': '', 'specializations': [], 'street': 'Valles', 'street_number': '52', 'user': {'email': 'ferjanisalem@hotmail.com', 'id': 3675, 'is_active': True}, 'zip_code': '4101'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'LANTIN', 'committee': None, 'company_name': '', 'company_tva': 'FRANCHISE', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jacky', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Ferrara', 'phone_number': '+32(0)495/40.71.44', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'LANTIN', 'public_country': 'Belgique', 'public_street': 'Rue Vanden Sande', 'public_street_number': '32 B', 'public_zip_code': '4450', 'site': 'https://www.geometre-expert-ferrara-jacky.com/', 'specializations': [], 'street': 'Rue Vanden Sande', 'street_number': '32 B', 'user': {'email': 'ferrarajacky@hotmail.com', 'id': 3677, 'is_active': True}, 'zip_code': '4450'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Henri-Chapelle', 'committee': '', 'company_name': "Bureau d'Etudes Flas srl", 'company_tva': 'BE0809888929', 'country': 'BE', 'fax_number': '', 'first_name': 'Henri', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Flas', 'phone_number': '+32 (0)485/36.64.45', 'phone_number_2': '+32 (0)87/65.31.20', 'public_address_info': '', 'public_city': 'Henri-Chapelle', 'public_country': 'BE', 'public_street': 'Bayaux', 'public_street_number': '102', 'public_zip_code': '4841', 'site': 'http://www.flas.be', 'specializations': [], 'street': 'Bayaux', 'street_number': '102', 'user': {'email': 'bureau@flas.be', 'id': 3543, 'is_active': True}, 'zip_code': '4841'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'LOUVEIGNE', 'committee': None, 'company_name': 'BTF srl', 'company_tva': 'BE0878.572.847', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Philippe', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Fontaine', 'phone_number': '+32 (0)4 368 49 69', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'LOUVEIGNE', 'public_country': 'Belgique', 'public_street': 'Rue de Blindef', 'public_street_number': '13', 'public_zip_code': '4141', 'site': 'http://www.btf-sprl.be', 'specializations': [], 'street': 'Rue de Blindef', 'street_number': '13', 'user': {'email': 'philippe.fontaine@btf-sprl.be', 'id': 4057, 'is_active': True}, 'zip_code': '4141'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Malmedy', 'committee': None, 'company_name': '', 'company_tva': 'BE0725153687', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Louis', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Fraikin', 'phone_number': '+32 (0)476/21.42.41', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Malmedy', 'public_country': 'BE', 'public_street': 'Chemin du Tchession', 'public_street_number': '3', 'public_zip_code': '4960', 'site': 'https://www.jlfraikin.be/', 'specializations': [], 'street': 'Chemin du Tchession', 'street_number': '3', 'user': {'email': 'jean.louis.fraikin@skynet.be', 'id': 3842, 'is_active': True}, 'zip_code': '4960'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Malmedy', 'committee': None, 'company_name': 'Ingeo G srl', 'company_tva': 'BE 0837.170.277', 'country': 'BE', 'fax_number': '', 'first_name': 'Florian', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Gallo', 'phone_number': '0032(0)476/75.11.61', 'phone_number_2': '0032(0)478/91.93.25', 'public_address_info': '', 'public_city': 'Malmedy', 'public_country': 'BE', 'public_street': 'Avenue Monbijou', 'public_street_number': '14', 'public_zip_code': '4960', 'site': '', 'specializations': [], 'street': 'Avenue Monbijou', 'street_number': '14', 'user': {'email': 'florian@scheen-lecoq.be', 'id': 3685, 'is_active': True}, 'zip_code': '4960'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Thimister-Clermont', 'committee': '', 'company_name': "Bureau d'études André Genotte srl", 'company_tva': 'BE 0887.205.055', 'country': 'BE', 'fax_number': '+32 (0)87/44.68.59', 'first_name': 'André', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Genotte', 'phone_number': '+32 (0)87/44.54.32', 'phone_number_2': '+32 (0)496/50.69.45', 'public_address_info': '', 'public_city': 'Thimister-Clermont', 'public_country': 'BE', 'public_street': 'Elsaute', 'public_street_number': '19', 'public_zip_code': '4890', 'site': 'http://www.bureaugenotte.be', 'specializations': [], 'street': 'Elsaute', 'street_number': '19', 'user': {'email': 'andre@bureaugenotte.be', 'id': 3801, 'is_active': True}, 'zip_code': '4890'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Houffalize', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jean-François', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Gerardy', 'phone_number': '0495/99.05.79', 'phone_number_2': '', 'public_address_info': '', 'public_city': '', 'public_country': '', 'public_street': '', 'public_street_number': '', 'public_zip_code': '6660', 'site': 'http://www.CoLaura.be', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Implantation', 'pk': 18}, {'name': 'Etat des lieux', 'pk': 21}, {'name': 'Certificateur PEB', 'pk': 27}, {'name': 'Division en volume', 'pk': 38}, {'name': 'Division pour sortie ' "d'indivision", 'pk': 39}, {'name': 'Création de servitudes', 'pk': 40}, {'name': 'Permis de location', 'pk': 43}], 'street': 'Taverneux', 'street_number': '27', 'user': {'email': 'info@colaura.be', 'id': 4226, 'is_active': True}, 'zip_code': '6660'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Grâce-Berleur', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Fabrice', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Guisset', 'phone_number': '0495576101', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Grâce-Berleur', 'public_country': 'BE', 'public_street': 'Rue du Bonnier', 'public_street_number': '14A', 'public_zip_code': '4460', 'site': '', 'specializations': [], 'street': 'Rue du Bonnier', 'street_number': '14A', 'user': {'email': 'ex.guisset@gmail.com', 'id': 3655, 'is_active': True}, 'zip_code': '4460'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Couthuin', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jeremy', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Guyot', 'phone_number': '0032472376946', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Couthuin', 'public_country': 'Belgique', 'public_street': 'Rue du Bayet', 'public_street_number': '18', 'public_zip_code': '4218', 'site': '', 'specializations': [], 'street': 'Rue du Bayet', 'street_number': '18', 'user': {'email': 'jeremy.guyot@outlook.com', 'id': 4232, 'is_active': True}, 'zip_code': '4218'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Loncin', 'committee': '', 'company_name': 'beGX', 'company_tva': 'BE0878945605', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Albert', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Hannay', 'phone_number': '+32 (0)495/25.35.50', 'phone_number_2': '+32 (0)4/263.02.00', 'public_address_info': '', 'public_city': 'Ans', 'public_country': 'Belgique', 'public_street': 'rue de Jemeppe', 'public_street_number': '229', 'public_zip_code': '4431', 'site': 'http://www.begx.be', 'specializations': [{'name': 'Implantation et certification ' "d'installations sportives", 'pk': 44}], 'street': 'Rue de Jemeppe', 'street_number': '229', 'user': {'email': 'albert.hannay@begx.be', 'id': 3467, 'is_active': True}, 'zip_code': '4431'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Herstal', 'committee': None, 'company_name': 'Bureau Houbart', 'company_tva': 'BE0604924761', 'country': 'BE', 'fax_number': None, 'first_name': 'Jacques', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Houbart', 'phone_number': '+32 (0)476/21.39.72', 'phone_number_2': '+32 (0)4/264.48.09', 'public_address_info': '', 'public_city': 'Herstal', 'public_country': 'BE', 'public_street': 'Rue Verte', 'public_street_number': '330', 'public_zip_code': '4040', 'site': 'http://www.houbart.be', 'specializations': [], 'street': 'Rue Verte', 'street_number': '330', 'user': {'email': 'geometre@houbart.be', 'id': 3743, 'is_active': True}, 'zip_code': '4040'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Embourg', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Frédéric', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Humblet', 'phone_number': '+32 (0)495/42.48.68', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Embourg', 'public_country': 'BE', 'public_street': 'Rue Mathysart', 'public_street_number': '13', 'public_zip_code': '4053', 'site': 'http://www.geoconsult.be', 'specializations': [], 'street': 'Rue Mathysart', 'street_number': '13', 'user': {'email': 'fhu@hotmail.be', 'id': 4282, 'is_active': True}, 'zip_code': '4053'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'WAREMME', 'committee': None, 'company_name': 'SRL Joassin affaires immobilières', 'company_tva': 'BE0461927856', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Jean-Lambert', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Joassin', 'phone_number': '019339393', 'phone_number_2': '+32 476205133', 'public_address_info': '', 'public_city': 'WAREMME', 'public_country': 'Belgique', 'public_street': 'Chaussée Romaine', 'public_street_number': '200', 'public_zip_code': '4300', 'site': None, 'specializations': [], 'street': 'Chaussée Romaine', 'street_number': '200', 'user': {'email': 'jean-lambert.joassin@joassinimmo.be', 'id': 3840, 'is_active': True}, 'zip_code': '4300'}, {'address_info': None, 'argel_listing_visible': True, 'category': 21, 'city': 'Marchin', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'Belgique', 'fax_number': None, 'first_name': 'Lionel', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Jonet', 'phone_number': '0475652242', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'MARCHIN', 'public_country': 'Belgique', 'public_street': 'Rue vieux Thier', 'public_street_number': '5', 'public_zip_code': '4570', 'site': None, 'specializations': [], 'street': 'Rue vieux Thier', 'street_number': '5', 'user': {'email': 'lionel.jonet@eiffage.com', 'id': 3927, 'is_active': True}, 'zip_code': '4570'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Charneux', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Benoit', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Jonlet', 'phone_number': '+32 (0)499/12.70.22', 'phone_number_2': '+32 (0)87/50.70.34', 'public_address_info': '', 'public_city': 'Charneux', 'public_country': 'BE', 'public_street': 'Garde-Dieu', 'public_street_number': '310', 'public_zip_code': '4654', 'site': 'http://www.bureaujonlet.be', 'specializations': [], 'street': 'Garde-Dieu', 'street_number': '310', 'user': {'email': 'info@bureaujonlet.be', 'id': 3802, 'is_active': True}, 'zip_code': '4654'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Tilff', 'committee': 'Comité directeur', 'company_name': 'KGEO SRL', 'company_tva': 'BE0647.905.263', 'country': 'BE', 'fax_number': None, 'first_name': 'Laurent', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Kessler', 'phone_number': '+32 (0)475/40.11.79', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Tilff', 'public_country': 'BE', 'public_street': 'Allée de la Fraineuse', 'public_street_number': '62', 'public_zip_code': '4130', 'site': None, 'specializations': [], 'street': 'Allée de la Fraineuse', 'street_number': '62', 'user': {'email': 'laurent.kessler@kgeo.be', 'id': 3914, 'is_active': True}, 'zip_code': '4130'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Liège', 'committee': 'Comité directeur', 'company_name': 'Galere', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Gaëlle', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Kroonen', 'phone_number': '+32 (0)478/68.00.57', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue du chéra', 'public_street_number': '7', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Rue du chéra', 'street_number': '7', 'user': {'email': 'gaelle.kroonen@galere.be', 'id': 3715, 'is_active': True}, 'zip_code': '4000'}, {'address_info': 'Compass Building', 'argel_listing_visible': True, 'category': 21, 'city': 'Zaventem', 'committee': None, 'company_name': 'Brussels Airport Company', 'company_tva': 'BE 0890.082.292', 'country': 'BE', 'fax_number': None, 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': True, 'is_argel_member': True, 'last_name': 'Lahaye', 'phone_number': '+32(0)470.10.64.77', 'phone_number_2': None, 'public_address_info': 'Compass Building', 'public_city': 'Zaventem', 'public_country': 'BE', 'public_street': 'Luchthaven Brussel Nationaal', 'public_street_number': '1M', 'public_zip_code': '1930', 'site': None, 'specializations': [], 'street': 'Luchthaven Brussel Nationaal', 'street_number': '1M', 'user': {'email': 'lahaye.b@gmail.com', 'id': 3905, 'is_active': True}, 'zip_code': '1930'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Braine-le-Château', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Pierre', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lambert', 'phone_number': '+32 (0)479/23.40.00', 'phone_number_2': '+32 (0)2/366.17.12', 'public_address_info': '', 'public_city': 'Braine-le-Château', 'public_country': 'BE', 'public_street': 'rue de Tubize', 'public_street_number': '1C', 'public_zip_code': '1440', 'site': '', 'specializations': [], 'street': 'rue de Tubize', 'street_number': '1C', 'user': {'email': 'lambertjp@skynet.be', 'id': 3907, 'is_active': True}, 'zip_code': '1440'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Liège', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Lucie', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lebbos', 'phone_number': '+32 (0)478/87.04.13', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue Isi Collin', 'public_street_number': '14', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Rue Isi Collin', 'street_number': '14', 'user': {'email': 'lebbos@geometre.expert', 'id': 3940, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Louveigné', 'committee': '', 'company_name': '0474703251', 'company_tva': 'BE474.703.251', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Philippe', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Leduc', 'phone_number': '0478/784.771', 'phone_number_2': '04360.98.35', 'public_address_info': '', 'public_city': 'Louveigné', 'public_country': 'Belgique', 'public_street': 'China', 'public_street_number': '57', 'public_zip_code': '4141', 'site': '', 'specializations': [], 'street': 'China', 'street_number': '57', 'user': {'email': 'philippe@geoconstruct.be', 'id': 4058, 'is_active': True}, 'zip_code': '4141'}, {'address_info': '', 'argel_listing_visible': True, 'category': 20, 'city': 'Berloz', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Gauthier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Legros', 'phone_number': None, 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Berloz', 'public_country': 'BE', 'public_street': 'Rue de Longchamps', 'public_street_number': '13', 'public_zip_code': '4257', 'site': None, 'specializations': [], 'street': 'Rue de Longchamps', 'street_number': '13', 'user': {'email': 'gauthier.legros@outlook.com', 'id': 3723, 'is_active': True}, 'zip_code': '4257'}, {'address_info': None, 'argel_listing_visible': True, 'category': 22, 'city': 'Huy', 'committee': None, 'company_name': 'isolaction srl', 'company_tva': 'BE0646672472', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Thierry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lejeune', 'phone_number': '0475/495110', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Huy', 'public_country': 'Belgique', 'public_street': 'Rue Rioul', 'public_street_number': '17 bte 5', 'public_zip_code': '4500', 'site': None, 'specializations': [], 'street': 'Rue Rioul', 'street_number': '17 bte 5', 'user': {'email': 'info@isolaction.eu', 'id': 3814, 'is_active': True}, 'zip_code': '4500'}, {'address_info': None, 'argel_listing_visible': True, 'category': 23, 'city': 'Jehay', 'committee': 'Comité directeur', 'company_name': 'LN Géo', 'company_tva': '0472523028', 'country': 'BE', 'fax_number': None, 'first_name': 'Noël', 'functions': [{'name': 'Trésorier Adjoint', 'pk': 6}], 'geoformation_listing_visible': True, 'is_argel_member': True, 'last_name': 'Léonard', 'phone_number': '+32 (0)476/38.75.36', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Jehay', 'public_country': 'BE', 'public_street': 'Petit Rivage', 'public_street_number': '32', 'public_zip_code': '4540', 'site': 'http://www.lngeo.be', 'specializations': [], 'street': 'Petit Rivage', 'street_number': '32', 'user': {'email': 'info@lngeo.be', 'id': 3818, 'is_active': True}, 'zip_code': '4540'}, {'address_info': 'AEDI : FICAD SRL', 'argel_listing_visible': True, 'category': 23, 'city': 'Liège', 'committee': None, 'company_name': 'Aedi Ficad SRL', 'company_tva': 'BE0443067096', 'country': 'BE', 'fax_number': None, 'first_name': 'Pierre-Antoine', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Leroy', 'phone_number': '+32(0)485/33.64.54', 'phone_number_2': None, 'public_address_info': 'AEDI : FICAD SRL', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Place Vivegnis', 'public_street_number': '36', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Place Vivegnis', 'street_number': '36', 'user': {'email': 'pa@aedificad.be', 'id': 4037, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Aywaille', 'committee': None, 'company_name': 'LPmetris', 'company_tva': 'BE0727734877', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Nicolas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Letesson', 'phone_number': '+32(0)499/40.45.99', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Aywaille', 'public_country': 'Belgique', 'public_street': 'Rue Piersay', 'public_street_number': '2B/001', 'public_zip_code': '4920', 'site': '', 'specializations': [], 'street': 'Rue Piersay', 'street_number': '2B/001', 'user': {'email': 'nicolas@lpmetris.be', 'id': 4016, 'is_active': True}, 'zip_code': '4920'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Clavier', 'committee': '', 'company_name': 'Leonardo LOFORTE', 'company_tva': '0606907026', 'country': 'BE', 'fax_number': '', 'first_name': 'Leonardo', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Loforte', 'phone_number': '+32 (0)475/93.57.69', 'phone_number_2': '+32 (0)85/25.25.32', 'public_address_info': '', 'public_city': 'Clavier', 'public_country': 'BE', 'public_street': 'Route de Modave', 'public_street_number': '30', 'public_zip_code': '4560', 'site': '', 'specializations': [], 'street': 'Route de Modave', 'street_number': '30', 'user': {'email': 'leo.loforte@hotmail.com', 'id': 3921, 'is_active': True}, 'zip_code': '4560'}, {'address_info': "Business Center de l'Avouerie", 'argel_listing_visible': True, 'category': 23, 'city': 'Liège', 'committee': '', 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': '', 'first_name': 'Thierry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lovinfosse', 'phone_number': '+32 (0)4/330.93.13', 'phone_number_2': '', 'public_address_info': '', 'public_city': '', 'public_country': '', 'public_street': '', 'public_street_number': '', 'public_zip_code': '4000', 'site': 'http://www.kdrix.be', 'specializations': [{'name': 'Lotissement', 'pk': 19}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Expertise judiciaire', 'pk': 22}, {'name': "Bureau d'étude (voirie, " 'égouttage, cubatures,...)', 'pk': 26}], 'street': "de l'Avouerie", 'street_number': '5', 'user': {'email': 'thierry.lovinfosse@kdrix.be', 'id': 4160, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 9, 'city': 'Waremme', 'committee': None, 'company_name': 'MG Géomètre-Expert', 'company_tva': '1024763725', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Gaël', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Maes', 'phone_number': '0474625819', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Waremme', 'public_country': 'Belgique', 'public_street': 'Rue Mignolet', 'public_street_number': '85', 'public_zip_code': '4300', 'site': 'http://mg-geometre-expert.be', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Maison', 'pk': 5}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Suivi topographique de voirie', 'pk': 17}, {'name': 'Implantation', 'pk': 18}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Etat des lieux', 'pk': 21}, {'name': 'Plan AS-Built', 'pk': 32}, {'name': 'Division de propriété', 'pk': 36}, {'name': 'Division de bâtiments', 'pk': 37}, {'name': 'Division en volume', 'pk': 38}], 'street': 'Rue Mignolet', 'street_number': '85', 'user': {'email': 'gael.maes@gmail.com', 'id': 3716, 'is_active': True}, 'zip_code': '4300'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Warsage', 'committee': '', 'company_name': 'Maon', 'company_tva': '1006908993', 'country': 'BE', 'fax_number': '', 'first_name': 'Omer', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Maon', 'phone_number': '+32 (0)475/89.86.35', 'phone_number_2': '+32 (0)4/286.50.64', 'public_address_info': '', 'public_city': 'Warsage', 'public_country': 'BE', 'public_street': 'Rue Craesborn', 'public_street_number': '76', 'public_zip_code': '4608', 'site': '', 'specializations': [], 'street': 'Rue Craesborn', 'street_number': '76', 'user': {'email': 'maon@skynet.be', 'id': 3951, 'is_active': True}, 'zip_code': '4608'}, {'address_info': None, 'argel_listing_visible': True, 'category': 20, 'city': 'Angleur', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': None, 'first_name': 'Gilles', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Marchal', 'phone_number': '+32(0)474/44.20.28', 'phone_number_2': None, 'public_address_info': None, 'public_city': None, 'public_country': None, 'public_street': None, 'public_street_number': None, 'public_zip_code': '4031', 'site': None, 'specializations': [], 'street': 'Route du Condroz', 'street_number': '101', 'user': {'email': 'mg.marchal.gilles@gmail.com', 'id': 3984, 'is_active': True}, 'zip_code': '4031'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'CHENEE', 'committee': '', 'company_name': 'Général Construction SA', 'company_tva': '0425548797', 'country': 'BE', 'fax_number': '', 'first_name': 'Samuel', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Marichal', 'phone_number': '+32 (0)496/26.77.04', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'CHENEE', 'public_country': 'BE', 'public_street': 'RUE DE LA STATION', 'public_street_number': '44', 'public_zip_code': '4032', 'site': '', 'specializations': [], 'street': 'RUE DE LA STATION', 'street_number': '44', 'user': {'email': 'samuel.marichal@gc.be', 'id': 4113, 'is_active': True}, 'zip_code': '4032'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Oreye', 'committee': 'Comité directeur', 'company_name': '', 'company_tva': 'BE0600935091', 'country': 'BE', 'fax_number': None, 'first_name': 'David', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Massuyr', 'phone_number': '+32 (0)473/42.86.21', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Oreye', 'public_country': 'BE', 'public_street': 'Rue Horpmael', 'public_street_number': '57', 'public_zip_code': '4360', 'site': None, 'specializations': [], 'street': 'Rue Horpmael', 'street_number': '57', 'user': {'email': 'david.massuyr@icloud.com', 'id': 3598, 'is_active': True}, 'zip_code': '4360'}, {'address_info': '', 'argel_listing_visible': True, 'category': 20, 'city': 'Liège', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Abderrazzak', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Messoudi', 'phone_number': '+32 (0)485/69.84.92', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue des Tawes', 'public_street_number': '92', 'public_zip_code': '4000', 'site': '', 'specializations': [], 'street': 'Rue des Tawes', 'street_number': '92', 'user': {'email': 'a_messoudi@hotmail.com', 'id': 3473, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Spa', 'committee': None, 'company_name': 'GeoDILex srl', 'company_tva': '0863818949', 'country': 'BE', 'fax_number': None, 'first_name': 'Bernard', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Meurant', 'phone_number': '+32 (0)495/20.38.13', 'phone_number_2': '+32 (0)87/77.12.90', 'public_address_info': '', 'public_city': 'Spa', 'public_country': 'BE', 'public_street': 'Chemin Dri les Cortis', 'public_street_number': '11A', 'public_zip_code': '4900', 'site': None, 'specializations': [], 'street': 'Chemin Dri les Cortis', 'street_number': '11A', 'user': {'email': 'b.meurant@geodilex.be', 'id': 3528, 'is_active': True}, 'zip_code': '4900'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Waremme', 'committee': '', 'company_name': 'BGM EXPERT SRL', 'company_tva': 'BE0771626387', 'country': 'BE', 'fax_number': '', 'first_name': 'Sébastien', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Morue', 'phone_number': '+32 (0)497/54.80.95', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Waremme', 'public_country': 'BE', 'public_street': 'Rue des Betto', 'public_street_number': '35', 'public_zip_code': '4300', 'site': 'http://www.geometremorue.be', 'specializations': [], 'street': 'Rue des Betto', 'street_number': '35', 'user': {'email': 'info@geometremorue.be', 'id': 3808, 'is_active': True}, 'zip_code': '4300'}, {'address_info': '', 'argel_listing_visible': True, 'category': 13, 'city': 'Eupen', 'committee': None, 'company_name': '', 'company_tva': '0792425365', 'country': 'BE', 'fax_number': None, 'first_name': 'Guillaume', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Mossay', 'phone_number': '087560046', 'phone_number_2': '0470997680', 'public_address_info': '', 'public_city': 'Eupen', 'public_country': 'BE', 'public_street': "rue d'Herbesthal", 'public_street_number': '247', 'public_zip_code': '4700', 'site': None, 'specializations': [], 'street': "rue d'Herbesthal", 'street_number': '247', 'user': {'email': 'guillaume.mossay@gmail.com', 'id': 3781, 'is_active': True}, 'zip_code': '4700'}, {'address_info': '', 'argel_listing_visible': True, 'category': 13, 'city': 'Eupen', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE 0704 705 394', 'fax_number': '', 'first_name': 'Romain', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Mossay', 'phone_number': '+32(0)470/99.76.68', 'phone_number_2': '087560046', 'public_address_info': '', 'public_city': 'Eupen', 'public_country': 'BE 0704 705 394', 'public_street': 'Herbesthaler Strasse', 'public_street_number': '247', 'public_zip_code': '4700', 'site': '', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Maison', 'pk': 5}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Implantation', 'pk': 18}, {'name': 'Lotissement', 'pk': 19}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Etat des lieux', 'pk': 21}, {'name': "Bureau d'étude (voirie, " 'égouttage, cubatures,...)', 'pk': 26}, {'name': 'Plan AS-Built', 'pk': 32}, {'name': 'Division de propriété', 'pk': 36}, {'name': 'Division de bâtiments', 'pk': 37}, {'name': 'Division pour sortie ' "d'indivision", 'pk': 39}, {'name': 'Création de servitudes', 'pk': 40}, {'name': "Plans d'emprises", 'pk': 41}, {'name': 'Cessions de mitoyenneté', 'pk': 42}, {'name': 'Permis de location', 'pk': 43}], 'street': 'Herbesthaler Strasse', 'street_number': '247', 'user': {'email': 'mossay.romain@gmail.com', 'id': 3999, 'is_active': True}, 'zip_code': '4700'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Henri-Chapelle', 'committee': '', 'company_name': 'MM GEOMETRE', 'company_tva': 'BE1007.058.057', 'country': 'BE', 'fax_number': '', 'first_name': 'Marilyn', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Mullender', 'phone_number': '+32(0)491/48.80.08', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Henri-Chapelle', 'public_country': 'BE', 'public_street': 'Rue Saint Vincent', 'public_street_number': '60', 'public_zip_code': '4841', 'site': '', 'specializations': [], 'street': 'Rue Saint Vincent', 'street_number': '60', 'user': {'email': 'geo.mullender@gmail.com', 'id': 3751, 'is_active': True}, 'zip_code': '4841'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Liège', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Quentin', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Nahoé', 'phone_number': '04973997395', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue du Thier à Liège', 'public_street_number': '108', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Rue du Thier à Liège', 'street_number': '108', 'user': {'email': 'quentin.nahoe@gmail.com', 'id': 4081, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Petit-Rechain', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Luc', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Noels', 'phone_number': '+32 (0)495/30.60.21', 'phone_number_2': '+32 (0)87/31.77.07', 'public_address_info': '', 'public_city': 'Petit-Rechain', 'public_country': 'BE', 'public_street': 'Chemin du bois de Rechain', 'public_street_number': '19', 'public_zip_code': '4800', 'site': '', 'specializations': [], 'street': 'Chemin du bois de Rechain', 'street_number': '19', 'user': {'email': 'jeanluc.noels@skynet.be', 'id': 3844, 'is_active': True}, 'zip_code': '4800'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Tilff', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Xavier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Pirard', 'phone_number': '+32(0)496/27.60.86', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Tilff', 'public_country': 'BE', 'public_street': 'Allée de la fraineuse', 'public_street_number': '5', 'public_zip_code': '4130', 'site': '', 'specializations': [], 'street': 'Allée de la fraineuse', 'street_number': '5', 'user': {'email': 'xavierpirard@gmail.com', 'id': 4202, 'is_active': True}, 'zip_code': '4130'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Sprimont', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Pauline', 'functions': [], 'geoformation_listing_visible': None, 'is_argel_member': True, 'last_name': 'Pirnay', 'phone_number': '0474335471', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Sprimont', 'public_country': 'Belgique', 'public_street': 'Rue de Sendrogne', 'public_street_number': '48', 'public_zip_code': '4140', 'site': '', 'specializations': [], 'street': 'Rue de Sendrogne', 'street_number': '48', 'user': {'email': 'pauline.pirnay@eiffage.com', 'id': 4289, 'is_active': True}, 'zip_code': '4140'}, {'address_info': None, 'argel_listing_visible': True, 'category': 17, 'city': 'Fraiture', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': None, 'first_name': 'Marcel', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Ponthier', 'phone_number': '0495936432', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Fraiture', 'public_country': None, 'public_street': 'rue de la Vieille Forge', 'public_street_number': '11', 'public_zip_code': '4557', 'site': None, 'specializations': [{'name': 'Expertise judiciaire', 'pk': 22}], 'street': 'rue de la Vieille Forge', 'street_number': '11', 'user': {'email': 'marcel.ponthier@skynet.be', 'id': 3954, 'is_active': True}, 'zip_code': '4557'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Nandrin', 'committee': '', 'company_name': 'Quoibion Nicolas Géomètre-Expert', 'company_tva': 'BE0806039019', 'country': 'BE', 'fax_number': '', 'first_name': 'Nicolas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Quoibion', 'phone_number': '+32 (0)479/98.14.42', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Nandrin', 'public_country': 'BE', 'public_street': 'Route du Condroz', 'public_street_number': '402/1', 'public_zip_code': '4550', 'site': '', 'specializations': [], 'street': 'Route du Condroz', 'street_number': '402/1', 'user': {'email': 'nquoibion@skynet.be', 'id': 4021, 'is_active': True}, 'zip_code': '4550'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Nandrin', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Adrien', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Remacle', 'phone_number': '+32(0)472/26.06.16', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Nandrin', 'public_country': 'BE', 'public_street': 'Chemin de la Pierrerie', 'public_street_number': '2', 'public_zip_code': '4550', 'site': None, 'specializations': [], 'street': 'Chemin de la Pierrerie', 'street_number': '2', 'user': {'email': 'adrien.remacle@hotmail.com', 'id': 3461, 'is_active': True}, 'zip_code': '4550'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Liège', 'committee': None, 'company_name': 'Ingeo', 'company_tva': 'BE0837.170.277', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Simon', 'functions': [], 'geoformation_listing_visible': None, 'is_argel_member': True, 'last_name': 'Roosen', 'phone_number': '0495312112', 'phone_number_2': '0470301917', 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'Belgique', 'public_street': "Boulevard de l'Est", 'public_street_number': '10/01', 'public_zip_code': '4020', 'site': '', 'specializations': [], 'street': "Boulevard de l'Est", 'street_number': '10/01', 'user': {'email': 'roosen.simon99@gmail.com', 'id': 4290, 'is_active': True}, 'zip_code': '4020'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Tilff', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Yves', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Sacré', 'phone_number': '+32 (0)498/45.05.94', 'phone_number_2': '+32 (0)4/388.37.38', 'public_address_info': '', 'public_city': 'Tilff', 'public_country': 'BE', 'public_street': 'Boulevard Lieutenant', 'public_street_number': '7A', 'public_zip_code': '4130', 'site': '', 'specializations': [], 'street': 'Boulevard Lieutenant', 'street_number': '7A', 'user': {'email': 'yves.sacre@urbatex.be', 'id': 4208, 'is_active': True}, 'zip_code': '4130'}, {'address_info': 'INFRABEL SA-Account payable-I-F113 section ' '40/8', 'argel_listing_visible': True, 'category': 21, 'city': 'Bruxelles', 'committee': None, 'company_name': 'INFRABEL SA-Account payable-I-F113 section ' '40/8', 'company_tva': None, 'country': 'BE', 'fax_number': None, 'first_name': 'Nicolas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Sarton', 'phone_number': '0460/97.93.93', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Trooz', 'public_country': 'BE', 'public_street': 'Rue des Croisettes', 'public_street_number': '32C', 'public_zip_code': '4870', 'site': None, 'specializations': [], 'street': 'Place Marcel Broodthaers', 'street_number': '2', 'user': {'email': 'nicolas_sarton@live.be', 'id': 4019, 'is_active': True}, 'zip_code': '1060'}, {'address_info': "Bureau d'études JRF SCHMITZ srl", 'argel_listing_visible': True, 'category': 13, 'city': 'Francorchamps', 'committee': None, 'company_name': "Bureau d'études JRF SCHMITZ srl", 'company_tva': 'BE0491391563', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Remy', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Schmitz', 'phone_number': '+32(0)491/20.47.76', 'phone_number_2': '+32(0)87/77.40.22', 'public_address_info': "Bureau d'études JRF SCHMITZ srl", 'public_city': 'Francorchamps', 'public_country': 'BE', 'public_street': 'Rue de Spa', 'public_street_number': '166', 'public_zip_code': '4970', 'site': '', 'specializations': [], 'street': 'Rue de Spa', 'street_number': '166', 'user': {'email': 'jeanremy.schmitz@gmail.com', 'id': 3851, 'is_active': True}, 'zip_code': '4970'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'TILFF', 'committee': '', 'company_name': 'ATEXX SRL', 'company_tva': '0473663965', 'country': 'BE', 'fax_number': '+32 (0)4/388.22.93', 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Schumacker', 'phone_number': '+32 (0)478/97.44.76', 'phone_number_2': '+32 (0)4/388.22.93', 'public_address_info': '', 'public_city': 'TILFF', 'public_country': 'BE', 'public_street': 'Avenue Laboulle', 'public_street_number': '106', 'public_zip_code': '4130', 'site': 'http://www.atexx.be', 'specializations': [], 'street': 'Avenue Laboulle', 'street_number': '106', 'user': {'email': 'bs@atexx.be', 'id': 3539, 'is_active': True}, 'zip_code': '4130'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Villers-le-Bouillet', 'committee': '', 'company_name': 'GEO-XS srl', 'company_tva': 'BE0799416293', 'country': 'BE', 'fax_number': '', 'first_name': 'Xavier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Servais', 'phone_number': '+32 (0)85/31.62.21', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Villers-le-Bouillet', 'public_country': 'BE', 'public_street': 'Rue de Huy', 'public_street_number': '78/2', 'public_zip_code': '4530', 'site': 'http://www.geo-xs.be', 'specializations': [], 'street': 'Rue de Huy', 'street_number': '78/2', 'user': {'email': 'info@geo-xs.be', 'id': 3810, 'is_active': True}, 'zip_code': '4530'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Trooz Nessonvaux', 'committee': None, 'company_name': 'Azimut Jérôme SIMON', 'company_tva': 'BE0877.241.274', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jérôme', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'simon', 'phone_number': '+32 (0)486/56.46.04', 'phone_number_2': '+32 (0)4/226.75.21', 'public_address_info': '', 'public_city': 'Trooz Nessonvaux', 'public_country': 'Belgique', 'public_street': 'Rue Sainry', 'public_street_number': '213', 'public_zip_code': '4870', 'site': '', 'specializations': [], 'street': 'Rue Sainry', 'street_number': '213', 'user': {'email': 'jerome.simon@azimut-geo.be', 'id': 3862, 'is_active': True}, 'zip_code': '4870'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Verlaine', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '+32 (0)4/343.75.53', 'first_name': 'Gaëtan', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Somers', 'phone_number': '+32 (0)479/47.10.39', 'phone_number_2': '+32 (0)4/343.75.53', 'public_address_info': '', 'public_city': 'Verlaine', 'public_country': 'BE', 'public_street': 'Rue des Stanges', 'public_street_number': '14', 'public_zip_code': '4537', 'site': '', 'specializations': [], 'street': 'Rue des Stanges', 'street_number': '14', 'user': {'email': 'gaetan.somers@gs-geo.be', 'id': 3718, 'is_active': True}, 'zip_code': '4537'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Tourinnes-la-Chaussée', 'committee': None, 'company_name': "srl 'Bureau d'Etudes Tassan'", 'company_tva': 'BE0644 493 041', 'country': 'BE', 'fax_number': '+32 (0)19/69.80.12', 'first_name': 'Fabrice', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Tassan', 'phone_number': '+32 (0)476/37.20.05', 'phone_number_2': '+32 (0)19/54.44.12', 'public_address_info': '', 'public_city': 'Tourinnes-la-Chaussée', 'public_country': 'BE', 'public_street': 'Rue de la Chaussée Romaine', 'public_street_number': '17', 'public_zip_code': '4263', 'site': 'https://www.geometretassan.be', 'specializations': [], 'street': 'Rue de la Chaussée Romaine', 'street_number': '17', 'user': {'email': 'ft@bureautassan.be', 'id': 3709, 'is_active': True}, 'zip_code': '4263'}, {'address_info': 'Geodex', 'argel_listing_visible': True, 'category': 23, 'city': 'FAIMES', 'committee': '', 'company_name': 'Geodex', 'company_tva': 'BE0794077929', 'country': 'BE', 'fax_number': '', 'first_name': 'François', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Thonon', 'phone_number': '+32 (0)478/42.80.07', 'phone_number_2': '+32 (0)19/33.11.02', 'public_address_info': 'Geodex', 'public_city': 'FAIMES', 'public_country': 'BE', 'public_street': 'Rue Labia', 'public_street_number': '8', 'public_zip_code': '4317', 'site': 'http://www.geodex.be', 'specializations': [], 'street': 'Rue Labia', 'street_number': '8', 'user': {'email': 'geodex.be@gmail.com', 'id': 3731, 'is_active': True}, 'zip_code': '4317'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Scy', 'committee': None, 'company_name': '', 'company_tva': 'BE 0757.102.915', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Antonio', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Tusset', 'phone_number': '+32 (0)83/61.19.73', 'phone_number_2': '+32 (0)476/20.73.61', 'public_address_info': '', 'public_city': 'Scy', 'public_country': 'Belgique', 'public_street': 'Rue des Scyoux', 'public_street_number': '12', 'public_zip_code': '5361', 'site': None, 'specializations': [], 'street': 'Rue des Scyoux', 'street_number': '12', 'user': {'email': 'a.tusset@bdt-geometre.be', 'id': 3491, 'is_active': True}, 'zip_code': '5361'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Stavelot', 'committee': None, 'company_name': 'Bureau VINDERS srl', 'company_tva': 'BE1023.882.906', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Benoit', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Vinders', 'phone_number': '+32(0)489/462024', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Stavelot', 'public_country': 'Belgique', 'public_street': 'Rue abbé dossogne', 'public_street_number': '53', 'public_zip_code': '4970', 'site': '', 'specializations': [], 'street': 'Rue abbé dossogne', 'street_number': '53', 'user': {'email': 'bvinders@outlook.com', 'id': 4268, 'is_active': True}, 'zip_code': '4970'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Saive', 'committee': '', 'company_name': '', 'company_tva': '0694816245', 'country': 'BE', 'fax_number': '', 'first_name': 'Marc', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Wadeleux', 'phone_number': '+32 (0)493/36.21.00', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Saive', 'public_country': 'BE', 'public_street': 'Rue du Grand moulin', 'public_street_number': '41', 'public_zip_code': '4671', 'site': '', 'specializations': [], 'street': 'Rue du Grand moulin', 'street_number': '41', 'user': {'email': 'marcwadeleux@gmail.com', 'id': 3960, 'is_active': True}, 'zip_code': '4671'}, {'address_info': '', 'argel_listing_visible': True, 'category': 9, 'city': 'Theux', 'committee': '', 'company_name': 'GeoWEB', 'company_tva': '0684960946', 'country': 'BE', 'fax_number': '', 'first_name': 'Geoffrey', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Weber', 'phone_number': '+32 (0)483/02.54.45', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Theux', 'public_country': 'BE', 'public_street': 'Chaussée de Verviers', 'public_street_number': '135', 'public_zip_code': '4910', 'site': '', 'specializations': [], 'street': 'Chaussée de Verviers', 'street_number': '135', 'user': {'email': 'geof.weber@live.be', 'id': 3735, 'is_active': True}, 'zip_code': '4910'}], 'page_obj': None, 'paginator': None, 'postcodes': [1440, 1930, 4000, 4020, 4031, 4032, 4040, 4052, 4053, 4101, 4130, 4140, 4141, 4218, 4257, 4260, 4263, 4300, 4317, 4360, 4400, 4431, 4450, 4460, 4470, 4500, 4520, 4530, 4537, 4540, 4550, 4557, 4560, 4570, 4606, 4607, 4608, 4650, 4652, 4654, 4671, 4700, 4760, 4800, 4802, 4841, 4870, 4890, 4900, 4910, 4920, 4950, 4960, 4970, 5300, 5361, 6660, 6690], 'search': '', 'specials': ['Bathymétrie', 'Bornage', "Bureau d'étude (voirie, égouttage, cubatures,...)", 'Certificateur PEB', 'Cessions de mitoyenneté', 'Création de servitudes', 'Division de bâtiments', 'Division de parcelle', 'Division de propriété', 'Division en volume', "Division pour sortie d'indivision", 'Drones', 'Etat des lieux', 'Expertise immobilière', 'Expertise judiciaire', 'Implantation', "Implantation et certification d'installations sportives", 'Levé topographique', 'Lotissement', 'Maison', 'Permis de location', 'Photogrammétrie aérienne', 'Photogrammétrie terrestre', 'Plan AS-Built', "Plans d'emprises", 'Suivi topographique de voirie'], 'view': <main.views.AllMembersList object at 0x7f01d7cbe250>} {'block': <Block Node: header. Contents: [<TextNode: '\n '>, <django.template.loader_tags.IncludeNode object at 0x7f01d7c0bcd0>, <TextNode: '\n'>]>}
frags/footer.html
/usr/src/app/main/templates/frags/footer.html
Afficher/masquer le contexte {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'LANGUAGES': '<<languages>>', 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'fr', 'MEDIA_URL': '/media/', 'STATIC_URL': '/static/', 'TIME_ZONE': 'Europe/Brussels', 'access_token': None, 'csrf_token': <SimpleLazyObject: 'nxIsdWxaxBJaY4EJwcqje4Z5IoEMqNNzln9KjRpKOGaVdYGDsgLATyWdyXGv701u'>, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f01d7cbedd0>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f01d7c29150>, 'request': '<<request>>', 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f01d7c29790>>} {'can_show_admin': False, 'cms_edit': False, 'committees': ['Comité directeur', 'Comité disciplinaire', 'Comité vérification des stages'], 'filter_committee': '', 'filter_postcode': '', 'filter_special': '', 'is_paginated': False, 'members': [{'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Thimister-Clermont', 'committee': None, 'company_name': 'SA BAGUETTE MARCEL', 'company_tva': 'BE0417095743', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Sébastien', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Absil', 'phone_number': '0498741893', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Thimister-Clermont', 'public_country': 'Belgique', 'public_street': 'Bruyères', 'public_street_number': '2', 'public_zip_code': '4890', 'site': '', 'specializations': [], 'street': 'Bruyères', 'street_number': '2', 'user': {'email': 'sebastien.absil@gmail.com', 'id': 4118, 'is_active': True}, 'zip_code': '4890'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Oreye', 'committee': None, 'company_name': "Bureau d'Etudes ANDRE", 'company_tva': '0816629340', 'country': 'BE', 'fax_number': None, 'first_name': 'Johan', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Andre', 'phone_number': '+32 (0)486/17.46.46', 'phone_number_2': '+32 (0)19/32.87.29', 'public_address_info': '', 'public_city': 'Oreye', 'public_country': 'BE', 'public_street': 'Rue de la Westrée', 'public_street_number': '19', 'public_zip_code': '4360', 'site': 'http://www.bureau-andre.be', 'specializations': [], 'street': 'Rue de la Westrée', 'street_number': '19', 'user': {'email': 'info@bureau-andre.be', 'id': 3800, 'is_active': True}, 'zip_code': '4360'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Avennes', 'committee': '', 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': '', 'first_name': 'Michael', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Aupaix', 'phone_number': '+32(0)479.03.67.92', 'phone_number_2': '+32(0)19.33.29.91', 'public_address_info': '', 'public_city': 'Avennes', 'public_country': 'Belgique', 'public_street': 'Rue de Moxhe', 'public_street_number': '33', 'public_zip_code': '4260', 'site': 'http://www.kdrix.be', 'specializations': [{'name': 'Drones', 'pk': 14}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Photogrammétrie terrestre', 'pk': 24}, {'name': 'Photogrammétrie aérienne', 'pk': 25}, {'name': "Bureau d'étude (voirie, égouttage, " 'cubatures,...)', 'pk': 26}, {'name': 'Bathymétrie', 'pk': 30}], 'street': 'rue de Moxhe', 'street_number': '33', 'user': {'email': 'geometre.aupaix@proximus.be', 'id': 3738, 'is_active': True}, 'zip_code': '4260'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Dalhem', 'committee': '', 'company_name': 'MARECHAL & BAUDINET SRL', 'company_tva': 'BE0543614328', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Gilles', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Baudinet', 'phone_number': '+32475217282', 'phone_number_2': '+3243794555', 'public_address_info': '', 'public_city': 'Dalhem', 'public_country': 'Belgique', 'public_street': 'Rue de Visé', 'public_street_number': '43', 'public_zip_code': '4607', 'site': 'https://www.marechal-baudinet.be/', 'specializations': [], 'street': 'Rue de Visé', 'street_number': '43', 'user': {'email': 'gilles.baudinet@gmail.com', 'id': 3763, 'is_active': True}, 'zip_code': '4607'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Marchin', 'committee': '', 'company_name': '', 'company_tva': 'BE0876824669', 'country': 'BELGIUM', 'fax_number': '', 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Beaujean', 'phone_number': '+32 (0)479 65 77 42', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Marchin', 'public_country': 'BELGIUM', 'public_street': 'Ereffe', 'public_street_number': '3', 'public_zip_code': '4570', 'site': '', 'specializations': [], 'street': 'Ereffe', 'street_number': '3', 'user': {'email': 'ben_beaujean@skynet.be', 'id': 3506, 'is_active': True}, 'zip_code': '4570'}, {'address_info': '2', 'argel_listing_visible': True, 'category': 23, 'city': 'Esneux', 'committee': None, 'company_name': '3DB SPRL', 'company_tva': '0536285284', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Denis', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Bellefontaine', 'phone_number': '+32 (0)497/88.66.99', 'phone_number_2': None, 'public_address_info': '2', 'public_city': 'Esneux', 'public_country': 'Belgique', 'public_street': "RUE GUE D'AMONT", 'public_street_number': '2', 'public_zip_code': '4130', 'site': 'http://www.3db-geometre.be', 'specializations': [], 'street': "RUE GUE D'AMONT", 'street_number': '2', 'user': {'email': '3db.geometre@gmail.com', 'id': 3458, 'is_active': True}, 'zip_code': '4130'}, {'address_info': 'Rue aux frênes 47', 'argel_listing_visible': True, 'category': 13, 'city': 'Liege', 'committee': None, 'company_name': 'Personne physique', 'company_tva': 'BE1000.732.370', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Oualid', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Benkorichi', 'phone_number': '0465207789', 'phone_number_2': '', 'public_address_info': 'Rue aux frênes 47', 'public_city': 'Liege', 'public_country': 'Belgique', 'public_street': 'Rue Aux Frênes', 'public_street_number': '47 boite 22', 'public_zip_code': '4020', 'site': '', 'specializations': [], 'street': 'Rue Aux Frênes', 'street_number': '47 boite 22', 'user': {'email': 'oualid.benkorichi@gmail.com', 'id': 4035, 'is_active': True}, 'zip_code': '4020'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Vielsalm', 'committee': '', 'company_name': 'SRL GEOXIM', 'company_tva': '0892243216', 'country': 'BE', 'fax_number': '', 'first_name': 'Valerie', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Bernes', 'phone_number': '+32 (0)495/32.97.94', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Vielsalm', 'public_country': 'BE', 'public_street': 'Chemin de Grand-Halleux', 'public_street_number': '36', 'public_zip_code': '6690', 'site': 'http://www.geoxim.be', 'specializations': [], 'street': 'Chemin de Grand-Halleux', 'street_number': '36', 'user': {'email': 'vbernes@geoxim.be', 'id': 4177, 'is_active': True}, 'zip_code': '6690'}, {'address_info': None, 'argel_listing_visible': True, 'category': 23, 'city': 'Grand-Rechain', 'committee': None, 'company_name': 'Michael BROUWIER Géomètre SPRL', 'company_tva': '0808567056', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Michael', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Brouwier', 'phone_number': '+32 (0)476/51.43.77', 'phone_number_2': '+32 (0)87/30.03.05', 'public_address_info': None, 'public_city': 'Grand-Rechain', 'public_country': 'Belgique', 'public_street': 'Chemin des Bouleaux', 'public_street_number': '2', 'public_zip_code': '4650', 'site': None, 'specializations': [], 'street': 'Chemin des Bouleaux', 'street_number': '2', 'user': {'email': 'michael@brouwier.be', 'id': 3986, 'is_active': True}, 'zip_code': '4650'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Andenne', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Olivier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Bry', 'phone_number': '+32(0)477.33.44.85', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Andenne', 'public_country': 'BE', 'public_street': 'Alexis Jottard', 'public_street_number': '41', 'public_zip_code': '5300', 'site': '', 'specializations': [], 'street': 'Alexis Jottard', 'street_number': '41', 'user': {'email': 'olivier.bry@colas.be', 'id': 4029, 'is_active': True}, 'zip_code': '5300'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Verlaine', 'committee': None, 'company_name': 'Thomas Caprasse', 'company_tva': 'BE 1.010.536.793', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Thomas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Caprasse', 'phone_number': '0498523704', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Verlaine', 'public_country': 'Belgique', 'public_street': 'Grand route', 'public_street_number': '21', 'public_zip_code': '4537', 'site': '', 'specializations': [], 'street': 'Grand route', 'street_number': '21', 'user': {'email': 'tcaprasse@gmail.com', 'id': 4214, 'is_active': True}, 'zip_code': '4537'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Clavier', 'committee': None, 'company_name': 'ABSYS srl', 'company_tva': 'BE0873997417', 'country': 'BE', 'fax_number': '', 'first_name': 'Cédric', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Carrette', 'phone_number': '+32 (0)477/85.22.98', 'phone_number_2': '+32 (0)86/34.52.24', 'public_address_info': '', 'public_city': 'Clavier', 'public_country': 'BE', 'public_street': 'Rue des Condruzes', 'public_street_number': '10', 'public_zip_code': '4560', 'site': 'https://www.absys-sprl.be/', 'specializations': [], 'street': 'Rue des Condruzes', 'street_number': '10', 'user': {'email': 'cc@absys-sprl.be', 'id': 3554, 'is_active': True}, 'zip_code': '4560'}, {'address_info': '53 rue du Biez', 'argel_listing_visible': True, 'category': 22, 'city': 'Angleur', 'committee': '', 'company_name': 'Jerry Close', 'company_tva': '0808805497', 'country': 'BE', 'fax_number': '', 'first_name': 'Jerry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Close', 'phone_number': '+32 (0)496/51.62.47', 'phone_number_2': '', 'public_address_info': '53 rue du Biez', 'public_city': 'Angleur', 'public_country': 'BE', 'public_street': 'Rue Du Biez', 'public_street_number': '53', 'public_zip_code': '4031', 'site': 'http://www.close-geometre-expert.be', 'specializations': [], 'street': 'Rue Du Biez', 'street_number': '53', 'user': {'email': 'close.jerry@gmail.com', 'id': 3586, 'is_active': True}, 'zip_code': '4031'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Saint-André', 'committee': 'Comité directeur', 'company_name': 'Thierry Colson SRL', 'company_tva': 'BE0738745664', 'country': 'BE', 'fax_number': None, 'first_name': 'Thierry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Colson', 'phone_number': '+32(0)470/26.11.39', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Saint-André', 'public_country': 'BE', 'public_street': 'Heuière', 'public_street_number': '10', 'public_zip_code': '4606', 'site': 'http://www.air-geomatics.com', 'specializations': [], 'street': 'Heuière', 'street_number': '10', 'user': {'email': 'thierry@air-geomatics.com', 'id': 4158, 'is_active': True}, 'zip_code': '4606'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Eupen', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Alexandra', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Cormann', 'phone_number': '+32 (0)87/56.00.46', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Eupen', 'public_country': 'BE', 'public_street': 'Herbesthaler Straße', 'public_street_number': '247', 'public_zip_code': '4700', 'site': '', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Implantation', 'pk': 18}, {'name': 'Lotissement', 'pk': 19}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Etat des lieux', 'pk': 21}, {'name': 'Expertise judiciaire', 'pk': 22}, {'name': 'Plan AS-Built', 'pk': 32}, {'name': 'Division de bâtiments', 'pk': 37}, {'name': 'Division en volume', 'pk': 38}, {'name': "Division pour sortie d'indivision", 'pk': 39}, {'name': 'Création de servitudes', 'pk': 40}, {'name': "Plans d'emprises", 'pk': 41}, {'name': 'Cessions de mitoyenneté', 'pk': 42}], 'street': 'Herbesthaler Straße', 'street_number': '247', 'user': {'email': 'alexandra.cormann@skynet.be', 'id': 3468, 'is_active': True}, 'zip_code': '4700'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Heusy', 'committee': '', 'company_name': '', 'company_tva': 'BE 0869 794 050', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jean-Philippe', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Cremers', 'phone_number': '0497876494', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Heusy', 'public_country': 'Belgique', 'public_street': 'Chaussée de Theux', 'public_street_number': '27', 'public_zip_code': '4802', 'site': 'http://c-geo.be', 'specializations': [], 'street': 'Chaussée de Theux', 'street_number': '27', 'user': {'email': 'jeanphicremers@gmail.com', 'id': 3848, 'is_active': True}, 'zip_code': '4802'}, {'address_info': '9', 'argel_listing_visible': True, 'category': 23, 'city': 'WAIMES', 'committee': None, 'company_name': 'BecD srl', 'company_tva': 'BE0841.972.272', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Olivier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Defechereux', 'phone_number': '+32 (0)486/90.67.52', 'phone_number_2': None, 'public_address_info': '9', 'public_city': 'WAIMES', 'public_country': 'Belgique', 'public_street': "Rue de l'Abbé Pietkin", 'public_street_number': '9', 'public_zip_code': '4950', 'site': None, 'specializations': [], 'street': "Rue de l'Abbé Pietkin", 'street_number': '9', 'user': {'email': 'o.defechereux@skynet.be', 'id': 4025, 'is_active': True}, 'zip_code': '4950'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Angleur', 'committee': None, 'company_name': 'SML Ingenieurs Conseils', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Florence', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'de Francquen', 'phone_number': '+32 (0)492/73.05.70', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Angleur', 'public_country': 'BE', 'public_street': 'Rue F. Desoer', 'public_street_number': '29', 'public_zip_code': '4031', 'site': '', 'specializations': [], 'street': 'Rue F. Desoer', 'street_number': '29', 'user': {'email': 'florence.defrancquen@gmail.com', 'id': 3681, 'is_active': True}, 'zip_code': '4031'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Thimister-Clermont', 'committee': None, 'company_name': "Bureau d'Etudes André GENOTTE", 'company_tva': 'BE0887.205.055', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Olivier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Degueldre', 'phone_number': '+32494240185', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Thimister-Clermont', 'public_country': 'Belgique', 'public_street': 'Elsaute', 'public_street_number': '19', 'public_zip_code': '4890', 'site': None, 'specializations': [], 'street': 'Elsaute', 'street_number': '19', 'user': {'email': 'olivier.degueldre@hotmail.com', 'id': 4030, 'is_active': True}, 'zip_code': '4890'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Wanze', 'committee': '', 'company_name': 'DELANNOY', 'company_tva': 'BE651538607', 'country': 'BE', 'fax_number': '', 'first_name': 'Pascal', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Delannoy', 'phone_number': '+32 (0)495/15.66.52', 'phone_number_2': '+32 (0)85/21.61.92', 'public_address_info': '', 'public_city': 'Wanze', 'public_country': 'BE', 'public_street': 'Chaussée de Waremme', 'public_street_number': '79', 'public_zip_code': '4520', 'site': '', 'specializations': [], 'street': 'Chaussée de Waremme', 'street_number': '79', 'user': {'email': 'pascaldelannoy@hotmail.com', 'id': 4041, 'is_active': True}, 'zip_code': '4520'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Xhendelesse', 'committee': '', 'company_name': 'CAN infra', 'company_tva': 'BE460.224.220', 'country': 'BE', 'fax_number': '+32 (0)87/30.06.46', 'first_name': 'Patrice', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Desmit', 'phone_number': '+32 (0)495/36.20.32', 'phone_number_2': '+32 (0)87/30.05.45', 'public_address_info': '', 'public_city': 'Xhendelesse', 'public_country': 'BE', 'public_street': 'Rue des Deux Tilleuls', 'public_street_number': '24', 'public_zip_code': '4652', 'site': 'http://www.caninfra.be', 'specializations': [], 'street': 'Rue des Deux Tilleuls', 'street_number': '24', 'user': {'email': 'patricedesmit@caninfra.be', 'id': 4045, 'is_active': True}, 'zip_code': '4652'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Nandrin', 'committee': '', 'company_name': 'SRL D. DESTREE', 'company_tva': 'BE0894694544', 'country': 'BE', 'fax_number': '+32 (0)4/371.44.18', 'first_name': 'Dominique', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Destrée', 'phone_number': '+32 (0)475/44.21.28', 'phone_number_2': '+32 (0)4/371.44.18', 'public_address_info': '', 'public_city': 'Nandrin', 'public_country': 'BE', 'public_street': 'Rue Petite Vaux', 'public_street_number': '10', 'public_zip_code': '4550', 'site': '', 'specializations': [], 'street': 'Rue Petite Vaux', 'street_number': '10', 'user': {'email': 'd.destree@outlook.com', 'id': 3601, 'is_active': True}, 'zip_code': '4550'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Beaufays', 'committee': 'Comité directeur', 'company_name': '4DManagement', 'company_tva': '0553785965', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Nesma', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Djema', 'phone_number': '0498321152', 'phone_number_2': '0486871467', 'public_address_info': '', 'public_city': 'Beaufays', 'public_country': 'Belgique', 'public_street': "Voie de l'Air Pur", 'public_street_number': '138', 'public_zip_code': '4052', 'site': 'http://www.4dm.be', 'specializations': [], 'street': "Voie de l'Air Pur", 'street_number': '138', 'user': {'email': 'nd@4dm.be', 'id': 4215, 'is_active': True}, 'zip_code': '4052'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'FLÉMALLE', 'committee': None, 'company_name': 'srl Dupont Géometre & Cie', 'company_tva': '0478.802.292', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Guy', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Dupont', 'phone_number': '+32475860808', 'phone_number_2': '+32 (0)4/225.99.22', 'public_address_info': '', 'public_city': 'FLÉMALLE', 'public_country': 'Belgique', 'public_street': 'rue de Mons-Lez-Liège', 'public_street_number': '67', 'public_zip_code': '4400', 'site': 'http://www.geometre-dupont.be', 'specializations': [], 'street': 'rue de Mons-Lez-Liège', 'street_number': '67', 'user': {'email': 'info@geometre-dupont.be', 'id': 3726, 'is_active': True}, 'zip_code': '4400'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Saint-Georges-sur-Meuse', 'committee': None, 'company_name': 'dbgex', 'company_tva': '0684.579.775', 'country': 'BE', 'fax_number': None, 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Duré', 'phone_number': '+32 (0)494/54.40.81', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Saint-Georges-sur-Meuse', 'public_country': 'BE', 'public_street': 'Basse Marquet', 'public_street_number': '64', 'public_zip_code': '4470', 'site': None, 'specializations': [], 'street': 'Basse Marquet', 'street_number': '64', 'user': {'email': 'durebenoit@live.be', 'id': 3636, 'is_active': True}, 'zip_code': '4470'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Büllingen/Bullange', 'committee': None, 'company_name': 'Guido Faymonville', 'company_tva': 'BE 0817 457 897', 'country': 'BE', 'fax_number': '', 'first_name': 'Guido', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Faymonville', 'phone_number': '+32 (0)476/939.909', 'phone_number_2': '+32 (0)80/64.72.04', 'public_address_info': '', 'public_city': 'Büllingen/Bullange', 'public_country': 'BE', 'public_street': 'Rue Honsfeld', 'public_street_number': '302', 'public_zip_code': '4760', 'site': '', 'specializations': [], 'street': 'Rue Honsfeld', 'street_number': '302', 'user': {'email': 'guido.faymonville@skynet.be', 'id': 3778, 'is_active': True}, 'zip_code': '4760'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'LOUVEIGNE', 'committee': None, 'company_name': 'GEOTECH SRL', 'company_tva': 'BE0468343813', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Didier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Fays', 'phone_number': '+32 (0)495/57.95.98', 'phone_number_2': '+32 (0)4/250.92.50', 'public_address_info': '', 'public_city': 'LOUVEIGNE', 'public_country': 'Belgique', 'public_street': 'Rue de Remouchamps', 'public_street_number': '34 E23', 'public_zip_code': '4141', 'site': 'http://www.geotech.be', 'specializations': [], 'street': 'Rue de Remouchamps', 'street_number': '34 E23', 'user': {'email': 'didier.fays@geotech.be', 'id': 3617, 'is_active': True}, 'zip_code': '4141'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Jemeppe-sur-Meuse', 'committee': None, 'company_name': 'ASC Géomètre-Expert', 'company_tva': 'BE 0646.773.729', 'country': 'BE', 'fax_number': '', 'first_name': 'Salem', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Ferjani', 'phone_number': '+32 (0)486/55.46.63', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Jemeppe-sur-Meuse', 'public_country': 'BE', 'public_street': 'Valles', 'public_street_number': '52', 'public_zip_code': '4101', 'site': '', 'specializations': [], 'street': 'Valles', 'street_number': '52', 'user': {'email': 'ferjanisalem@hotmail.com', 'id': 3675, 'is_active': True}, 'zip_code': '4101'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'LANTIN', 'committee': None, 'company_name': '', 'company_tva': 'FRANCHISE', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jacky', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Ferrara', 'phone_number': '+32(0)495/40.71.44', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'LANTIN', 'public_country': 'Belgique', 'public_street': 'Rue Vanden Sande', 'public_street_number': '32 B', 'public_zip_code': '4450', 'site': 'https://www.geometre-expert-ferrara-jacky.com/', 'specializations': [], 'street': 'Rue Vanden Sande', 'street_number': '32 B', 'user': {'email': 'ferrarajacky@hotmail.com', 'id': 3677, 'is_active': True}, 'zip_code': '4450'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Henri-Chapelle', 'committee': '', 'company_name': "Bureau d'Etudes Flas srl", 'company_tva': 'BE0809888929', 'country': 'BE', 'fax_number': '', 'first_name': 'Henri', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Flas', 'phone_number': '+32 (0)485/36.64.45', 'phone_number_2': '+32 (0)87/65.31.20', 'public_address_info': '', 'public_city': 'Henri-Chapelle', 'public_country': 'BE', 'public_street': 'Bayaux', 'public_street_number': '102', 'public_zip_code': '4841', 'site': 'http://www.flas.be', 'specializations': [], 'street': 'Bayaux', 'street_number': '102', 'user': {'email': 'bureau@flas.be', 'id': 3543, 'is_active': True}, 'zip_code': '4841'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'LOUVEIGNE', 'committee': None, 'company_name': 'BTF srl', 'company_tva': 'BE0878.572.847', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Philippe', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Fontaine', 'phone_number': '+32 (0)4 368 49 69', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'LOUVEIGNE', 'public_country': 'Belgique', 'public_street': 'Rue de Blindef', 'public_street_number': '13', 'public_zip_code': '4141', 'site': 'http://www.btf-sprl.be', 'specializations': [], 'street': 'Rue de Blindef', 'street_number': '13', 'user': {'email': 'philippe.fontaine@btf-sprl.be', 'id': 4057, 'is_active': True}, 'zip_code': '4141'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Malmedy', 'committee': None, 'company_name': '', 'company_tva': 'BE0725153687', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Louis', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Fraikin', 'phone_number': '+32 (0)476/21.42.41', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Malmedy', 'public_country': 'BE', 'public_street': 'Chemin du Tchession', 'public_street_number': '3', 'public_zip_code': '4960', 'site': 'https://www.jlfraikin.be/', 'specializations': [], 'street': 'Chemin du Tchession', 'street_number': '3', 'user': {'email': 'jean.louis.fraikin@skynet.be', 'id': 3842, 'is_active': True}, 'zip_code': '4960'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Malmedy', 'committee': None, 'company_name': 'Ingeo G srl', 'company_tva': 'BE 0837.170.277', 'country': 'BE', 'fax_number': '', 'first_name': 'Florian', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Gallo', 'phone_number': '0032(0)476/75.11.61', 'phone_number_2': '0032(0)478/91.93.25', 'public_address_info': '', 'public_city': 'Malmedy', 'public_country': 'BE', 'public_street': 'Avenue Monbijou', 'public_street_number': '14', 'public_zip_code': '4960', 'site': '', 'specializations': [], 'street': 'Avenue Monbijou', 'street_number': '14', 'user': {'email': 'florian@scheen-lecoq.be', 'id': 3685, 'is_active': True}, 'zip_code': '4960'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Thimister-Clermont', 'committee': '', 'company_name': "Bureau d'études André Genotte srl", 'company_tva': 'BE 0887.205.055', 'country': 'BE', 'fax_number': '+32 (0)87/44.68.59', 'first_name': 'André', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Genotte', 'phone_number': '+32 (0)87/44.54.32', 'phone_number_2': '+32 (0)496/50.69.45', 'public_address_info': '', 'public_city': 'Thimister-Clermont', 'public_country': 'BE', 'public_street': 'Elsaute', 'public_street_number': '19', 'public_zip_code': '4890', 'site': 'http://www.bureaugenotte.be', 'specializations': [], 'street': 'Elsaute', 'street_number': '19', 'user': {'email': 'andre@bureaugenotte.be', 'id': 3801, 'is_active': True}, 'zip_code': '4890'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Houffalize', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jean-François', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Gerardy', 'phone_number': '0495/99.05.79', 'phone_number_2': '', 'public_address_info': '', 'public_city': '', 'public_country': '', 'public_street': '', 'public_street_number': '', 'public_zip_code': '6660', 'site': 'http://www.CoLaura.be', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Implantation', 'pk': 18}, {'name': 'Etat des lieux', 'pk': 21}, {'name': 'Certificateur PEB', 'pk': 27}, {'name': 'Division en volume', 'pk': 38}, {'name': "Division pour sortie d'indivision", 'pk': 39}, {'name': 'Création de servitudes', 'pk': 40}, {'name': 'Permis de location', 'pk': 43}], 'street': 'Taverneux', 'street_number': '27', 'user': {'email': 'info@colaura.be', 'id': 4226, 'is_active': True}, 'zip_code': '6660'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Grâce-Berleur', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Fabrice', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Guisset', 'phone_number': '0495576101', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Grâce-Berleur', 'public_country': 'BE', 'public_street': 'Rue du Bonnier', 'public_street_number': '14A', 'public_zip_code': '4460', 'site': '', 'specializations': [], 'street': 'Rue du Bonnier', 'street_number': '14A', 'user': {'email': 'ex.guisset@gmail.com', 'id': 3655, 'is_active': True}, 'zip_code': '4460'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Couthuin', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jeremy', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Guyot', 'phone_number': '0032472376946', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Couthuin', 'public_country': 'Belgique', 'public_street': 'Rue du Bayet', 'public_street_number': '18', 'public_zip_code': '4218', 'site': '', 'specializations': [], 'street': 'Rue du Bayet', 'street_number': '18', 'user': {'email': 'jeremy.guyot@outlook.com', 'id': 4232, 'is_active': True}, 'zip_code': '4218'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Loncin', 'committee': '', 'company_name': 'beGX', 'company_tva': 'BE0878945605', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Albert', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Hannay', 'phone_number': '+32 (0)495/25.35.50', 'phone_number_2': '+32 (0)4/263.02.00', 'public_address_info': '', 'public_city': 'Ans', 'public_country': 'Belgique', 'public_street': 'rue de Jemeppe', 'public_street_number': '229', 'public_zip_code': '4431', 'site': 'http://www.begx.be', 'specializations': [{'name': 'Implantation et certification ' "d'installations sportives", 'pk': 44}], 'street': 'Rue de Jemeppe', 'street_number': '229', 'user': {'email': 'albert.hannay@begx.be', 'id': 3467, 'is_active': True}, 'zip_code': '4431'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Herstal', 'committee': None, 'company_name': 'Bureau Houbart', 'company_tva': 'BE0604924761', 'country': 'BE', 'fax_number': None, 'first_name': 'Jacques', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Houbart', 'phone_number': '+32 (0)476/21.39.72', 'phone_number_2': '+32 (0)4/264.48.09', 'public_address_info': '', 'public_city': 'Herstal', 'public_country': 'BE', 'public_street': 'Rue Verte', 'public_street_number': '330', 'public_zip_code': '4040', 'site': 'http://www.houbart.be', 'specializations': [], 'street': 'Rue Verte', 'street_number': '330', 'user': {'email': 'geometre@houbart.be', 'id': 3743, 'is_active': True}, 'zip_code': '4040'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Embourg', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Frédéric', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Humblet', 'phone_number': '+32 (0)495/42.48.68', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Embourg', 'public_country': 'BE', 'public_street': 'Rue Mathysart', 'public_street_number': '13', 'public_zip_code': '4053', 'site': 'http://www.geoconsult.be', 'specializations': [], 'street': 'Rue Mathysart', 'street_number': '13', 'user': {'email': 'fhu@hotmail.be', 'id': 4282, 'is_active': True}, 'zip_code': '4053'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'WAREMME', 'committee': None, 'company_name': 'SRL Joassin affaires immobilières', 'company_tva': 'BE0461927856', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Jean-Lambert', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Joassin', 'phone_number': '019339393', 'phone_number_2': '+32 476205133', 'public_address_info': '', 'public_city': 'WAREMME', 'public_country': 'Belgique', 'public_street': 'Chaussée Romaine', 'public_street_number': '200', 'public_zip_code': '4300', 'site': None, 'specializations': [], 'street': 'Chaussée Romaine', 'street_number': '200', 'user': {'email': 'jean-lambert.joassin@joassinimmo.be', 'id': 3840, 'is_active': True}, 'zip_code': '4300'}, {'address_info': None, 'argel_listing_visible': True, 'category': 21, 'city': 'Marchin', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'Belgique', 'fax_number': None, 'first_name': 'Lionel', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Jonet', 'phone_number': '0475652242', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'MARCHIN', 'public_country': 'Belgique', 'public_street': 'Rue vieux Thier', 'public_street_number': '5', 'public_zip_code': '4570', 'site': None, 'specializations': [], 'street': 'Rue vieux Thier', 'street_number': '5', 'user': {'email': 'lionel.jonet@eiffage.com', 'id': 3927, 'is_active': True}, 'zip_code': '4570'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Charneux', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Benoit', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Jonlet', 'phone_number': '+32 (0)499/12.70.22', 'phone_number_2': '+32 (0)87/50.70.34', 'public_address_info': '', 'public_city': 'Charneux', 'public_country': 'BE', 'public_street': 'Garde-Dieu', 'public_street_number': '310', 'public_zip_code': '4654', 'site': 'http://www.bureaujonlet.be', 'specializations': [], 'street': 'Garde-Dieu', 'street_number': '310', 'user': {'email': 'info@bureaujonlet.be', 'id': 3802, 'is_active': True}, 'zip_code': '4654'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Tilff', 'committee': 'Comité directeur', 'company_name': 'KGEO SRL', 'company_tva': 'BE0647.905.263', 'country': 'BE', 'fax_number': None, 'first_name': 'Laurent', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Kessler', 'phone_number': '+32 (0)475/40.11.79', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Tilff', 'public_country': 'BE', 'public_street': 'Allée de la Fraineuse', 'public_street_number': '62', 'public_zip_code': '4130', 'site': None, 'specializations': [], 'street': 'Allée de la Fraineuse', 'street_number': '62', 'user': {'email': 'laurent.kessler@kgeo.be', 'id': 3914, 'is_active': True}, 'zip_code': '4130'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Liège', 'committee': 'Comité directeur', 'company_name': 'Galere', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Gaëlle', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Kroonen', 'phone_number': '+32 (0)478/68.00.57', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue du chéra', 'public_street_number': '7', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Rue du chéra', 'street_number': '7', 'user': {'email': 'gaelle.kroonen@galere.be', 'id': 3715, 'is_active': True}, 'zip_code': '4000'}, {'address_info': 'Compass Building', 'argel_listing_visible': True, 'category': 21, 'city': 'Zaventem', 'committee': None, 'company_name': 'Brussels Airport Company', 'company_tva': 'BE 0890.082.292', 'country': 'BE', 'fax_number': None, 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': True, 'is_argel_member': True, 'last_name': 'Lahaye', 'phone_number': '+32(0)470.10.64.77', 'phone_number_2': None, 'public_address_info': 'Compass Building', 'public_city': 'Zaventem', 'public_country': 'BE', 'public_street': 'Luchthaven Brussel Nationaal', 'public_street_number': '1M', 'public_zip_code': '1930', 'site': None, 'specializations': [], 'street': 'Luchthaven Brussel Nationaal', 'street_number': '1M', 'user': {'email': 'lahaye.b@gmail.com', 'id': 3905, 'is_active': True}, 'zip_code': '1930'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Braine-le-Château', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Pierre', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lambert', 'phone_number': '+32 (0)479/23.40.00', 'phone_number_2': '+32 (0)2/366.17.12', 'public_address_info': '', 'public_city': 'Braine-le-Château', 'public_country': 'BE', 'public_street': 'rue de Tubize', 'public_street_number': '1C', 'public_zip_code': '1440', 'site': '', 'specializations': [], 'street': 'rue de Tubize', 'street_number': '1C', 'user': {'email': 'lambertjp@skynet.be', 'id': 3907, 'is_active': True}, 'zip_code': '1440'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Liège', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Lucie', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lebbos', 'phone_number': '+32 (0)478/87.04.13', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue Isi Collin', 'public_street_number': '14', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Rue Isi Collin', 'street_number': '14', 'user': {'email': 'lebbos@geometre.expert', 'id': 3940, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Louveigné', 'committee': '', 'company_name': '0474703251', 'company_tva': 'BE474.703.251', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Philippe', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Leduc', 'phone_number': '0478/784.771', 'phone_number_2': '04360.98.35', 'public_address_info': '', 'public_city': 'Louveigné', 'public_country': 'Belgique', 'public_street': 'China', 'public_street_number': '57', 'public_zip_code': '4141', 'site': '', 'specializations': [], 'street': 'China', 'street_number': '57', 'user': {'email': 'philippe@geoconstruct.be', 'id': 4058, 'is_active': True}, 'zip_code': '4141'}, {'address_info': '', 'argel_listing_visible': True, 'category': 20, 'city': 'Berloz', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Gauthier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Legros', 'phone_number': None, 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Berloz', 'public_country': 'BE', 'public_street': 'Rue de Longchamps', 'public_street_number': '13', 'public_zip_code': '4257', 'site': None, 'specializations': [], 'street': 'Rue de Longchamps', 'street_number': '13', 'user': {'email': 'gauthier.legros@outlook.com', 'id': 3723, 'is_active': True}, 'zip_code': '4257'}, {'address_info': None, 'argel_listing_visible': True, 'category': 22, 'city': 'Huy', 'committee': None, 'company_name': 'isolaction srl', 'company_tva': 'BE0646672472', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Thierry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lejeune', 'phone_number': '0475/495110', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Huy', 'public_country': 'Belgique', 'public_street': 'Rue Rioul', 'public_street_number': '17 bte 5', 'public_zip_code': '4500', 'site': None, 'specializations': [], 'street': 'Rue Rioul', 'street_number': '17 bte 5', 'user': {'email': 'info@isolaction.eu', 'id': 3814, 'is_active': True}, 'zip_code': '4500'}, {'address_info': None, 'argel_listing_visible': True, 'category': 23, 'city': 'Jehay', 'committee': 'Comité directeur', 'company_name': 'LN Géo', 'company_tva': '0472523028', 'country': 'BE', 'fax_number': None, 'first_name': 'Noël', 'functions': [{'name': 'Trésorier Adjoint', 'pk': 6}], 'geoformation_listing_visible': True, 'is_argel_member': True, 'last_name': 'Léonard', 'phone_number': '+32 (0)476/38.75.36', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Jehay', 'public_country': 'BE', 'public_street': 'Petit Rivage', 'public_street_number': '32', 'public_zip_code': '4540', 'site': 'http://www.lngeo.be', 'specializations': [], 'street': 'Petit Rivage', 'street_number': '32', 'user': {'email': 'info@lngeo.be', 'id': 3818, 'is_active': True}, 'zip_code': '4540'}, {'address_info': 'AEDI : FICAD SRL', 'argel_listing_visible': True, 'category': 23, 'city': 'Liège', 'committee': None, 'company_name': 'Aedi Ficad SRL', 'company_tva': 'BE0443067096', 'country': 'BE', 'fax_number': None, 'first_name': 'Pierre-Antoine', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Leroy', 'phone_number': '+32(0)485/33.64.54', 'phone_number_2': None, 'public_address_info': 'AEDI : FICAD SRL', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Place Vivegnis', 'public_street_number': '36', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Place Vivegnis', 'street_number': '36', 'user': {'email': 'pa@aedificad.be', 'id': 4037, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Aywaille', 'committee': None, 'company_name': 'LPmetris', 'company_tva': 'BE0727734877', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Nicolas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Letesson', 'phone_number': '+32(0)499/40.45.99', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Aywaille', 'public_country': 'Belgique', 'public_street': 'Rue Piersay', 'public_street_number': '2B/001', 'public_zip_code': '4920', 'site': '', 'specializations': [], 'street': 'Rue Piersay', 'street_number': '2B/001', 'user': {'email': 'nicolas@lpmetris.be', 'id': 4016, 'is_active': True}, 'zip_code': '4920'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Clavier', 'committee': '', 'company_name': 'Leonardo LOFORTE', 'company_tva': '0606907026', 'country': 'BE', 'fax_number': '', 'first_name': 'Leonardo', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Loforte', 'phone_number': '+32 (0)475/93.57.69', 'phone_number_2': '+32 (0)85/25.25.32', 'public_address_info': '', 'public_city': 'Clavier', 'public_country': 'BE', 'public_street': 'Route de Modave', 'public_street_number': '30', 'public_zip_code': '4560', 'site': '', 'specializations': [], 'street': 'Route de Modave', 'street_number': '30', 'user': {'email': 'leo.loforte@hotmail.com', 'id': 3921, 'is_active': True}, 'zip_code': '4560'}, {'address_info': "Business Center de l'Avouerie", 'argel_listing_visible': True, 'category': 23, 'city': 'Liège', 'committee': '', 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': '', 'first_name': 'Thierry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lovinfosse', 'phone_number': '+32 (0)4/330.93.13', 'phone_number_2': '', 'public_address_info': '', 'public_city': '', 'public_country': '', 'public_street': '', 'public_street_number': '', 'public_zip_code': '4000', 'site': 'http://www.kdrix.be', 'specializations': [{'name': 'Lotissement', 'pk': 19}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Expertise judiciaire', 'pk': 22}, {'name': "Bureau d'étude (voirie, égouttage, " 'cubatures,...)', 'pk': 26}], 'street': "de l'Avouerie", 'street_number': '5', 'user': {'email': 'thierry.lovinfosse@kdrix.be', 'id': 4160, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 9, 'city': 'Waremme', 'committee': None, 'company_name': 'MG Géomètre-Expert', 'company_tva': '1024763725', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Gaël', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Maes', 'phone_number': '0474625819', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Waremme', 'public_country': 'Belgique', 'public_street': 'Rue Mignolet', 'public_street_number': '85', 'public_zip_code': '4300', 'site': 'http://mg-geometre-expert.be', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Maison', 'pk': 5}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Suivi topographique de voirie', 'pk': 17}, {'name': 'Implantation', 'pk': 18}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Etat des lieux', 'pk': 21}, {'name': 'Plan AS-Built', 'pk': 32}, {'name': 'Division de propriété', 'pk': 36}, {'name': 'Division de bâtiments', 'pk': 37}, {'name': 'Division en volume', 'pk': 38}], 'street': 'Rue Mignolet', 'street_number': '85', 'user': {'email': 'gael.maes@gmail.com', 'id': 3716, 'is_active': True}, 'zip_code': '4300'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Warsage', 'committee': '', 'company_name': 'Maon', 'company_tva': '1006908993', 'country': 'BE', 'fax_number': '', 'first_name': 'Omer', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Maon', 'phone_number': '+32 (0)475/89.86.35', 'phone_number_2': '+32 (0)4/286.50.64', 'public_address_info': '', 'public_city': 'Warsage', 'public_country': 'BE', 'public_street': 'Rue Craesborn', 'public_street_number': '76', 'public_zip_code': '4608', 'site': '', 'specializations': [], 'street': 'Rue Craesborn', 'street_number': '76', 'user': {'email': 'maon@skynet.be', 'id': 3951, 'is_active': True}, 'zip_code': '4608'}, {'address_info': None, 'argel_listing_visible': True, 'category': 20, 'city': 'Angleur', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': None, 'first_name': 'Gilles', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Marchal', 'phone_number': '+32(0)474/44.20.28', 'phone_number_2': None, 'public_address_info': None, 'public_city': None, 'public_country': None, 'public_street': None, 'public_street_number': None, 'public_zip_code': '4031', 'site': None, 'specializations': [], 'street': 'Route du Condroz', 'street_number': '101', 'user': {'email': 'mg.marchal.gilles@gmail.com', 'id': 3984, 'is_active': True}, 'zip_code': '4031'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'CHENEE', 'committee': '', 'company_name': 'Général Construction SA', 'company_tva': '0425548797', 'country': 'BE', 'fax_number': '', 'first_name': 'Samuel', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Marichal', 'phone_number': '+32 (0)496/26.77.04', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'CHENEE', 'public_country': 'BE', 'public_street': 'RUE DE LA STATION', 'public_street_number': '44', 'public_zip_code': '4032', 'site': '', 'specializations': [], 'street': 'RUE DE LA STATION', 'street_number': '44', 'user': {'email': 'samuel.marichal@gc.be', 'id': 4113, 'is_active': True}, 'zip_code': '4032'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Oreye', 'committee': 'Comité directeur', 'company_name': '', 'company_tva': 'BE0600935091', 'country': 'BE', 'fax_number': None, 'first_name': 'David', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Massuyr', 'phone_number': '+32 (0)473/42.86.21', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Oreye', 'public_country': 'BE', 'public_street': 'Rue Horpmael', 'public_street_number': '57', 'public_zip_code': '4360', 'site': None, 'specializations': [], 'street': 'Rue Horpmael', 'street_number': '57', 'user': {'email': 'david.massuyr@icloud.com', 'id': 3598, 'is_active': True}, 'zip_code': '4360'}, {'address_info': '', 'argel_listing_visible': True, 'category': 20, 'city': 'Liège', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Abderrazzak', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Messoudi', 'phone_number': '+32 (0)485/69.84.92', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue des Tawes', 'public_street_number': '92', 'public_zip_code': '4000', 'site': '', 'specializations': [], 'street': 'Rue des Tawes', 'street_number': '92', 'user': {'email': 'a_messoudi@hotmail.com', 'id': 3473, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Spa', 'committee': None, 'company_name': 'GeoDILex srl', 'company_tva': '0863818949', 'country': 'BE', 'fax_number': None, 'first_name': 'Bernard', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Meurant', 'phone_number': '+32 (0)495/20.38.13', 'phone_number_2': '+32 (0)87/77.12.90', 'public_address_info': '', 'public_city': 'Spa', 'public_country': 'BE', 'public_street': 'Chemin Dri les Cortis', 'public_street_number': '11A', 'public_zip_code': '4900', 'site': None, 'specializations': [], 'street': 'Chemin Dri les Cortis', 'street_number': '11A', 'user': {'email': 'b.meurant@geodilex.be', 'id': 3528, 'is_active': True}, 'zip_code': '4900'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Waremme', 'committee': '', 'company_name': 'BGM EXPERT SRL', 'company_tva': 'BE0771626387', 'country': 'BE', 'fax_number': '', 'first_name': 'Sébastien', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Morue', 'phone_number': '+32 (0)497/54.80.95', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Waremme', 'public_country': 'BE', 'public_street': 'Rue des Betto', 'public_street_number': '35', 'public_zip_code': '4300', 'site': 'http://www.geometremorue.be', 'specializations': [], 'street': 'Rue des Betto', 'street_number': '35', 'user': {'email': 'info@geometremorue.be', 'id': 3808, 'is_active': True}, 'zip_code': '4300'}, {'address_info': '', 'argel_listing_visible': True, 'category': 13, 'city': 'Eupen', 'committee': None, 'company_name': '', 'company_tva': '0792425365', 'country': 'BE', 'fax_number': None, 'first_name': 'Guillaume', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Mossay', 'phone_number': '087560046', 'phone_number_2': '0470997680', 'public_address_info': '', 'public_city': 'Eupen', 'public_country': 'BE', 'public_street': "rue d'Herbesthal", 'public_street_number': '247', 'public_zip_code': '4700', 'site': None, 'specializations': [], 'street': "rue d'Herbesthal", 'street_number': '247', 'user': {'email': 'guillaume.mossay@gmail.com', 'id': 3781, 'is_active': True}, 'zip_code': '4700'}, {'address_info': '', 'argel_listing_visible': True, 'category': 13, 'city': 'Eupen', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE 0704 705 394', 'fax_number': '', 'first_name': 'Romain', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Mossay', 'phone_number': '+32(0)470/99.76.68', 'phone_number_2': '087560046', 'public_address_info': '', 'public_city': 'Eupen', 'public_country': 'BE 0704 705 394', 'public_street': 'Herbesthaler Strasse', 'public_street_number': '247', 'public_zip_code': '4700', 'site': '', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Maison', 'pk': 5}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Implantation', 'pk': 18}, {'name': 'Lotissement', 'pk': 19}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Etat des lieux', 'pk': 21}, {'name': "Bureau d'étude (voirie, égouttage, " 'cubatures,...)', 'pk': 26}, {'name': 'Plan AS-Built', 'pk': 32}, {'name': 'Division de propriété', 'pk': 36}, {'name': 'Division de bâtiments', 'pk': 37}, {'name': "Division pour sortie d'indivision", 'pk': 39}, {'name': 'Création de servitudes', 'pk': 40}, {'name': "Plans d'emprises", 'pk': 41}, {'name': 'Cessions de mitoyenneté', 'pk': 42}, {'name': 'Permis de location', 'pk': 43}], 'street': 'Herbesthaler Strasse', 'street_number': '247', 'user': {'email': 'mossay.romain@gmail.com', 'id': 3999, 'is_active': True}, 'zip_code': '4700'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Henri-Chapelle', 'committee': '', 'company_name': 'MM GEOMETRE', 'company_tva': 'BE1007.058.057', 'country': 'BE', 'fax_number': '', 'first_name': 'Marilyn', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Mullender', 'phone_number': '+32(0)491/48.80.08', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Henri-Chapelle', 'public_country': 'BE', 'public_street': 'Rue Saint Vincent', 'public_street_number': '60', 'public_zip_code': '4841', 'site': '', 'specializations': [], 'street': 'Rue Saint Vincent', 'street_number': '60', 'user': {'email': 'geo.mullender@gmail.com', 'id': 3751, 'is_active': True}, 'zip_code': '4841'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Liège', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Quentin', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Nahoé', 'phone_number': '04973997395', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue du Thier à Liège', 'public_street_number': '108', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Rue du Thier à Liège', 'street_number': '108', 'user': {'email': 'quentin.nahoe@gmail.com', 'id': 4081, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Petit-Rechain', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Luc', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Noels', 'phone_number': '+32 (0)495/30.60.21', 'phone_number_2': '+32 (0)87/31.77.07', 'public_address_info': '', 'public_city': 'Petit-Rechain', 'public_country': 'BE', 'public_street': 'Chemin du bois de Rechain', 'public_street_number': '19', 'public_zip_code': '4800', 'site': '', 'specializations': [], 'street': 'Chemin du bois de Rechain', 'street_number': '19', 'user': {'email': 'jeanluc.noels@skynet.be', 'id': 3844, 'is_active': True}, 'zip_code': '4800'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Tilff', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Xavier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Pirard', 'phone_number': '+32(0)496/27.60.86', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Tilff', 'public_country': 'BE', 'public_street': 'Allée de la fraineuse', 'public_street_number': '5', 'public_zip_code': '4130', 'site': '', 'specializations': [], 'street': 'Allée de la fraineuse', 'street_number': '5', 'user': {'email': 'xavierpirard@gmail.com', 'id': 4202, 'is_active': True}, 'zip_code': '4130'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Sprimont', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Pauline', 'functions': [], 'geoformation_listing_visible': None, 'is_argel_member': True, 'last_name': 'Pirnay', 'phone_number': '0474335471', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Sprimont', 'public_country': 'Belgique', 'public_street': 'Rue de Sendrogne', 'public_street_number': '48', 'public_zip_code': '4140', 'site': '', 'specializations': [], 'street': 'Rue de Sendrogne', 'street_number': '48', 'user': {'email': 'pauline.pirnay@eiffage.com', 'id': 4289, 'is_active': True}, 'zip_code': '4140'}, {'address_info': None, 'argel_listing_visible': True, 'category': 17, 'city': 'Fraiture', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': None, 'first_name': 'Marcel', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Ponthier', 'phone_number': '0495936432', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Fraiture', 'public_country': None, 'public_street': 'rue de la Vieille Forge', 'public_street_number': '11', 'public_zip_code': '4557', 'site': None, 'specializations': [{'name': 'Expertise judiciaire', 'pk': 22}], 'street': 'rue de la Vieille Forge', 'street_number': '11', 'user': {'email': 'marcel.ponthier@skynet.be', 'id': 3954, 'is_active': True}, 'zip_code': '4557'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Nandrin', 'committee': '', 'company_name': 'Quoibion Nicolas Géomètre-Expert', 'company_tva': 'BE0806039019', 'country': 'BE', 'fax_number': '', 'first_name': 'Nicolas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Quoibion', 'phone_number': '+32 (0)479/98.14.42', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Nandrin', 'public_country': 'BE', 'public_street': 'Route du Condroz', 'public_street_number': '402/1', 'public_zip_code': '4550', 'site': '', 'specializations': [], 'street': 'Route du Condroz', 'street_number': '402/1', 'user': {'email': 'nquoibion@skynet.be', 'id': 4021, 'is_active': True}, 'zip_code': '4550'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Nandrin', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Adrien', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Remacle', 'phone_number': '+32(0)472/26.06.16', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Nandrin', 'public_country': 'BE', 'public_street': 'Chemin de la Pierrerie', 'public_street_number': '2', 'public_zip_code': '4550', 'site': None, 'specializations': [], 'street': 'Chemin de la Pierrerie', 'street_number': '2', 'user': {'email': 'adrien.remacle@hotmail.com', 'id': 3461, 'is_active': True}, 'zip_code': '4550'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Liège', 'committee': None, 'company_name': 'Ingeo', 'company_tva': 'BE0837.170.277', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Simon', 'functions': [], 'geoformation_listing_visible': None, 'is_argel_member': True, 'last_name': 'Roosen', 'phone_number': '0495312112', 'phone_number_2': '0470301917', 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'Belgique', 'public_street': "Boulevard de l'Est", 'public_street_number': '10/01', 'public_zip_code': '4020', 'site': '', 'specializations': [], 'street': "Boulevard de l'Est", 'street_number': '10/01', 'user': {'email': 'roosen.simon99@gmail.com', 'id': 4290, 'is_active': True}, 'zip_code': '4020'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Tilff', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Yves', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Sacré', 'phone_number': '+32 (0)498/45.05.94', 'phone_number_2': '+32 (0)4/388.37.38', 'public_address_info': '', 'public_city': 'Tilff', 'public_country': 'BE', 'public_street': 'Boulevard Lieutenant', 'public_street_number': '7A', 'public_zip_code': '4130', 'site': '', 'specializations': [], 'street': 'Boulevard Lieutenant', 'street_number': '7A', 'user': {'email': 'yves.sacre@urbatex.be', 'id': 4208, 'is_active': True}, 'zip_code': '4130'}, {'address_info': 'INFRABEL SA-Account payable-I-F113 section 40/8', 'argel_listing_visible': True, 'category': 21, 'city': 'Bruxelles', 'committee': None, 'company_name': 'INFRABEL SA-Account payable-I-F113 section 40/8', 'company_tva': None, 'country': 'BE', 'fax_number': None, 'first_name': 'Nicolas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Sarton', 'phone_number': '0460/97.93.93', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Trooz', 'public_country': 'BE', 'public_street': 'Rue des Croisettes', 'public_street_number': '32C', 'public_zip_code': '4870', 'site': None, 'specializations': [], 'street': 'Place Marcel Broodthaers', 'street_number': '2', 'user': {'email': 'nicolas_sarton@live.be', 'id': 4019, 'is_active': True}, 'zip_code': '1060'}, {'address_info': "Bureau d'études JRF SCHMITZ srl", 'argel_listing_visible': True, 'category': 13, 'city': 'Francorchamps', 'committee': None, 'company_name': "Bureau d'études JRF SCHMITZ srl", 'company_tva': 'BE0491391563', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Remy', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Schmitz', 'phone_number': '+32(0)491/20.47.76', 'phone_number_2': '+32(0)87/77.40.22', 'public_address_info': "Bureau d'études JRF SCHMITZ srl", 'public_city': 'Francorchamps', 'public_country': 'BE', 'public_street': 'Rue de Spa', 'public_street_number': '166', 'public_zip_code': '4970', 'site': '', 'specializations': [], 'street': 'Rue de Spa', 'street_number': '166', 'user': {'email': 'jeanremy.schmitz@gmail.com', 'id': 3851, 'is_active': True}, 'zip_code': '4970'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'TILFF', 'committee': '', 'company_name': 'ATEXX SRL', 'company_tva': '0473663965', 'country': 'BE', 'fax_number': '+32 (0)4/388.22.93', 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Schumacker', 'phone_number': '+32 (0)478/97.44.76', 'phone_number_2': '+32 (0)4/388.22.93', 'public_address_info': '', 'public_city': 'TILFF', 'public_country': 'BE', 'public_street': 'Avenue Laboulle', 'public_street_number': '106', 'public_zip_code': '4130', 'site': 'http://www.atexx.be', 'specializations': [], 'street': 'Avenue Laboulle', 'street_number': '106', 'user': {'email': 'bs@atexx.be', 'id': 3539, 'is_active': True}, 'zip_code': '4130'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Villers-le-Bouillet', 'committee': '', 'company_name': 'GEO-XS srl', 'company_tva': 'BE0799416293', 'country': 'BE', 'fax_number': '', 'first_name': 'Xavier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Servais', 'phone_number': '+32 (0)85/31.62.21', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Villers-le-Bouillet', 'public_country': 'BE', 'public_street': 'Rue de Huy', 'public_street_number': '78/2', 'public_zip_code': '4530', 'site': 'http://www.geo-xs.be', 'specializations': [], 'street': 'Rue de Huy', 'street_number': '78/2', 'user': {'email': 'info@geo-xs.be', 'id': 3810, 'is_active': True}, 'zip_code': '4530'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Trooz Nessonvaux', 'committee': None, 'company_name': 'Azimut Jérôme SIMON', 'company_tva': 'BE0877.241.274', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jérôme', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'simon', 'phone_number': '+32 (0)486/56.46.04', 'phone_number_2': '+32 (0)4/226.75.21', 'public_address_info': '', 'public_city': 'Trooz Nessonvaux', 'public_country': 'Belgique', 'public_street': 'Rue Sainry', 'public_street_number': '213', 'public_zip_code': '4870', 'site': '', 'specializations': [], 'street': 'Rue Sainry', 'street_number': '213', 'user': {'email': 'jerome.simon@azimut-geo.be', 'id': 3862, 'is_active': True}, 'zip_code': '4870'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Verlaine', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '+32 (0)4/343.75.53', 'first_name': 'Gaëtan', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Somers', 'phone_number': '+32 (0)479/47.10.39', 'phone_number_2': '+32 (0)4/343.75.53', 'public_address_info': '', 'public_city': 'Verlaine', 'public_country': 'BE', 'public_street': 'Rue des Stanges', 'public_street_number': '14', 'public_zip_code': '4537', 'site': '', 'specializations': [], 'street': 'Rue des Stanges', 'street_number': '14', 'user': {'email': 'gaetan.somers@gs-geo.be', 'id': 3718, 'is_active': True}, 'zip_code': '4537'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Tourinnes-la-Chaussée', 'committee': None, 'company_name': "srl 'Bureau d'Etudes Tassan'", 'company_tva': 'BE0644 493 041', 'country': 'BE', 'fax_number': '+32 (0)19/69.80.12', 'first_name': 'Fabrice', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Tassan', 'phone_number': '+32 (0)476/37.20.05', 'phone_number_2': '+32 (0)19/54.44.12', 'public_address_info': '', 'public_city': 'Tourinnes-la-Chaussée', 'public_country': 'BE', 'public_street': 'Rue de la Chaussée Romaine', 'public_street_number': '17', 'public_zip_code': '4263', 'site': 'https://www.geometretassan.be', 'specializations': [], 'street': 'Rue de la Chaussée Romaine', 'street_number': '17', 'user': {'email': 'ft@bureautassan.be', 'id': 3709, 'is_active': True}, 'zip_code': '4263'}, {'address_info': 'Geodex', 'argel_listing_visible': True, 'category': 23, 'city': 'FAIMES', 'committee': '', 'company_name': 'Geodex', 'company_tva': 'BE0794077929', 'country': 'BE', 'fax_number': '', 'first_name': 'François', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Thonon', 'phone_number': '+32 (0)478/42.80.07', 'phone_number_2': '+32 (0)19/33.11.02', 'public_address_info': 'Geodex', 'public_city': 'FAIMES', 'public_country': 'BE', 'public_street': 'Rue Labia', 'public_street_number': '8', 'public_zip_code': '4317', 'site': 'http://www.geodex.be', 'specializations': [], 'street': 'Rue Labia', 'street_number': '8', 'user': {'email': 'geodex.be@gmail.com', 'id': 3731, 'is_active': True}, 'zip_code': '4317'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Scy', 'committee': None, 'company_name': '', 'company_tva': 'BE 0757.102.915', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Antonio', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Tusset', 'phone_number': '+32 (0)83/61.19.73', 'phone_number_2': '+32 (0)476/20.73.61', 'public_address_info': '', 'public_city': 'Scy', 'public_country': 'Belgique', 'public_street': 'Rue des Scyoux', 'public_street_number': '12', 'public_zip_code': '5361', 'site': None, 'specializations': [], 'street': 'Rue des Scyoux', 'street_number': '12', 'user': {'email': 'a.tusset@bdt-geometre.be', 'id': 3491, 'is_active': True}, 'zip_code': '5361'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Stavelot', 'committee': None, 'company_name': 'Bureau VINDERS srl', 'company_tva': 'BE1023.882.906', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Benoit', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Vinders', 'phone_number': '+32(0)489/462024', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Stavelot', 'public_country': 'Belgique', 'public_street': 'Rue abbé dossogne', 'public_street_number': '53', 'public_zip_code': '4970', 'site': '', 'specializations': [], 'street': 'Rue abbé dossogne', 'street_number': '53', 'user': {'email': 'bvinders@outlook.com', 'id': 4268, 'is_active': True}, 'zip_code': '4970'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Saive', 'committee': '', 'company_name': '', 'company_tva': '0694816245', 'country': 'BE', 'fax_number': '', 'first_name': 'Marc', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Wadeleux', 'phone_number': '+32 (0)493/36.21.00', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Saive', 'public_country': 'BE', 'public_street': 'Rue du Grand moulin', 'public_street_number': '41', 'public_zip_code': '4671', 'site': '', 'specializations': [], 'street': 'Rue du Grand moulin', 'street_number': '41', 'user': {'email': 'marcwadeleux@gmail.com', 'id': 3960, 'is_active': True}, 'zip_code': '4671'}, {'address_info': '', 'argel_listing_visible': True, 'category': 9, 'city': 'Theux', 'committee': '', 'company_name': 'GeoWEB', 'company_tva': '0684960946', 'country': 'BE', 'fax_number': '', 'first_name': 'Geoffrey', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Weber', 'phone_number': '+32 (0)483/02.54.45', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Theux', 'public_country': 'BE', 'public_street': 'Chaussée de Verviers', 'public_street_number': '135', 'public_zip_code': '4910', 'site': '', 'specializations': [], 'street': 'Chaussée de Verviers', 'street_number': '135', 'user': {'email': 'geof.weber@live.be', 'id': 3735, 'is_active': True}, 'zip_code': '4910'}], 'object_list': [{'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Thimister-Clermont', 'committee': None, 'company_name': 'SA BAGUETTE MARCEL', 'company_tva': 'BE0417095743', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Sébastien', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Absil', 'phone_number': '0498741893', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Thimister-Clermont', 'public_country': 'Belgique', 'public_street': 'Bruyères', 'public_street_number': '2', 'public_zip_code': '4890', 'site': '', 'specializations': [], 'street': 'Bruyères', 'street_number': '2', 'user': {'email': 'sebastien.absil@gmail.com', 'id': 4118, 'is_active': True}, 'zip_code': '4890'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Oreye', 'committee': None, 'company_name': "Bureau d'Etudes ANDRE", 'company_tva': '0816629340', 'country': 'BE', 'fax_number': None, 'first_name': 'Johan', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Andre', 'phone_number': '+32 (0)486/17.46.46', 'phone_number_2': '+32 (0)19/32.87.29', 'public_address_info': '', 'public_city': 'Oreye', 'public_country': 'BE', 'public_street': 'Rue de la Westrée', 'public_street_number': '19', 'public_zip_code': '4360', 'site': 'http://www.bureau-andre.be', 'specializations': [], 'street': 'Rue de la Westrée', 'street_number': '19', 'user': {'email': 'info@bureau-andre.be', 'id': 3800, 'is_active': True}, 'zip_code': '4360'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Avennes', 'committee': '', 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': '', 'first_name': 'Michael', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Aupaix', 'phone_number': '+32(0)479.03.67.92', 'phone_number_2': '+32(0)19.33.29.91', 'public_address_info': '', 'public_city': 'Avennes', 'public_country': 'Belgique', 'public_street': 'Rue de Moxhe', 'public_street_number': '33', 'public_zip_code': '4260', 'site': 'http://www.kdrix.be', 'specializations': [{'name': 'Drones', 'pk': 14}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Photogrammétrie terrestre', 'pk': 24}, {'name': 'Photogrammétrie aérienne', 'pk': 25}, {'name': "Bureau d'étude (voirie, " 'égouttage, cubatures,...)', 'pk': 26}, {'name': 'Bathymétrie', 'pk': 30}], 'street': 'rue de Moxhe', 'street_number': '33', 'user': {'email': 'geometre.aupaix@proximus.be', 'id': 3738, 'is_active': True}, 'zip_code': '4260'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Dalhem', 'committee': '', 'company_name': 'MARECHAL & BAUDINET SRL', 'company_tva': 'BE0543614328', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Gilles', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Baudinet', 'phone_number': '+32475217282', 'phone_number_2': '+3243794555', 'public_address_info': '', 'public_city': 'Dalhem', 'public_country': 'Belgique', 'public_street': 'Rue de Visé', 'public_street_number': '43', 'public_zip_code': '4607', 'site': 'https://www.marechal-baudinet.be/', 'specializations': [], 'street': 'Rue de Visé', 'street_number': '43', 'user': {'email': 'gilles.baudinet@gmail.com', 'id': 3763, 'is_active': True}, 'zip_code': '4607'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Marchin', 'committee': '', 'company_name': '', 'company_tva': 'BE0876824669', 'country': 'BELGIUM', 'fax_number': '', 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Beaujean', 'phone_number': '+32 (0)479 65 77 42', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Marchin', 'public_country': 'BELGIUM', 'public_street': 'Ereffe', 'public_street_number': '3', 'public_zip_code': '4570', 'site': '', 'specializations': [], 'street': 'Ereffe', 'street_number': '3', 'user': {'email': 'ben_beaujean@skynet.be', 'id': 3506, 'is_active': True}, 'zip_code': '4570'}, {'address_info': '2', 'argel_listing_visible': True, 'category': 23, 'city': 'Esneux', 'committee': None, 'company_name': '3DB SPRL', 'company_tva': '0536285284', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Denis', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Bellefontaine', 'phone_number': '+32 (0)497/88.66.99', 'phone_number_2': None, 'public_address_info': '2', 'public_city': 'Esneux', 'public_country': 'Belgique', 'public_street': "RUE GUE D'AMONT", 'public_street_number': '2', 'public_zip_code': '4130', 'site': 'http://www.3db-geometre.be', 'specializations': [], 'street': "RUE GUE D'AMONT", 'street_number': '2', 'user': {'email': '3db.geometre@gmail.com', 'id': 3458, 'is_active': True}, 'zip_code': '4130'}, {'address_info': 'Rue aux frênes 47', 'argel_listing_visible': True, 'category': 13, 'city': 'Liege', 'committee': None, 'company_name': 'Personne physique', 'company_tva': 'BE1000.732.370', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Oualid', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Benkorichi', 'phone_number': '0465207789', 'phone_number_2': '', 'public_address_info': 'Rue aux frênes 47', 'public_city': 'Liege', 'public_country': 'Belgique', 'public_street': 'Rue Aux Frênes', 'public_street_number': '47 boite 22', 'public_zip_code': '4020', 'site': '', 'specializations': [], 'street': 'Rue Aux Frênes', 'street_number': '47 boite 22', 'user': {'email': 'oualid.benkorichi@gmail.com', 'id': 4035, 'is_active': True}, 'zip_code': '4020'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Vielsalm', 'committee': '', 'company_name': 'SRL GEOXIM', 'company_tva': '0892243216', 'country': 'BE', 'fax_number': '', 'first_name': 'Valerie', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Bernes', 'phone_number': '+32 (0)495/32.97.94', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Vielsalm', 'public_country': 'BE', 'public_street': 'Chemin de Grand-Halleux', 'public_street_number': '36', 'public_zip_code': '6690', 'site': 'http://www.geoxim.be', 'specializations': [], 'street': 'Chemin de Grand-Halleux', 'street_number': '36', 'user': {'email': 'vbernes@geoxim.be', 'id': 4177, 'is_active': True}, 'zip_code': '6690'}, {'address_info': None, 'argel_listing_visible': True, 'category': 23, 'city': 'Grand-Rechain', 'committee': None, 'company_name': 'Michael BROUWIER Géomètre SPRL', 'company_tva': '0808567056', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Michael', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Brouwier', 'phone_number': '+32 (0)476/51.43.77', 'phone_number_2': '+32 (0)87/30.03.05', 'public_address_info': None, 'public_city': 'Grand-Rechain', 'public_country': 'Belgique', 'public_street': 'Chemin des Bouleaux', 'public_street_number': '2', 'public_zip_code': '4650', 'site': None, 'specializations': [], 'street': 'Chemin des Bouleaux', 'street_number': '2', 'user': {'email': 'michael@brouwier.be', 'id': 3986, 'is_active': True}, 'zip_code': '4650'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Andenne', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Olivier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Bry', 'phone_number': '+32(0)477.33.44.85', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Andenne', 'public_country': 'BE', 'public_street': 'Alexis Jottard', 'public_street_number': '41', 'public_zip_code': '5300', 'site': '', 'specializations': [], 'street': 'Alexis Jottard', 'street_number': '41', 'user': {'email': 'olivier.bry@colas.be', 'id': 4029, 'is_active': True}, 'zip_code': '5300'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Verlaine', 'committee': None, 'company_name': 'Thomas Caprasse', 'company_tva': 'BE 1.010.536.793', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Thomas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Caprasse', 'phone_number': '0498523704', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Verlaine', 'public_country': 'Belgique', 'public_street': 'Grand route', 'public_street_number': '21', 'public_zip_code': '4537', 'site': '', 'specializations': [], 'street': 'Grand route', 'street_number': '21', 'user': {'email': 'tcaprasse@gmail.com', 'id': 4214, 'is_active': True}, 'zip_code': '4537'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Clavier', 'committee': None, 'company_name': 'ABSYS srl', 'company_tva': 'BE0873997417', 'country': 'BE', 'fax_number': '', 'first_name': 'Cédric', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Carrette', 'phone_number': '+32 (0)477/85.22.98', 'phone_number_2': '+32 (0)86/34.52.24', 'public_address_info': '', 'public_city': 'Clavier', 'public_country': 'BE', 'public_street': 'Rue des Condruzes', 'public_street_number': '10', 'public_zip_code': '4560', 'site': 'https://www.absys-sprl.be/', 'specializations': [], 'street': 'Rue des Condruzes', 'street_number': '10', 'user': {'email': 'cc@absys-sprl.be', 'id': 3554, 'is_active': True}, 'zip_code': '4560'}, {'address_info': '53 rue du Biez', 'argel_listing_visible': True, 'category': 22, 'city': 'Angleur', 'committee': '', 'company_name': 'Jerry Close', 'company_tva': '0808805497', 'country': 'BE', 'fax_number': '', 'first_name': 'Jerry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Close', 'phone_number': '+32 (0)496/51.62.47', 'phone_number_2': '', 'public_address_info': '53 rue du Biez', 'public_city': 'Angleur', 'public_country': 'BE', 'public_street': 'Rue Du Biez', 'public_street_number': '53', 'public_zip_code': '4031', 'site': 'http://www.close-geometre-expert.be', 'specializations': [], 'street': 'Rue Du Biez', 'street_number': '53', 'user': {'email': 'close.jerry@gmail.com', 'id': 3586, 'is_active': True}, 'zip_code': '4031'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Saint-André', 'committee': 'Comité directeur', 'company_name': 'Thierry Colson SRL', 'company_tva': 'BE0738745664', 'country': 'BE', 'fax_number': None, 'first_name': 'Thierry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Colson', 'phone_number': '+32(0)470/26.11.39', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Saint-André', 'public_country': 'BE', 'public_street': 'Heuière', 'public_street_number': '10', 'public_zip_code': '4606', 'site': 'http://www.air-geomatics.com', 'specializations': [], 'street': 'Heuière', 'street_number': '10', 'user': {'email': 'thierry@air-geomatics.com', 'id': 4158, 'is_active': True}, 'zip_code': '4606'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Eupen', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Alexandra', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Cormann', 'phone_number': '+32 (0)87/56.00.46', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Eupen', 'public_country': 'BE', 'public_street': 'Herbesthaler Straße', 'public_street_number': '247', 'public_zip_code': '4700', 'site': '', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Implantation', 'pk': 18}, {'name': 'Lotissement', 'pk': 19}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Etat des lieux', 'pk': 21}, {'name': 'Expertise judiciaire', 'pk': 22}, {'name': 'Plan AS-Built', 'pk': 32}, {'name': 'Division de bâtiments', 'pk': 37}, {'name': 'Division en volume', 'pk': 38}, {'name': 'Division pour sortie ' "d'indivision", 'pk': 39}, {'name': 'Création de servitudes', 'pk': 40}, {'name': "Plans d'emprises", 'pk': 41}, {'name': 'Cessions de mitoyenneté', 'pk': 42}], 'street': 'Herbesthaler Straße', 'street_number': '247', 'user': {'email': 'alexandra.cormann@skynet.be', 'id': 3468, 'is_active': True}, 'zip_code': '4700'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Heusy', 'committee': '', 'company_name': '', 'company_tva': 'BE 0869 794 050', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jean-Philippe', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Cremers', 'phone_number': '0497876494', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Heusy', 'public_country': 'Belgique', 'public_street': 'Chaussée de Theux', 'public_street_number': '27', 'public_zip_code': '4802', 'site': 'http://c-geo.be', 'specializations': [], 'street': 'Chaussée de Theux', 'street_number': '27', 'user': {'email': 'jeanphicremers@gmail.com', 'id': 3848, 'is_active': True}, 'zip_code': '4802'}, {'address_info': '9', 'argel_listing_visible': True, 'category': 23, 'city': 'WAIMES', 'committee': None, 'company_name': 'BecD srl', 'company_tva': 'BE0841.972.272', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Olivier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Defechereux', 'phone_number': '+32 (0)486/90.67.52', 'phone_number_2': None, 'public_address_info': '9', 'public_city': 'WAIMES', 'public_country': 'Belgique', 'public_street': "Rue de l'Abbé Pietkin", 'public_street_number': '9', 'public_zip_code': '4950', 'site': None, 'specializations': [], 'street': "Rue de l'Abbé Pietkin", 'street_number': '9', 'user': {'email': 'o.defechereux@skynet.be', 'id': 4025, 'is_active': True}, 'zip_code': '4950'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Angleur', 'committee': None, 'company_name': 'SML Ingenieurs Conseils', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Florence', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'de Francquen', 'phone_number': '+32 (0)492/73.05.70', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Angleur', 'public_country': 'BE', 'public_street': 'Rue F. Desoer', 'public_street_number': '29', 'public_zip_code': '4031', 'site': '', 'specializations': [], 'street': 'Rue F. Desoer', 'street_number': '29', 'user': {'email': 'florence.defrancquen@gmail.com', 'id': 3681, 'is_active': True}, 'zip_code': '4031'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Thimister-Clermont', 'committee': None, 'company_name': "Bureau d'Etudes André GENOTTE", 'company_tva': 'BE0887.205.055', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Olivier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Degueldre', 'phone_number': '+32494240185', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Thimister-Clermont', 'public_country': 'Belgique', 'public_street': 'Elsaute', 'public_street_number': '19', 'public_zip_code': '4890', 'site': None, 'specializations': [], 'street': 'Elsaute', 'street_number': '19', 'user': {'email': 'olivier.degueldre@hotmail.com', 'id': 4030, 'is_active': True}, 'zip_code': '4890'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Wanze', 'committee': '', 'company_name': 'DELANNOY', 'company_tva': 'BE651538607', 'country': 'BE', 'fax_number': '', 'first_name': 'Pascal', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Delannoy', 'phone_number': '+32 (0)495/15.66.52', 'phone_number_2': '+32 (0)85/21.61.92', 'public_address_info': '', 'public_city': 'Wanze', 'public_country': 'BE', 'public_street': 'Chaussée de Waremme', 'public_street_number': '79', 'public_zip_code': '4520', 'site': '', 'specializations': [], 'street': 'Chaussée de Waremme', 'street_number': '79', 'user': {'email': 'pascaldelannoy@hotmail.com', 'id': 4041, 'is_active': True}, 'zip_code': '4520'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Xhendelesse', 'committee': '', 'company_name': 'CAN infra', 'company_tva': 'BE460.224.220', 'country': 'BE', 'fax_number': '+32 (0)87/30.06.46', 'first_name': 'Patrice', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Desmit', 'phone_number': '+32 (0)495/36.20.32', 'phone_number_2': '+32 (0)87/30.05.45', 'public_address_info': '', 'public_city': 'Xhendelesse', 'public_country': 'BE', 'public_street': 'Rue des Deux Tilleuls', 'public_street_number': '24', 'public_zip_code': '4652', 'site': 'http://www.caninfra.be', 'specializations': [], 'street': 'Rue des Deux Tilleuls', 'street_number': '24', 'user': {'email': 'patricedesmit@caninfra.be', 'id': 4045, 'is_active': True}, 'zip_code': '4652'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Nandrin', 'committee': '', 'company_name': 'SRL D. DESTREE', 'company_tva': 'BE0894694544', 'country': 'BE', 'fax_number': '+32 (0)4/371.44.18', 'first_name': 'Dominique', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Destrée', 'phone_number': '+32 (0)475/44.21.28', 'phone_number_2': '+32 (0)4/371.44.18', 'public_address_info': '', 'public_city': 'Nandrin', 'public_country': 'BE', 'public_street': 'Rue Petite Vaux', 'public_street_number': '10', 'public_zip_code': '4550', 'site': '', 'specializations': [], 'street': 'Rue Petite Vaux', 'street_number': '10', 'user': {'email': 'd.destree@outlook.com', 'id': 3601, 'is_active': True}, 'zip_code': '4550'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Beaufays', 'committee': 'Comité directeur', 'company_name': '4DManagement', 'company_tva': '0553785965', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Nesma', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Djema', 'phone_number': '0498321152', 'phone_number_2': '0486871467', 'public_address_info': '', 'public_city': 'Beaufays', 'public_country': 'Belgique', 'public_street': "Voie de l'Air Pur", 'public_street_number': '138', 'public_zip_code': '4052', 'site': 'http://www.4dm.be', 'specializations': [], 'street': "Voie de l'Air Pur", 'street_number': '138', 'user': {'email': 'nd@4dm.be', 'id': 4215, 'is_active': True}, 'zip_code': '4052'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'FLÉMALLE', 'committee': None, 'company_name': 'srl Dupont Géometre & Cie', 'company_tva': '0478.802.292', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Guy', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Dupont', 'phone_number': '+32475860808', 'phone_number_2': '+32 (0)4/225.99.22', 'public_address_info': '', 'public_city': 'FLÉMALLE', 'public_country': 'Belgique', 'public_street': 'rue de Mons-Lez-Liège', 'public_street_number': '67', 'public_zip_code': '4400', 'site': 'http://www.geometre-dupont.be', 'specializations': [], 'street': 'rue de Mons-Lez-Liège', 'street_number': '67', 'user': {'email': 'info@geometre-dupont.be', 'id': 3726, 'is_active': True}, 'zip_code': '4400'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Saint-Georges-sur-Meuse', 'committee': None, 'company_name': 'dbgex', 'company_tva': '0684.579.775', 'country': 'BE', 'fax_number': None, 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Duré', 'phone_number': '+32 (0)494/54.40.81', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Saint-Georges-sur-Meuse', 'public_country': 'BE', 'public_street': 'Basse Marquet', 'public_street_number': '64', 'public_zip_code': '4470', 'site': None, 'specializations': [], 'street': 'Basse Marquet', 'street_number': '64', 'user': {'email': 'durebenoit@live.be', 'id': 3636, 'is_active': True}, 'zip_code': '4470'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Büllingen/Bullange', 'committee': None, 'company_name': 'Guido Faymonville', 'company_tva': 'BE 0817 457 897', 'country': 'BE', 'fax_number': '', 'first_name': 'Guido', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Faymonville', 'phone_number': '+32 (0)476/939.909', 'phone_number_2': '+32 (0)80/64.72.04', 'public_address_info': '', 'public_city': 'Büllingen/Bullange', 'public_country': 'BE', 'public_street': 'Rue Honsfeld', 'public_street_number': '302', 'public_zip_code': '4760', 'site': '', 'specializations': [], 'street': 'Rue Honsfeld', 'street_number': '302', 'user': {'email': 'guido.faymonville@skynet.be', 'id': 3778, 'is_active': True}, 'zip_code': '4760'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'LOUVEIGNE', 'committee': None, 'company_name': 'GEOTECH SRL', 'company_tva': 'BE0468343813', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Didier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Fays', 'phone_number': '+32 (0)495/57.95.98', 'phone_number_2': '+32 (0)4/250.92.50', 'public_address_info': '', 'public_city': 'LOUVEIGNE', 'public_country': 'Belgique', 'public_street': 'Rue de Remouchamps', 'public_street_number': '34 E23', 'public_zip_code': '4141', 'site': 'http://www.geotech.be', 'specializations': [], 'street': 'Rue de Remouchamps', 'street_number': '34 E23', 'user': {'email': 'didier.fays@geotech.be', 'id': 3617, 'is_active': True}, 'zip_code': '4141'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Jemeppe-sur-Meuse', 'committee': None, 'company_name': 'ASC Géomètre-Expert', 'company_tva': 'BE 0646.773.729', 'country': 'BE', 'fax_number': '', 'first_name': 'Salem', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Ferjani', 'phone_number': '+32 (0)486/55.46.63', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Jemeppe-sur-Meuse', 'public_country': 'BE', 'public_street': 'Valles', 'public_street_number': '52', 'public_zip_code': '4101', 'site': '', 'specializations': [], 'street': 'Valles', 'street_number': '52', 'user': {'email': 'ferjanisalem@hotmail.com', 'id': 3675, 'is_active': True}, 'zip_code': '4101'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'LANTIN', 'committee': None, 'company_name': '', 'company_tva': 'FRANCHISE', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jacky', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Ferrara', 'phone_number': '+32(0)495/40.71.44', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'LANTIN', 'public_country': 'Belgique', 'public_street': 'Rue Vanden Sande', 'public_street_number': '32 B', 'public_zip_code': '4450', 'site': 'https://www.geometre-expert-ferrara-jacky.com/', 'specializations': [], 'street': 'Rue Vanden Sande', 'street_number': '32 B', 'user': {'email': 'ferrarajacky@hotmail.com', 'id': 3677, 'is_active': True}, 'zip_code': '4450'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Henri-Chapelle', 'committee': '', 'company_name': "Bureau d'Etudes Flas srl", 'company_tva': 'BE0809888929', 'country': 'BE', 'fax_number': '', 'first_name': 'Henri', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Flas', 'phone_number': '+32 (0)485/36.64.45', 'phone_number_2': '+32 (0)87/65.31.20', 'public_address_info': '', 'public_city': 'Henri-Chapelle', 'public_country': 'BE', 'public_street': 'Bayaux', 'public_street_number': '102', 'public_zip_code': '4841', 'site': 'http://www.flas.be', 'specializations': [], 'street': 'Bayaux', 'street_number': '102', 'user': {'email': 'bureau@flas.be', 'id': 3543, 'is_active': True}, 'zip_code': '4841'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'LOUVEIGNE', 'committee': None, 'company_name': 'BTF srl', 'company_tva': 'BE0878.572.847', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Philippe', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Fontaine', 'phone_number': '+32 (0)4 368 49 69', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'LOUVEIGNE', 'public_country': 'Belgique', 'public_street': 'Rue de Blindef', 'public_street_number': '13', 'public_zip_code': '4141', 'site': 'http://www.btf-sprl.be', 'specializations': [], 'street': 'Rue de Blindef', 'street_number': '13', 'user': {'email': 'philippe.fontaine@btf-sprl.be', 'id': 4057, 'is_active': True}, 'zip_code': '4141'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Malmedy', 'committee': None, 'company_name': '', 'company_tva': 'BE0725153687', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Louis', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Fraikin', 'phone_number': '+32 (0)476/21.42.41', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Malmedy', 'public_country': 'BE', 'public_street': 'Chemin du Tchession', 'public_street_number': '3', 'public_zip_code': '4960', 'site': 'https://www.jlfraikin.be/', 'specializations': [], 'street': 'Chemin du Tchession', 'street_number': '3', 'user': {'email': 'jean.louis.fraikin@skynet.be', 'id': 3842, 'is_active': True}, 'zip_code': '4960'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Malmedy', 'committee': None, 'company_name': 'Ingeo G srl', 'company_tva': 'BE 0837.170.277', 'country': 'BE', 'fax_number': '', 'first_name': 'Florian', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Gallo', 'phone_number': '0032(0)476/75.11.61', 'phone_number_2': '0032(0)478/91.93.25', 'public_address_info': '', 'public_city': 'Malmedy', 'public_country': 'BE', 'public_street': 'Avenue Monbijou', 'public_street_number': '14', 'public_zip_code': '4960', 'site': '', 'specializations': [], 'street': 'Avenue Monbijou', 'street_number': '14', 'user': {'email': 'florian@scheen-lecoq.be', 'id': 3685, 'is_active': True}, 'zip_code': '4960'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Thimister-Clermont', 'committee': '', 'company_name': "Bureau d'études André Genotte srl", 'company_tva': 'BE 0887.205.055', 'country': 'BE', 'fax_number': '+32 (0)87/44.68.59', 'first_name': 'André', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Genotte', 'phone_number': '+32 (0)87/44.54.32', 'phone_number_2': '+32 (0)496/50.69.45', 'public_address_info': '', 'public_city': 'Thimister-Clermont', 'public_country': 'BE', 'public_street': 'Elsaute', 'public_street_number': '19', 'public_zip_code': '4890', 'site': 'http://www.bureaugenotte.be', 'specializations': [], 'street': 'Elsaute', 'street_number': '19', 'user': {'email': 'andre@bureaugenotte.be', 'id': 3801, 'is_active': True}, 'zip_code': '4890'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Houffalize', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jean-François', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Gerardy', 'phone_number': '0495/99.05.79', 'phone_number_2': '', 'public_address_info': '', 'public_city': '', 'public_country': '', 'public_street': '', 'public_street_number': '', 'public_zip_code': '6660', 'site': 'http://www.CoLaura.be', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Implantation', 'pk': 18}, {'name': 'Etat des lieux', 'pk': 21}, {'name': 'Certificateur PEB', 'pk': 27}, {'name': 'Division en volume', 'pk': 38}, {'name': 'Division pour sortie ' "d'indivision", 'pk': 39}, {'name': 'Création de servitudes', 'pk': 40}, {'name': 'Permis de location', 'pk': 43}], 'street': 'Taverneux', 'street_number': '27', 'user': {'email': 'info@colaura.be', 'id': 4226, 'is_active': True}, 'zip_code': '6660'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Grâce-Berleur', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Fabrice', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Guisset', 'phone_number': '0495576101', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Grâce-Berleur', 'public_country': 'BE', 'public_street': 'Rue du Bonnier', 'public_street_number': '14A', 'public_zip_code': '4460', 'site': '', 'specializations': [], 'street': 'Rue du Bonnier', 'street_number': '14A', 'user': {'email': 'ex.guisset@gmail.com', 'id': 3655, 'is_active': True}, 'zip_code': '4460'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Couthuin', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jeremy', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Guyot', 'phone_number': '0032472376946', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Couthuin', 'public_country': 'Belgique', 'public_street': 'Rue du Bayet', 'public_street_number': '18', 'public_zip_code': '4218', 'site': '', 'specializations': [], 'street': 'Rue du Bayet', 'street_number': '18', 'user': {'email': 'jeremy.guyot@outlook.com', 'id': 4232, 'is_active': True}, 'zip_code': '4218'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Loncin', 'committee': '', 'company_name': 'beGX', 'company_tva': 'BE0878945605', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Albert', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Hannay', 'phone_number': '+32 (0)495/25.35.50', 'phone_number_2': '+32 (0)4/263.02.00', 'public_address_info': '', 'public_city': 'Ans', 'public_country': 'Belgique', 'public_street': 'rue de Jemeppe', 'public_street_number': '229', 'public_zip_code': '4431', 'site': 'http://www.begx.be', 'specializations': [{'name': 'Implantation et certification ' "d'installations sportives", 'pk': 44}], 'street': 'Rue de Jemeppe', 'street_number': '229', 'user': {'email': 'albert.hannay@begx.be', 'id': 3467, 'is_active': True}, 'zip_code': '4431'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Herstal', 'committee': None, 'company_name': 'Bureau Houbart', 'company_tva': 'BE0604924761', 'country': 'BE', 'fax_number': None, 'first_name': 'Jacques', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Houbart', 'phone_number': '+32 (0)476/21.39.72', 'phone_number_2': '+32 (0)4/264.48.09', 'public_address_info': '', 'public_city': 'Herstal', 'public_country': 'BE', 'public_street': 'Rue Verte', 'public_street_number': '330', 'public_zip_code': '4040', 'site': 'http://www.houbart.be', 'specializations': [], 'street': 'Rue Verte', 'street_number': '330', 'user': {'email': 'geometre@houbart.be', 'id': 3743, 'is_active': True}, 'zip_code': '4040'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Embourg', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Frédéric', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Humblet', 'phone_number': '+32 (0)495/42.48.68', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Embourg', 'public_country': 'BE', 'public_street': 'Rue Mathysart', 'public_street_number': '13', 'public_zip_code': '4053', 'site': 'http://www.geoconsult.be', 'specializations': [], 'street': 'Rue Mathysart', 'street_number': '13', 'user': {'email': 'fhu@hotmail.be', 'id': 4282, 'is_active': True}, 'zip_code': '4053'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'WAREMME', 'committee': None, 'company_name': 'SRL Joassin affaires immobilières', 'company_tva': 'BE0461927856', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Jean-Lambert', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Joassin', 'phone_number': '019339393', 'phone_number_2': '+32 476205133', 'public_address_info': '', 'public_city': 'WAREMME', 'public_country': 'Belgique', 'public_street': 'Chaussée Romaine', 'public_street_number': '200', 'public_zip_code': '4300', 'site': None, 'specializations': [], 'street': 'Chaussée Romaine', 'street_number': '200', 'user': {'email': 'jean-lambert.joassin@joassinimmo.be', 'id': 3840, 'is_active': True}, 'zip_code': '4300'}, {'address_info': None, 'argel_listing_visible': True, 'category': 21, 'city': 'Marchin', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'Belgique', 'fax_number': None, 'first_name': 'Lionel', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Jonet', 'phone_number': '0475652242', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'MARCHIN', 'public_country': 'Belgique', 'public_street': 'Rue vieux Thier', 'public_street_number': '5', 'public_zip_code': '4570', 'site': None, 'specializations': [], 'street': 'Rue vieux Thier', 'street_number': '5', 'user': {'email': 'lionel.jonet@eiffage.com', 'id': 3927, 'is_active': True}, 'zip_code': '4570'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Charneux', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Benoit', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Jonlet', 'phone_number': '+32 (0)499/12.70.22', 'phone_number_2': '+32 (0)87/50.70.34', 'public_address_info': '', 'public_city': 'Charneux', 'public_country': 'BE', 'public_street': 'Garde-Dieu', 'public_street_number': '310', 'public_zip_code': '4654', 'site': 'http://www.bureaujonlet.be', 'specializations': [], 'street': 'Garde-Dieu', 'street_number': '310', 'user': {'email': 'info@bureaujonlet.be', 'id': 3802, 'is_active': True}, 'zip_code': '4654'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Tilff', 'committee': 'Comité directeur', 'company_name': 'KGEO SRL', 'company_tva': 'BE0647.905.263', 'country': 'BE', 'fax_number': None, 'first_name': 'Laurent', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Kessler', 'phone_number': '+32 (0)475/40.11.79', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Tilff', 'public_country': 'BE', 'public_street': 'Allée de la Fraineuse', 'public_street_number': '62', 'public_zip_code': '4130', 'site': None, 'specializations': [], 'street': 'Allée de la Fraineuse', 'street_number': '62', 'user': {'email': 'laurent.kessler@kgeo.be', 'id': 3914, 'is_active': True}, 'zip_code': '4130'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Liège', 'committee': 'Comité directeur', 'company_name': 'Galere', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Gaëlle', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Kroonen', 'phone_number': '+32 (0)478/68.00.57', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue du chéra', 'public_street_number': '7', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Rue du chéra', 'street_number': '7', 'user': {'email': 'gaelle.kroonen@galere.be', 'id': 3715, 'is_active': True}, 'zip_code': '4000'}, {'address_info': 'Compass Building', 'argel_listing_visible': True, 'category': 21, 'city': 'Zaventem', 'committee': None, 'company_name': 'Brussels Airport Company', 'company_tva': 'BE 0890.082.292', 'country': 'BE', 'fax_number': None, 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': True, 'is_argel_member': True, 'last_name': 'Lahaye', 'phone_number': '+32(0)470.10.64.77', 'phone_number_2': None, 'public_address_info': 'Compass Building', 'public_city': 'Zaventem', 'public_country': 'BE', 'public_street': 'Luchthaven Brussel Nationaal', 'public_street_number': '1M', 'public_zip_code': '1930', 'site': None, 'specializations': [], 'street': 'Luchthaven Brussel Nationaal', 'street_number': '1M', 'user': {'email': 'lahaye.b@gmail.com', 'id': 3905, 'is_active': True}, 'zip_code': '1930'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Braine-le-Château', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Pierre', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lambert', 'phone_number': '+32 (0)479/23.40.00', 'phone_number_2': '+32 (0)2/366.17.12', 'public_address_info': '', 'public_city': 'Braine-le-Château', 'public_country': 'BE', 'public_street': 'rue de Tubize', 'public_street_number': '1C', 'public_zip_code': '1440', 'site': '', 'specializations': [], 'street': 'rue de Tubize', 'street_number': '1C', 'user': {'email': 'lambertjp@skynet.be', 'id': 3907, 'is_active': True}, 'zip_code': '1440'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Liège', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Lucie', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lebbos', 'phone_number': '+32 (0)478/87.04.13', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue Isi Collin', 'public_street_number': '14', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Rue Isi Collin', 'street_number': '14', 'user': {'email': 'lebbos@geometre.expert', 'id': 3940, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Louveigné', 'committee': '', 'company_name': '0474703251', 'company_tva': 'BE474.703.251', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Philippe', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Leduc', 'phone_number': '0478/784.771', 'phone_number_2': '04360.98.35', 'public_address_info': '', 'public_city': 'Louveigné', 'public_country': 'Belgique', 'public_street': 'China', 'public_street_number': '57', 'public_zip_code': '4141', 'site': '', 'specializations': [], 'street': 'China', 'street_number': '57', 'user': {'email': 'philippe@geoconstruct.be', 'id': 4058, 'is_active': True}, 'zip_code': '4141'}, {'address_info': '', 'argel_listing_visible': True, 'category': 20, 'city': 'Berloz', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Gauthier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Legros', 'phone_number': None, 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Berloz', 'public_country': 'BE', 'public_street': 'Rue de Longchamps', 'public_street_number': '13', 'public_zip_code': '4257', 'site': None, 'specializations': [], 'street': 'Rue de Longchamps', 'street_number': '13', 'user': {'email': 'gauthier.legros@outlook.com', 'id': 3723, 'is_active': True}, 'zip_code': '4257'}, {'address_info': None, 'argel_listing_visible': True, 'category': 22, 'city': 'Huy', 'committee': None, 'company_name': 'isolaction srl', 'company_tva': 'BE0646672472', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Thierry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lejeune', 'phone_number': '0475/495110', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Huy', 'public_country': 'Belgique', 'public_street': 'Rue Rioul', 'public_street_number': '17 bte 5', 'public_zip_code': '4500', 'site': None, 'specializations': [], 'street': 'Rue Rioul', 'street_number': '17 bte 5', 'user': {'email': 'info@isolaction.eu', 'id': 3814, 'is_active': True}, 'zip_code': '4500'}, {'address_info': None, 'argel_listing_visible': True, 'category': 23, 'city': 'Jehay', 'committee': 'Comité directeur', 'company_name': 'LN Géo', 'company_tva': '0472523028', 'country': 'BE', 'fax_number': None, 'first_name': 'Noël', 'functions': [{'name': 'Trésorier Adjoint', 'pk': 6}], 'geoformation_listing_visible': True, 'is_argel_member': True, 'last_name': 'Léonard', 'phone_number': '+32 (0)476/38.75.36', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Jehay', 'public_country': 'BE', 'public_street': 'Petit Rivage', 'public_street_number': '32', 'public_zip_code': '4540', 'site': 'http://www.lngeo.be', 'specializations': [], 'street': 'Petit Rivage', 'street_number': '32', 'user': {'email': 'info@lngeo.be', 'id': 3818, 'is_active': True}, 'zip_code': '4540'}, {'address_info': 'AEDI : FICAD SRL', 'argel_listing_visible': True, 'category': 23, 'city': 'Liège', 'committee': None, 'company_name': 'Aedi Ficad SRL', 'company_tva': 'BE0443067096', 'country': 'BE', 'fax_number': None, 'first_name': 'Pierre-Antoine', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Leroy', 'phone_number': '+32(0)485/33.64.54', 'phone_number_2': None, 'public_address_info': 'AEDI : FICAD SRL', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Place Vivegnis', 'public_street_number': '36', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Place Vivegnis', 'street_number': '36', 'user': {'email': 'pa@aedificad.be', 'id': 4037, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Aywaille', 'committee': None, 'company_name': 'LPmetris', 'company_tva': 'BE0727734877', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Nicolas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Letesson', 'phone_number': '+32(0)499/40.45.99', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Aywaille', 'public_country': 'Belgique', 'public_street': 'Rue Piersay', 'public_street_number': '2B/001', 'public_zip_code': '4920', 'site': '', 'specializations': [], 'street': 'Rue Piersay', 'street_number': '2B/001', 'user': {'email': 'nicolas@lpmetris.be', 'id': 4016, 'is_active': True}, 'zip_code': '4920'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Clavier', 'committee': '', 'company_name': 'Leonardo LOFORTE', 'company_tva': '0606907026', 'country': 'BE', 'fax_number': '', 'first_name': 'Leonardo', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Loforte', 'phone_number': '+32 (0)475/93.57.69', 'phone_number_2': '+32 (0)85/25.25.32', 'public_address_info': '', 'public_city': 'Clavier', 'public_country': 'BE', 'public_street': 'Route de Modave', 'public_street_number': '30', 'public_zip_code': '4560', 'site': '', 'specializations': [], 'street': 'Route de Modave', 'street_number': '30', 'user': {'email': 'leo.loforte@hotmail.com', 'id': 3921, 'is_active': True}, 'zip_code': '4560'}, {'address_info': "Business Center de l'Avouerie", 'argel_listing_visible': True, 'category': 23, 'city': 'Liège', 'committee': '', 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': '', 'first_name': 'Thierry', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Lovinfosse', 'phone_number': '+32 (0)4/330.93.13', 'phone_number_2': '', 'public_address_info': '', 'public_city': '', 'public_country': '', 'public_street': '', 'public_street_number': '', 'public_zip_code': '4000', 'site': 'http://www.kdrix.be', 'specializations': [{'name': 'Lotissement', 'pk': 19}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Expertise judiciaire', 'pk': 22}, {'name': "Bureau d'étude (voirie, " 'égouttage, cubatures,...)', 'pk': 26}], 'street': "de l'Avouerie", 'street_number': '5', 'user': {'email': 'thierry.lovinfosse@kdrix.be', 'id': 4160, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 9, 'city': 'Waremme', 'committee': None, 'company_name': 'MG Géomètre-Expert', 'company_tva': '1024763725', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Gaël', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Maes', 'phone_number': '0474625819', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Waremme', 'public_country': 'Belgique', 'public_street': 'Rue Mignolet', 'public_street_number': '85', 'public_zip_code': '4300', 'site': 'http://mg-geometre-expert.be', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Maison', 'pk': 5}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Suivi topographique de voirie', 'pk': 17}, {'name': 'Implantation', 'pk': 18}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Etat des lieux', 'pk': 21}, {'name': 'Plan AS-Built', 'pk': 32}, {'name': 'Division de propriété', 'pk': 36}, {'name': 'Division de bâtiments', 'pk': 37}, {'name': 'Division en volume', 'pk': 38}], 'street': 'Rue Mignolet', 'street_number': '85', 'user': {'email': 'gael.maes@gmail.com', 'id': 3716, 'is_active': True}, 'zip_code': '4300'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Warsage', 'committee': '', 'company_name': 'Maon', 'company_tva': '1006908993', 'country': 'BE', 'fax_number': '', 'first_name': 'Omer', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Maon', 'phone_number': '+32 (0)475/89.86.35', 'phone_number_2': '+32 (0)4/286.50.64', 'public_address_info': '', 'public_city': 'Warsage', 'public_country': 'BE', 'public_street': 'Rue Craesborn', 'public_street_number': '76', 'public_zip_code': '4608', 'site': '', 'specializations': [], 'street': 'Rue Craesborn', 'street_number': '76', 'user': {'email': 'maon@skynet.be', 'id': 3951, 'is_active': True}, 'zip_code': '4608'}, {'address_info': None, 'argel_listing_visible': True, 'category': 20, 'city': 'Angleur', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': None, 'first_name': 'Gilles', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Marchal', 'phone_number': '+32(0)474/44.20.28', 'phone_number_2': None, 'public_address_info': None, 'public_city': None, 'public_country': None, 'public_street': None, 'public_street_number': None, 'public_zip_code': '4031', 'site': None, 'specializations': [], 'street': 'Route du Condroz', 'street_number': '101', 'user': {'email': 'mg.marchal.gilles@gmail.com', 'id': 3984, 'is_active': True}, 'zip_code': '4031'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'CHENEE', 'committee': '', 'company_name': 'Général Construction SA', 'company_tva': '0425548797', 'country': 'BE', 'fax_number': '', 'first_name': 'Samuel', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Marichal', 'phone_number': '+32 (0)496/26.77.04', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'CHENEE', 'public_country': 'BE', 'public_street': 'RUE DE LA STATION', 'public_street_number': '44', 'public_zip_code': '4032', 'site': '', 'specializations': [], 'street': 'RUE DE LA STATION', 'street_number': '44', 'user': {'email': 'samuel.marichal@gc.be', 'id': 4113, 'is_active': True}, 'zip_code': '4032'}, {'address_info': '', 'argel_listing_visible': True, 'category': 22, 'city': 'Oreye', 'committee': 'Comité directeur', 'company_name': '', 'company_tva': 'BE0600935091', 'country': 'BE', 'fax_number': None, 'first_name': 'David', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Massuyr', 'phone_number': '+32 (0)473/42.86.21', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Oreye', 'public_country': 'BE', 'public_street': 'Rue Horpmael', 'public_street_number': '57', 'public_zip_code': '4360', 'site': None, 'specializations': [], 'street': 'Rue Horpmael', 'street_number': '57', 'user': {'email': 'david.massuyr@icloud.com', 'id': 3598, 'is_active': True}, 'zip_code': '4360'}, {'address_info': '', 'argel_listing_visible': True, 'category': 20, 'city': 'Liège', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Abderrazzak', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Messoudi', 'phone_number': '+32 (0)485/69.84.92', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue des Tawes', 'public_street_number': '92', 'public_zip_code': '4000', 'site': '', 'specializations': [], 'street': 'Rue des Tawes', 'street_number': '92', 'user': {'email': 'a_messoudi@hotmail.com', 'id': 3473, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Spa', 'committee': None, 'company_name': 'GeoDILex srl', 'company_tva': '0863818949', 'country': 'BE', 'fax_number': None, 'first_name': 'Bernard', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Meurant', 'phone_number': '+32 (0)495/20.38.13', 'phone_number_2': '+32 (0)87/77.12.90', 'public_address_info': '', 'public_city': 'Spa', 'public_country': 'BE', 'public_street': 'Chemin Dri les Cortis', 'public_street_number': '11A', 'public_zip_code': '4900', 'site': None, 'specializations': [], 'street': 'Chemin Dri les Cortis', 'street_number': '11A', 'user': {'email': 'b.meurant@geodilex.be', 'id': 3528, 'is_active': True}, 'zip_code': '4900'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Waremme', 'committee': '', 'company_name': 'BGM EXPERT SRL', 'company_tva': 'BE0771626387', 'country': 'BE', 'fax_number': '', 'first_name': 'Sébastien', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Morue', 'phone_number': '+32 (0)497/54.80.95', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Waremme', 'public_country': 'BE', 'public_street': 'Rue des Betto', 'public_street_number': '35', 'public_zip_code': '4300', 'site': 'http://www.geometremorue.be', 'specializations': [], 'street': 'Rue des Betto', 'street_number': '35', 'user': {'email': 'info@geometremorue.be', 'id': 3808, 'is_active': True}, 'zip_code': '4300'}, {'address_info': '', 'argel_listing_visible': True, 'category': 13, 'city': 'Eupen', 'committee': None, 'company_name': '', 'company_tva': '0792425365', 'country': 'BE', 'fax_number': None, 'first_name': 'Guillaume', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Mossay', 'phone_number': '087560046', 'phone_number_2': '0470997680', 'public_address_info': '', 'public_city': 'Eupen', 'public_country': 'BE', 'public_street': "rue d'Herbesthal", 'public_street_number': '247', 'public_zip_code': '4700', 'site': None, 'specializations': [], 'street': "rue d'Herbesthal", 'street_number': '247', 'user': {'email': 'guillaume.mossay@gmail.com', 'id': 3781, 'is_active': True}, 'zip_code': '4700'}, {'address_info': '', 'argel_listing_visible': True, 'category': 13, 'city': 'Eupen', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE 0704 705 394', 'fax_number': '', 'first_name': 'Romain', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Mossay', 'phone_number': '+32(0)470/99.76.68', 'phone_number_2': '087560046', 'public_address_info': '', 'public_city': 'Eupen', 'public_country': 'BE 0704 705 394', 'public_street': 'Herbesthaler Strasse', 'public_street_number': '247', 'public_zip_code': '4700', 'site': '', 'specializations': [{'name': 'Bornage', 'pk': 4}, {'name': 'Maison', 'pk': 5}, {'name': 'Division de parcelle', 'pk': 15}, {'name': 'Levé topographique', 'pk': 16}, {'name': 'Implantation', 'pk': 18}, {'name': 'Lotissement', 'pk': 19}, {'name': 'Expertise immobilière', 'pk': 20}, {'name': 'Etat des lieux', 'pk': 21}, {'name': "Bureau d'étude (voirie, " 'égouttage, cubatures,...)', 'pk': 26}, {'name': 'Plan AS-Built', 'pk': 32}, {'name': 'Division de propriété', 'pk': 36}, {'name': 'Division de bâtiments', 'pk': 37}, {'name': 'Division pour sortie ' "d'indivision", 'pk': 39}, {'name': 'Création de servitudes', 'pk': 40}, {'name': "Plans d'emprises", 'pk': 41}, {'name': 'Cessions de mitoyenneté', 'pk': 42}, {'name': 'Permis de location', 'pk': 43}], 'street': 'Herbesthaler Strasse', 'street_number': '247', 'user': {'email': 'mossay.romain@gmail.com', 'id': 3999, 'is_active': True}, 'zip_code': '4700'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Henri-Chapelle', 'committee': '', 'company_name': 'MM GEOMETRE', 'company_tva': 'BE1007.058.057', 'country': 'BE', 'fax_number': '', 'first_name': 'Marilyn', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Mullender', 'phone_number': '+32(0)491/48.80.08', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Henri-Chapelle', 'public_country': 'BE', 'public_street': 'Rue Saint Vincent', 'public_street_number': '60', 'public_zip_code': '4841', 'site': '', 'specializations': [], 'street': 'Rue Saint Vincent', 'street_number': '60', 'user': {'email': 'geo.mullender@gmail.com', 'id': 3751, 'is_active': True}, 'zip_code': '4841'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Liège', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Quentin', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Nahoé', 'phone_number': '04973997395', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'BE', 'public_street': 'Rue du Thier à Liège', 'public_street_number': '108', 'public_zip_code': '4000', 'site': None, 'specializations': [], 'street': 'Rue du Thier à Liège', 'street_number': '108', 'user': {'email': 'quentin.nahoe@gmail.com', 'id': 4081, 'is_active': True}, 'zip_code': '4000'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Petit-Rechain', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Luc', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Noels', 'phone_number': '+32 (0)495/30.60.21', 'phone_number_2': '+32 (0)87/31.77.07', 'public_address_info': '', 'public_city': 'Petit-Rechain', 'public_country': 'BE', 'public_street': 'Chemin du bois de Rechain', 'public_street_number': '19', 'public_zip_code': '4800', 'site': '', 'specializations': [], 'street': 'Chemin du bois de Rechain', 'street_number': '19', 'user': {'email': 'jeanluc.noels@skynet.be', 'id': 3844, 'is_active': True}, 'zip_code': '4800'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Tilff', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Xavier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Pirard', 'phone_number': '+32(0)496/27.60.86', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Tilff', 'public_country': 'BE', 'public_street': 'Allée de la fraineuse', 'public_street_number': '5', 'public_zip_code': '4130', 'site': '', 'specializations': [], 'street': 'Allée de la fraineuse', 'street_number': '5', 'user': {'email': 'xavierpirard@gmail.com', 'id': 4202, 'is_active': True}, 'zip_code': '4130'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Sprimont', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Pauline', 'functions': [], 'geoformation_listing_visible': None, 'is_argel_member': True, 'last_name': 'Pirnay', 'phone_number': '0474335471', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Sprimont', 'public_country': 'Belgique', 'public_street': 'Rue de Sendrogne', 'public_street_number': '48', 'public_zip_code': '4140', 'site': '', 'specializations': [], 'street': 'Rue de Sendrogne', 'street_number': '48', 'user': {'email': 'pauline.pirnay@eiffage.com', 'id': 4289, 'is_active': True}, 'zip_code': '4140'}, {'address_info': None, 'argel_listing_visible': True, 'category': 17, 'city': 'Fraiture', 'committee': None, 'company_name': None, 'company_tva': None, 'country': 'BE', 'fax_number': None, 'first_name': 'Marcel', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Ponthier', 'phone_number': '0495936432', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Fraiture', 'public_country': None, 'public_street': 'rue de la Vieille Forge', 'public_street_number': '11', 'public_zip_code': '4557', 'site': None, 'specializations': [{'name': 'Expertise judiciaire', 'pk': 22}], 'street': 'rue de la Vieille Forge', 'street_number': '11', 'user': {'email': 'marcel.ponthier@skynet.be', 'id': 3954, 'is_active': True}, 'zip_code': '4557'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Nandrin', 'committee': '', 'company_name': 'Quoibion Nicolas Géomètre-Expert', 'company_tva': 'BE0806039019', 'country': 'BE', 'fax_number': '', 'first_name': 'Nicolas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Quoibion', 'phone_number': '+32 (0)479/98.14.42', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Nandrin', 'public_country': 'BE', 'public_street': 'Route du Condroz', 'public_street_number': '402/1', 'public_zip_code': '4550', 'site': '', 'specializations': [], 'street': 'Route du Condroz', 'street_number': '402/1', 'user': {'email': 'nquoibion@skynet.be', 'id': 4021, 'is_active': True}, 'zip_code': '4550'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Nandrin', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': None, 'first_name': 'Adrien', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Remacle', 'phone_number': '+32(0)472/26.06.16', 'phone_number_2': None, 'public_address_info': '', 'public_city': 'Nandrin', 'public_country': 'BE', 'public_street': 'Chemin de la Pierrerie', 'public_street_number': '2', 'public_zip_code': '4550', 'site': None, 'specializations': [], 'street': 'Chemin de la Pierrerie', 'street_number': '2', 'user': {'email': 'adrien.remacle@hotmail.com', 'id': 3461, 'is_active': True}, 'zip_code': '4550'}, {'address_info': '', 'argel_listing_visible': True, 'category': 8, 'city': 'Liège', 'committee': None, 'company_name': 'Ingeo', 'company_tva': 'BE0837.170.277', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Simon', 'functions': [], 'geoformation_listing_visible': None, 'is_argel_member': True, 'last_name': 'Roosen', 'phone_number': '0495312112', 'phone_number_2': '0470301917', 'public_address_info': '', 'public_city': 'Liège', 'public_country': 'Belgique', 'public_street': "Boulevard de l'Est", 'public_street_number': '10/01', 'public_zip_code': '4020', 'site': '', 'specializations': [], 'street': "Boulevard de l'Est", 'street_number': '10/01', 'user': {'email': 'roosen.simon99@gmail.com', 'id': 4290, 'is_active': True}, 'zip_code': '4020'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Tilff', 'committee': None, 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '', 'first_name': 'Yves', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Sacré', 'phone_number': '+32 (0)498/45.05.94', 'phone_number_2': '+32 (0)4/388.37.38', 'public_address_info': '', 'public_city': 'Tilff', 'public_country': 'BE', 'public_street': 'Boulevard Lieutenant', 'public_street_number': '7A', 'public_zip_code': '4130', 'site': '', 'specializations': [], 'street': 'Boulevard Lieutenant', 'street_number': '7A', 'user': {'email': 'yves.sacre@urbatex.be', 'id': 4208, 'is_active': True}, 'zip_code': '4130'}, {'address_info': 'INFRABEL SA-Account payable-I-F113 section ' '40/8', 'argel_listing_visible': True, 'category': 21, 'city': 'Bruxelles', 'committee': None, 'company_name': 'INFRABEL SA-Account payable-I-F113 section ' '40/8', 'company_tva': None, 'country': 'BE', 'fax_number': None, 'first_name': 'Nicolas', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Sarton', 'phone_number': '0460/97.93.93', 'phone_number_2': None, 'public_address_info': None, 'public_city': 'Trooz', 'public_country': 'BE', 'public_street': 'Rue des Croisettes', 'public_street_number': '32C', 'public_zip_code': '4870', 'site': None, 'specializations': [], 'street': 'Place Marcel Broodthaers', 'street_number': '2', 'user': {'email': 'nicolas_sarton@live.be', 'id': 4019, 'is_active': True}, 'zip_code': '1060'}, {'address_info': "Bureau d'études JRF SCHMITZ srl", 'argel_listing_visible': True, 'category': 13, 'city': 'Francorchamps', 'committee': None, 'company_name': "Bureau d'études JRF SCHMITZ srl", 'company_tva': 'BE0491391563', 'country': 'BE', 'fax_number': '', 'first_name': 'Jean-Remy', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Schmitz', 'phone_number': '+32(0)491/20.47.76', 'phone_number_2': '+32(0)87/77.40.22', 'public_address_info': "Bureau d'études JRF SCHMITZ srl", 'public_city': 'Francorchamps', 'public_country': 'BE', 'public_street': 'Rue de Spa', 'public_street_number': '166', 'public_zip_code': '4970', 'site': '', 'specializations': [], 'street': 'Rue de Spa', 'street_number': '166', 'user': {'email': 'jeanremy.schmitz@gmail.com', 'id': 3851, 'is_active': True}, 'zip_code': '4970'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'TILFF', 'committee': '', 'company_name': 'ATEXX SRL', 'company_tva': '0473663965', 'country': 'BE', 'fax_number': '+32 (0)4/388.22.93', 'first_name': 'Benoît', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Schumacker', 'phone_number': '+32 (0)478/97.44.76', 'phone_number_2': '+32 (0)4/388.22.93', 'public_address_info': '', 'public_city': 'TILFF', 'public_country': 'BE', 'public_street': 'Avenue Laboulle', 'public_street_number': '106', 'public_zip_code': '4130', 'site': 'http://www.atexx.be', 'specializations': [], 'street': 'Avenue Laboulle', 'street_number': '106', 'user': {'email': 'bs@atexx.be', 'id': 3539, 'is_active': True}, 'zip_code': '4130'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Villers-le-Bouillet', 'committee': '', 'company_name': 'GEO-XS srl', 'company_tva': 'BE0799416293', 'country': 'BE', 'fax_number': '', 'first_name': 'Xavier', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Servais', 'phone_number': '+32 (0)85/31.62.21', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Villers-le-Bouillet', 'public_country': 'BE', 'public_street': 'Rue de Huy', 'public_street_number': '78/2', 'public_zip_code': '4530', 'site': 'http://www.geo-xs.be', 'specializations': [], 'street': 'Rue de Huy', 'street_number': '78/2', 'user': {'email': 'info@geo-xs.be', 'id': 3810, 'is_active': True}, 'zip_code': '4530'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Trooz Nessonvaux', 'committee': None, 'company_name': 'Azimut Jérôme SIMON', 'company_tva': 'BE0877.241.274', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Jérôme', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'simon', 'phone_number': '+32 (0)486/56.46.04', 'phone_number_2': '+32 (0)4/226.75.21', 'public_address_info': '', 'public_city': 'Trooz Nessonvaux', 'public_country': 'Belgique', 'public_street': 'Rue Sainry', 'public_street_number': '213', 'public_zip_code': '4870', 'site': '', 'specializations': [], 'street': 'Rue Sainry', 'street_number': '213', 'user': {'email': 'jerome.simon@azimut-geo.be', 'id': 3862, 'is_active': True}, 'zip_code': '4870'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Verlaine', 'committee': '', 'company_name': '', 'company_tva': '', 'country': 'BE', 'fax_number': '+32 (0)4/343.75.53', 'first_name': 'Gaëtan', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Somers', 'phone_number': '+32 (0)479/47.10.39', 'phone_number_2': '+32 (0)4/343.75.53', 'public_address_info': '', 'public_city': 'Verlaine', 'public_country': 'BE', 'public_street': 'Rue des Stanges', 'public_street_number': '14', 'public_zip_code': '4537', 'site': '', 'specializations': [], 'street': 'Rue des Stanges', 'street_number': '14', 'user': {'email': 'gaetan.somers@gs-geo.be', 'id': 3718, 'is_active': True}, 'zip_code': '4537'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Tourinnes-la-Chaussée', 'committee': None, 'company_name': "srl 'Bureau d'Etudes Tassan'", 'company_tva': 'BE0644 493 041', 'country': 'BE', 'fax_number': '+32 (0)19/69.80.12', 'first_name': 'Fabrice', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Tassan', 'phone_number': '+32 (0)476/37.20.05', 'phone_number_2': '+32 (0)19/54.44.12', 'public_address_info': '', 'public_city': 'Tourinnes-la-Chaussée', 'public_country': 'BE', 'public_street': 'Rue de la Chaussée Romaine', 'public_street_number': '17', 'public_zip_code': '4263', 'site': 'https://www.geometretassan.be', 'specializations': [], 'street': 'Rue de la Chaussée Romaine', 'street_number': '17', 'user': {'email': 'ft@bureautassan.be', 'id': 3709, 'is_active': True}, 'zip_code': '4263'}, {'address_info': 'Geodex', 'argel_listing_visible': True, 'category': 23, 'city': 'FAIMES', 'committee': '', 'company_name': 'Geodex', 'company_tva': 'BE0794077929', 'country': 'BE', 'fax_number': '', 'first_name': 'François', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Thonon', 'phone_number': '+32 (0)478/42.80.07', 'phone_number_2': '+32 (0)19/33.11.02', 'public_address_info': 'Geodex', 'public_city': 'FAIMES', 'public_country': 'BE', 'public_street': 'Rue Labia', 'public_street_number': '8', 'public_zip_code': '4317', 'site': 'http://www.geodex.be', 'specializations': [], 'street': 'Rue Labia', 'street_number': '8', 'user': {'email': 'geodex.be@gmail.com', 'id': 3731, 'is_active': True}, 'zip_code': '4317'}, {'address_info': '', 'argel_listing_visible': True, 'category': 23, 'city': 'Scy', 'committee': None, 'company_name': '', 'company_tva': 'BE 0757.102.915', 'country': 'Belgique', 'fax_number': None, 'first_name': 'Antonio', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Tusset', 'phone_number': '+32 (0)83/61.19.73', 'phone_number_2': '+32 (0)476/20.73.61', 'public_address_info': '', 'public_city': 'Scy', 'public_country': 'Belgique', 'public_street': 'Rue des Scyoux', 'public_street_number': '12', 'public_zip_code': '5361', 'site': None, 'specializations': [], 'street': 'Rue des Scyoux', 'street_number': '12', 'user': {'email': 'a.tusset@bdt-geometre.be', 'id': 3491, 'is_active': True}, 'zip_code': '5361'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Stavelot', 'committee': None, 'company_name': 'Bureau VINDERS srl', 'company_tva': 'BE1023.882.906', 'country': 'Belgique', 'fax_number': '', 'first_name': 'Benoit', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Vinders', 'phone_number': '+32(0)489/462024', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Stavelot', 'public_country': 'Belgique', 'public_street': 'Rue abbé dossogne', 'public_street_number': '53', 'public_zip_code': '4970', 'site': '', 'specializations': [], 'street': 'Rue abbé dossogne', 'street_number': '53', 'user': {'email': 'bvinders@outlook.com', 'id': 4268, 'is_active': True}, 'zip_code': '4970'}, {'address_info': '', 'argel_listing_visible': True, 'category': 21, 'city': 'Saive', 'committee': '', 'company_name': '', 'company_tva': '0694816245', 'country': 'BE', 'fax_number': '', 'first_name': 'Marc', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Wadeleux', 'phone_number': '+32 (0)493/36.21.00', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Saive', 'public_country': 'BE', 'public_street': 'Rue du Grand moulin', 'public_street_number': '41', 'public_zip_code': '4671', 'site': '', 'specializations': [], 'street': 'Rue du Grand moulin', 'street_number': '41', 'user': {'email': 'marcwadeleux@gmail.com', 'id': 3960, 'is_active': True}, 'zip_code': '4671'}, {'address_info': '', 'argel_listing_visible': True, 'category': 9, 'city': 'Theux', 'committee': '', 'company_name': 'GeoWEB', 'company_tva': '0684960946', 'country': 'BE', 'fax_number': '', 'first_name': 'Geoffrey', 'functions': [], 'geoformation_listing_visible': False, 'is_argel_member': True, 'last_name': 'Weber', 'phone_number': '+32 (0)483/02.54.45', 'phone_number_2': '', 'public_address_info': '', 'public_city': 'Theux', 'public_country': 'BE', 'public_street': 'Chaussée de Verviers', 'public_street_number': '135', 'public_zip_code': '4910', 'site': '', 'specializations': [], 'street': 'Chaussée de Verviers', 'street_number': '135', 'user': {'email': 'geof.weber@live.be', 'id': 3735, 'is_active': True}, 'zip_code': '4910'}], 'page_obj': None, 'paginator': None, 'postcodes': [1440, 1930, 4000, 4020, 4031, 4032, 4040, 4052, 4053, 4101, 4130, 4140, 4141, 4218, 4257, 4260, 4263, 4300, 4317, 4360, 4400, 4431, 4450, 4460, 4470, 4500, 4520, 4530, 4537, 4540, 4550, 4557, 4560, 4570, 4606, 4607, 4608, 4650, 4652, 4654, 4671, 4700, 4760, 4800, 4802, 4841, 4870, 4890, 4900, 4910, 4920, 4950, 4960, 4970, 5300, 5361, 6660, 6690], 'search': '', 'specials': ['Bathymétrie', 'Bornage', "Bureau d'étude (voirie, égouttage, cubatures,...)", 'Certificateur PEB', 'Cessions de mitoyenneté', 'Création de servitudes', 'Division de bâtiments', 'Division de parcelle', 'Division de propriété', 'Division en volume', "Division pour sortie d'indivision", 'Drones', 'Etat des lieux', 'Expertise immobilière', 'Expertise judiciaire', 'Implantation', "Implantation et certification d'installations sportives", 'Levé topographique', 'Lotissement', 'Maison', 'Permis de location', 'Photogrammétrie aérienne', 'Photogrammétrie terrestre', 'Plan AS-Built', "Plans d'emprises", 'Suivi topographique de voirie'], 'view': <main.views.AllMembersList object at 0x7f01d7cbe250>} {'block': <Block Node: footer. Contents: [<TextNode: '\n '>, <django.template.loader_tags.IncludeNode object at 0x7f01d7c0b650>, <TextNode: '\n'>]>}

Processeurs de contexte

django.template.context_processors.csrf
Afficher/masquer le contexte {'csrf_token': <SimpleLazyObject: 'nxIsdWxaxBJaY4EJwcqje4Z5IoEMqNNzln9KjRpKOGaVdYGDsgLATyWdyXGv701u'>}
django.template.context_processors.debug
Afficher/masquer le contexte {}
django.template.context_processors.request
Afficher/masquer le contexte {'request': <WSGIRequest: GET '/membres'>}
django.contrib.auth.context_processors.auth
Afficher/masquer le contexte {'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f01d7c29790>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f01d7c29150>}
django.contrib.messages.context_processors.messages
Afficher/masquer le contexte {'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f01d7cbedd0>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30, 'ERROR': 40}}
django.template.context_processors.i18n
Afficher/masquer le contexte {'LANGUAGES': (('fr', 'Français'), ('en', 'Anglais')), 'LANGUAGE_CODE': 'fr', 'LANGUAGE_BIDI': False}
django.template.context_processors.media
Afficher/masquer le contexte {'MEDIA_URL': '/media/'}
django.template.context_processors.static
Afficher/masquer le contexte {'STATIC_URL': '/static/'}
django.template.context_processors.tz
Afficher/masquer le contexte {'TIME_ZONE': 'Europe/Brussels'}
argel.context_processors.access_token
Afficher/masquer le contexte {'access_token': None}

Appels au cache depuis 1 moteur

Résumé

Nombre total d'appels Temps total Succès de cache Défauts de cache
0 0 ms 0 0

Commandes

add get set 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

Signaux

Signal Fournissant Receveurs
class_prepared class
connection_created connection
got_request_exception request
post_delete using, instance
post_init instance ImageField.update_dimension_fields, ImageField.update_dimension_fields, ImageField.update_dimension_fields, ImageField.update_dimension_fields, ImageField.update_dimension_fields
post_migrate apps, interactive, verbosity, app_config, using, plan create_permissions, create_contenttypes, create_default_site
post_save update_fields, instance, created, using, raw
pre_delete using, instance clear_site_cache
pre_init args, instance, kwargs
pre_save using, instance, update_fields, raw clear_site_cache
request_finished close_old_connections, close_caches, reset_urlconf
request_started environ, scope reset_queries, close_old_connections

Messages du journal

Niveau Temps Canal Message Emplacement
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'specialization' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'email' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871
DEBUG 01:26:39 01/26/2026 django.template Exception while resolving variable 'footer__classes' in template 'main/members.html'. /usr/local/lib/python3.7/site-packages/django/template/base.py:871